aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/active_record/model
Commit message (Collapse)AuthorAgeFilesLines
* Refactored create_migration on model generator.José Valim2009-08-091-6/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Fixed generating a namespaced model with table pluralization turned off. Add ↵Hugo Peixoto2009-08-091-1/+3
| | | | | | | | tests for namespaced model generation. [#767 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-211-1/+1
|
* Add some attribute readers to migration module.José Valim2009-07-131-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-282-8/+7
|
* Add model_subclass generator with deprecation warning.José Valim2009-06-272-4/+10
|
* Added parent option to model generator.José Valim2009-06-272-10/+6
|
* Initial scratch of model generators.José Valim2009-06-273-0/+54