Sha256: 636882ccb1c48ff2468b87a797ba71015f23891104bc34b7218bbe0ae15ecb15

Contents?: true

Size: 857 Bytes

Versions: 1

Compression:

Stored size: 857 Bytes

Contents

Rails 3 nifty generators based on efforts by ryanb and dvyjones.
The generators use the very DRY rails 3 conventions as described by ryanb

http://ryandaigle.com/articles/2009/8/10/what-s-new-in-edge-rails-default-restful-rendering
http://ryandaigle.com/articles/2009/8/6/what-s-new-in-edge-rails-cleaner-restful-controllers-w-respond_with

The gem comes with executables that can be found in the /bin folder
  nifty_auth
  nifty_config
  nifty_layout
  nifty_scaffold [model:string] [attributes:hash]

Example  
$ nifty_scaffold Person name:string birthdate:date

The executables are installed when the gem is installed on your system
$ sudo gem install very_nifty_generators

Note: More nifty generators for rails 3 are in the pipeline… feel free to come with suggestions.

Also check out my monog_model_r3 gem with generators for use with mongo DB ;)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
very_nifty_generators-0.1.2 README