Rails 3 application generator.
Generate a Rails 3 app.
Started with the Quick Left Prologue gem and made it fit my needs.
bistro_car, cucumber, devise, fabrication, faker, formtastic, haml, jammit, mocha, rspec-rails, sass shoulda, timecop
gem install bear
bear new my_app
bear new my_app --no-auth
bear new my_app --no-admin
rake spec
rake cucumber
bundle exec autotest