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" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Nice! Is there a live demo somewhere? -- Thiago Jackiw acts_as_solr => http://acts-as-solr.railsfreaks.com Sitealizer Web Stats => http://sitealizer.rubyforge.org On May 18, 1:44 pm, Jodi Showers <j...-BOB1p6JRLoAV+D8aMU/kSg@public.gmane.org> wrote:> 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"--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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" On 18-May-07, at 5:34 PM, Thiago Jackiw wrote:> > Nice! Is there a live demo somewhere? > > -- > Thiago Jackiw > acts_as_solr => http://acts-as-solr.railsfreaks.com > Sitealizer Web Stats => http://sitealizer.rubyforge.org > > > On May 18, 1:44 pm, Jodi Showers <j...-BOB1p6JRLoAV+D8aMU/kSg@public.gmane.org> wrote: >> 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" > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> blog entry: > http://www.nnovation.ca/admin/articles/show/742correction: http://www.nnovation.ca/2007/5/18/savage-beast -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 18-May-07, at 7:59 PM, Carl Johnson wrote:> >> blog entry: >> http://www.nnovation.ca/admin/articles/show/742 > > correction: > http://www.nnovation.ca/2007/5/18/savage-beastoye. thanx Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---