Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any non-rails ruby forum application out there?

I have a rather complete application based on sinatra. I feel in need for an easy to integrate forum module (code, extension, etc.). Running a parallel Rails application is not an option on my tiny VPS plan (I even use redis to keep a small footprint). A sinatra based forum would be great news. Thanks

like image 969
happywithsinatra Avatar asked Jun 02 '10 07:06

happywithsinatra


2 Answers

look for something that is Rack compatible

I liked lain's suggestion and started looking for a Rack based forum. Otherwise, I might use tinyfora https://github.com/craigp/tinyfora

A minimalist experiment in writing a small, fast forum app, really just to get to grips with Sinatra, DataMapper, Haml and Sass.

like image 98
happywithsinatra Avatar answered Sep 17 '22 05:09

happywithsinatra


what about a hosted solution such as http://www.vanillaforums.com/ or .org for the opensource host it yourself.

like image 29
Joseph Le Brech Avatar answered Sep 19 '22 05:09

Joseph Le Brech