aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/migration/migration_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-021-20/+0
* 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-091-11/+11
* Automatically generate add/remove column commands in specially named migratio...Rick Olson2007-07-241-0/+13
* 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 migration generatorDavid Heinemeier Hansson2005-06-221-0/+9