DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Bootstrapping A Fresh Rails Project With My Favorite Plugins
These is my current set of "must-have" Rails plugins. None of these require any additional configuration except for the <b>exception_notification</b> plugin (see <a href="http://dev.rubyonrails.org/svn/rails/plugins/exception_notification/README">README</a>).
cd vendor/plugins piston import http://scope-out-rails.googlecode.com/svn/trunk/ scope_out_rails piston import http://svn.cardboardrocket.com/paginating_find piston import http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk file_column piston import http://svn.techno-weenie.net/projects/plugins/test_spec_on_rails piston import http://svn.2750flesk.com/plugins/trunk/acts_as_sluggable piston import http://dev.rubyonrails.org/svn/rails/plugins/simply_helpful piston import https://svn.greenpeace.org/repositories/rails_plugins/validates_as_email/trunk/ validates_as_email piston import http://dev.rubyonrails.org/svn/rails/plugins/exception_notification/





