Uncategorized 11 Oct 2005 09:45 pm
New design for Rails Plugins
Another very cool Rails addition from Jamis Buck and the 37signals gang.
http://jamis.jamisbuck.org/articles/2005/10/11/plugging-into-rails
This looks like a really slick way to handle code modules without users having to do any config to use your module. Just bundle it up and drop it in (edge rails’ new) vendor/plugins directory and off you go.