This is the Gem version of savage-beast Plugin
More information about the Plugin please see below, or at github.com/wbharding/savage-beast
Put this line into Gemfile:
gem 'my_savage_beast', :git => 'git://github.com/quyen/my_savage_beast'
This Gem (as well as the plugin) requires several dependencies:
-
gibberish: github.com/SysMO-DB/gibberish.git“
-
white_list: github.com/quyen/white_list.git“
-
white_list_formatted_content: github.com/quyen/white_list_formatted_content.git“
-
acts_as_list: rubygems.org/gems/acts_as_list
-
will_paginate: rubygems.org/gems/will_paginate/ (version 2.3.16 and below for rails 2)
Savage Beast is a Rails Message forum plugin based on the popular Beast plugin. The Savage Beast plugin has been installed in hundreds of Rails sites, partially because it’s the only viable choice for a message forum plugin, but also because it incorporates a lot of features that would be a time-consuming headache for you to implement yourself.
This version of Savage Beast has been tested working in Rails 2.3 without the Engines plugin, and in Rails 2.0-2.2 with use of the Engines plugin.
See www.williambharding.com/blog/rails/savage-beast-23-a-rails-22-23-message-forum-plugin/ for install instructions
Please post any comments or suggestions to the blog post. If you would like to make a contribution to improve this plugin, send me an email via the site.
If you’re rolling Rails 2.2 or earlier, be sure you carefully follow the Engines installation instructions! That line to add to your environment file is easily missed.
If you’re running Rails 2.0, you’re probably better off using the version at code.google.com/p/savage-beast-2/, which was specifically tested with Rails 2.0.