您建议将哪种基于 Ruby 的论坛软件集成到现有的 Rails 应用程序中?
您会推荐哪种基于 ruby 的论坛软件集成到现有的 Rails 应用程序中并允许单点登录?我在帖子中看到许多关于不再维护的论坛软件的建议(2008 年及更早版本)。
What ruby based forum software would you recommend for integration into an existing rails application and allows single sign-on? I have seen many suggestions in posts for forum software that is no longer maintained (2008 and earlier).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Beast 是我所知道的最新版本,我确信它就是您所引用的版本。
其余的更多的是旁注,但是,当我第一次进入 Rails 时,我问了类似的问题,也就是说,最好使用的博客、CMS、论坛等是什么?事实证明,Rails 社区作为一个整体对适合即插即用 Web 应用程序之外的用例感兴趣,因此,如果大多数人有机会构建这样的应用程序,他们最终会推出自己的应用程序来完全满足自己的需求。 Rails 中的应用程序。好消息是,我想我记得听说过“野兽”就像 800 行代码,所以从 2.2ish Rails 升级或者只是复制论坛所需的逻辑都不会太麻烦。
Beast is the most current one I know of, and I'm sure it's the one you are referencing.
The rest is more of a side note, but, when I first got into rails, i asked similar questions, aka, what is the best blog, cms, forum, etc to use? As it turns out, the Rails community as a whole is interested in use cases that fit outside the plug-n-play web apps, so most people will end up rolling their own to fit their needs exactly if they find occasion to build such an app in Rails. The good news is that I think that I remember hearing that beast is like 800 lines of code, so it can't been too burdensome to either upgrade out of 2.2ish rails or just copy over the logic you need for your forum.
Thredded 的维护非常积极!
Thredded 是一个 Rails 引擎,因此很容易将其集成到现有应用程序中。
Thredded is very actively maintained!
Thredded is a Rails engine, so it is very easy to integrate it into an existing app.
http://github.com/radar/rboard
Rboard 真的非常棒。 :)
http://github.com/radar/rboard
Rboard is really pretty awesome. :)
我总是根据 Rails 社区的喜好来参考 Ruby Toolbox。
这是一个很好的参考http://ruby-toolbox.com/categories/forum_systems.html
根据列表,有两个项目
我同意 Jed Schneider 的观点,最终大多数 Rails 人员都会推出自己的项目来满足确切的需求。
I always refer to Ruby Toolbox on what the rails comunity prefers.
Here's a good reference http://ruby-toolbox.com/categories/forum_systems.html
Based on the list there are two projects
I agree with Jed Schneider, in the end most rails guys will roll out their own to fit the exact needs.
Forem 和 Discourse 看起来很有前途:
https://github.com /radar/forem
https://github.com/discourse/discourse
Forem and Discourse look promising:
https://github.com/radar/forem
https://github.com/discourse/discourse