Sha256: 10b0b824dc674434024a4d551db1d02a8277316bf21f6f0119ec788db793eea7

Contents?: true

Size: 581 Bytes

Versions: 4

Compression:

Stored size: 581 Bytes

Contents

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.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bear-0.0.4 README.md
bear-0.0.3 README.md
bear-0.0.2 README.md
bear-0.0.1 README.md