[ANN] Savage Beast - rails forum plugin

Greetings rails’ers,

Extracted from the development of the-soup.net, I’d like to announce
Savage Beast, a rails engine:

Savage Beast simplifies the addition of multiple forums to your rails
app, associating 1 or more forum to a AR Model instance.

For instance adding a forum to a project model,

class Project < ActiveRecord::Base
has_one :forum, :as => :owner
end

As this is a engine, overloading is pretty simple - but I must say
that the great encapsulation of behaviour in the Beast, makes for an
easy isolation of functional concerns, and the above use of before
filters was almost all the customization that The Soup needed to
integrate multiple forums.

http://svn.nnovation.ca/svn/savage_beast/trunk

blog entry:
http://www.nnovation.ca/admin/articles/show/742

Cheers,
Jodi
TNG inc
the-soup.net “where projects and people meet”

Nice! Is there a live demo somewhere?


Thiago J.
acts_as_solr => http://acts-as-solr.railsfreaks.com
Sitealizer Web Stats => http://sitealizer.rubyforge.org

Thiago - you can currently see SB at The Soup - a proud user of
Sitealizer (see the footer)

http://the-soup.net/ventures/1/forums/1

Cheers,
Jodi
nnovation.ca - consulting, software development
the-soup.net - “where projects and people meet”

blog entry:
http://www.nnovation.ca/admin/articles/show/742

correction:
http://www.nnovation.ca/2007/5/18/savage-beast

On 18-May-07, at 7:59 PM, Carl J. wrote:

blog entry:
http://www.nnovation.ca/admin/articles/show/742

correction:
http://www.nnovation.ca/2007/5/18/savage-beast

oye.

thanx Carl