aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/migration
Commit message (Expand)AuthorAgeFilesLines
* Updated some docs to reference the latest and greatest and played style nazi ...David Heinemeier Hansson2007-09-201-10/+10
* Use attribute pairs instead of the migration name to create add and remove co...Michael Koziarski2007-09-093-20/+29
* Automatically generate add/remove column commands in specially named migratio...Rick Olson2007-07-243-2/+29
* Wordsmith generator USAGEs.Jeremy Kemper2007-05-291-10/+6
* Fixed migration generation for class names like ACLController (closes #5197) ...David Heinemeier Hansson2006-07-051-1/+1
* Doc fix (closes #4209) [Caio Chassot]David Heinemeier Hansson2006-03-181-1/+1
* Allows generator to specify migrations directory. References #2960.Jeremy Kemper2005-11-201-1/+0
* Introducing the session_migration generator. Creates an add_session_table mi...Jeremy Kemper2005-11-201-50/+0
* Don't dirty up the command delegates' base class with methods that belong in ...Jeremy Kemper2005-10-291-5/+5
* Migrations may be destroyed: script/destroy migration foo. Closes #2635.Jeremy Kemper2005-10-291-5/+52
* Make the migration generator only check files ending in *.rb when calculating...Sam Stephenson2005-09-271-1/+1
* Added prevention of duplicate migrations from the generator #2240 [fbeausolei...David Heinemeier Hansson2005-09-241-0/+2
* Added a USAGE document to the migration generatorDavid Heinemeier Hansson2005-07-061-0/+14
* Added a migration generatorDavid Heinemeier Hansson2005-06-222-0/+16