Tagged with rails

Create a blank rails app including plugins

- 2008-11-03 06:48:27

When I create a rails app from scratch I like to include certain plugins to help me write the app, such as the Rspec testing framework instead of the built-in Test::Unit and jQuery instead of prototype.

--More--