aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/active_record/model/model_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored create_migration on model generator.José Valim2009-08-091-6/+2
* Fixed generating a namespaced model with table pluralization turned off. Add ...Hugo Peixoto2009-08-091-1/+3
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
* Make invoke output white and use padding.José Valim2009-07-021-4/+4
* Removing unecessary class methods.José Valim2009-07-021-4/+3
* Show second level invocations on usage.José Valim2009-07-021-0/+2
* Added ResourceGenerator.José Valim2009-06-281-1/+1
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-6/+5
* Add model_subclass generator with deprecation warning.José Valim2009-06-271-3/+9
* Added parent option to model generator.José Valim2009-06-271-9/+5
* Initial scratch of model generators.José Valim2009-06-271-0/+33