http://coryschires-blog-post-images.s3.amazonaws.com/rostra.png Rostra allows you to quickly add a question and answer forum to your application. Requires Rails 3.1 and Ruby 1.9.2. NOTE: Rostra is not production ready. == Installation Include the gem to your Gemfile: gem 'rostra' Mount the engine in config/routes.rb: mount Rostra::Engine => "/rostra" # or whatever path makes sense for your app Install the necessary migrations: rake rostra:install:migrations rake db:migrate == Running the development tests To run the specs: rspec spec To run the cukes: cucumber features == License This project uses MIT-LICENSE.