aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/active_record
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>
* Improved coverage for session_migration generator. [#3008 status:resolved]José Valim2009-08-081-1/+1
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Fixed reference to AR::SessionStore::Session.table_name in session migrationsElad Meidar2009-08-081-1/+5
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-212-2/+2
|
* Add some attribute readers to migration module.José Valim2009-07-133-3/+3
|
* 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-022-0/+4
|
* Added ResourceGenerator.José Valim2009-06-282-2/+2
|
* Added migration and session_migration generator.José Valim2009-06-284-0/+72
|
* Added migrations and make base generators be lazy loaded.José Valim2009-06-283-8/+9
|
* 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
|
* Make Observer generator agnostic.José Valim2009-06-272-0/+13