Project

bear

0.0
No commit activity in last 3 years
No release in over 3 years
Generate a Rails 3 app with application templates.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.0.0
~> 2.0.0

Runtime

>= 3.0.0
>= 0
 Project Readme

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.