Rails based forum system

Hi,

is there anything like this? or do i need to code it from the start?

Yes.

The best one in my view… it’s small it’s fast.

http://beast.caboo.se/

code

http://bs.techno-weenie.net/!tree/2633#

Cheers!

RForum (http://rforum.andreas-s.net). Compared to Beast:

  • better scaling (used in a forum with 500,000 posts)
  • more features (captcha, user messages, syntax highlighting)
  • can act as a mailing list gateway (http://www.ruby-forum.com)
  • ugly default skin (TODO: rip the stylesheets from Beast)
  • a lot of legacy code from old Rails versions
  • probably more difficult to set up

At the moment you’re probably better off using Beast.

There is also Opinion. http://home.leetsoft.com/opinion

Here is an example of it in action. http://forums.shopify.com

Dan