What is a good, open source RoR 3 forum that can easily integrated to an existing application?
什么是优秀的开源RoR 3论坛,可以轻松集成到现有应用程序?
Optional features:
- OpenID support
- Haml/SCSS templates
- Support for smilies, YouTube, images, etc
- I'm probably going to change it alot, and I'm still pretty weak in Ruby, so clean, commented code with good practices would be great.
支持表情符号,YouTube,图像等
我可能会改变它很多,而且我在Ruby中仍然很弱,所以干净,评论良好的代码会很好。
Thanks :)
5 个解决方案
#1
1
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.
Rails社区从未专注于开发Ruby / Rails论坛,与其他语言(如PHP)相反。这方面的证据是一个非常古老的新闻,谈论在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.
你仍然可以在某个地方找到野兽的踪迹,但真正的答案是,目前没有可用的有趣的开源Rails论坛。
#2
5
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
它由Jeff Atwood和团队开发
#3
2
Have a look on http://github.com/radar/rboard the most powerful and poplar in Rails world at the moment
现在看一下http://github.com/radar/rboard目前Rails世界中最强大和最流行的东西
#4
1
Thredded does all of this and more.
Thredded完成所有这些以及更多。
Because Thredded is a Rails engine, it is very easy to integrate it into an existing app.
因为Thredded是一个Rails引擎,所以很容易将它集成到现有的应用程序中。
#5
0
have you looked at Forulio ? Seems like you can build on it . Looks decent to start with.
你看过福鲁利奥吗?好像你可以在它上面构建。开始看起来不错。
#1
1
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.
Rails社区从未专注于开发Ruby / Rails论坛,与其他语言(如PHP)相反。这方面的证据是一个非常古老的新闻,谈论在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.
你仍然可以在某个地方找到野兽的踪迹,但真正的答案是,目前没有可用的有趣的开源Rails论坛。
#2
5
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
它由Jeff Atwood和团队开发
#3
2
Have a look on http://github.com/radar/rboard the most powerful and poplar in Rails world at the moment
现在看一下http://github.com/radar/rboard目前Rails世界中最强大和最流行的东西
#4
1
Thredded does all of this and more.
Thredded完成所有这些以及更多。
Because Thredded is a Rails engine, it is very easy to integrate it into an existing app.
因为Thredded是一个Rails引擎,所以很容易将它集成到现有的应用程序中。
#5
0
have you looked at Forulio ? Seems like you can build on it . Looks decent to start with.
你看过福鲁利奥吗?好像你可以在它上面构建。开始看起来不错。