Never been to DZone Snippets before?

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 (See related posts)

These is my current set of "must-have" Rails plugins. None of these require any additional configuration except for the exception_notification plugin (see README).

   1  
   2  cd vendor/plugins
   3  piston import http://scope-out-rails.googlecode.com/svn/trunk/ scope_out_rails
   4  piston import http://svn.cardboardrocket.com/paginating_find
   5  piston import http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk file_column
   6  piston import http://svn.techno-weenie.net/projects/plugins/test_spec_on_rails
   7  piston import http://svn.2750flesk.com/plugins/trunk/acts_as_sluggable
   8  piston import http://dev.rubyonrails.org/svn/rails/plugins/simply_helpful
   9  piston import https://svn.greenpeace.org/repositories/rails_plugins/validates_as_email/trunk/ validates_as_email
  10  piston import http://dev.rubyonrails.org/svn/rails/plugins/exception_notification/

You need to create an account or log in to post comments to this site.


Click here to browse all 5555 code snippets

Related Posts