public
Description: Customize the default Rails generators
Homepage:
Clone URL: git://github.com/Lytol/custom-generators.git
name age message
file LICENSE Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
file README.md Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory controller/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory helper/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory integration_test/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory mailer/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory metal/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory migration/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory model/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory observer/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory performance_test/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory plugin/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory resource/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory scaffold/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
directory session_migration/ Mon Jun 01 21:10:42 -0700 2009 Initial commit -- customized model generator fo... [Lytol]
README.md

Custom Generators

Customize the default Rails generators by placing these in ~/.rails/generators

git clone <generator-repo> ~/.rails/generators

NOTE: These are a direct copy of the default Rails generators located in railties/lib/rails_generator/generators/components. I've moved them into my own repository simply so I can make any customizations as I see fit and still have them in version control. Fork away!

LICENSE

See LICENSE for details -- basically, it just carries the Rails license with it.