Alon Gubkin
Alon Gubkin

Reputation: 57129

What is a good Ruby on Rails forum that can easily integrated to an existing application?

What is a good, open source RoR 3 forum that can easily integrated to an existing application?

Optional features:

Thanks :)

Upvotes: 6

Views: 4684

Answers (5)

glebm
glebm

Reputation: 21100

Thredded does all of this and more.

Because Thredded is a Rails engine, it is very easy to integrate it into an existing app.

Thredded demo screenshot

Upvotes: 1

saihgala
saihgala

Reputation: 5774

Recently I was searching for similar functionality and came across discourse. You should definitely check it out.

Discourse is the 100% open source, next-generation discussion platform built 
for the next decade of the Internet.

Whenever you need ...

a mailing list
a forum to discuss something
a chat room where you can type paragraphs

... consider Discourse.

Its developed by Jeff Atwood and team

Upvotes: 5

paxer
paxer

Reputation: 981

Have a look on http://github.com/radar/rboard the most powerful and poplar in Rails world at the moment

Upvotes: 2

Shreyas
Shreyas

Reputation: 8757

have you looked at Forulio ? Seems like you can build on it . Looks decent to start with.

Upvotes: 0

Simone Carletti
Simone Carletti

Reputation: 176472

The Rails community has never been focused on developing Ruby/Rails forums, conversely to other languages such as PHP. The evidence of that is a really old news talking about one of the forums prototype ever produces in Rails.

You can still found traces of Beast somewhere, but the real answer is that there's no interesting open source Rails forum available from the time being.

Upvotes: 1

Related Questions