Bear =========== Generate a Rails 3 app. Started with the Quick Left Prologue gem and made it fit my needs. ### What you get bistro_car, cucumber, devise, fabrication, faker, formtastic, haml, jammit, mocha, rspec-rails, sass shoulda, timecop ### Quick Start gem install bear bear new my_app ### Options bear new my_app --no-auth bear new my_app --no-admin ### Testing generated app rake spec rake cucumber bundle exec autotest ### Patches/Pull Requests * Fork it. * Add tests for it. * Make your changes. * Commit. * Send a pull request.