Sha256: 54d3cdecd583c06cce83e8f6969af0bf9f562d5dd92618af53e574e60bd90fda
Contents?: true
Size: 936 Bytes
Versions: 2
Compression:
Stored size: 936 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 Scaffold: nifty_scaffold [model:string] [attributes:hash] $ nifty_scaffold Person name:string birthdate:date Application: nifty_app [application name] $ nifty_app my_best_app 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
very_nifty_generators-0.2.1 | README |
very_nifty_generators-0.2.0 | README |