This post originated from an RSS feed registered with Ruby Buzz
by Matt Williams.
Original Post: Rails Project Setup Script
Feed Title: Ramblings
Feed URL: http://feeds.feedburner.com/matthewkwilliams
Feed Description: Musings of Matt Williams
I got tired of typing the same commands all the time and/or looking up urls for plugins. Hence this script…. Yes, I know it’s been done before, but this does what I want (for now; I’m sure I’ll edit it).
It does the following:
Creates rails instance (optionally setting the database, etc.)
Installs rspec & rspec-rails
Installs acts_as_statemachine
Installs restful_authentication
Modifies [...]