aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Added MigrationProxy to defer loading of Migration classes until they are act...Nik Wakelin2008-08-061-6/+26
* Set config.active_record.timestamped_migrations = false to have migrations wi...Nik Wakelin2008-07-171-0/+16
* ActiveRecord::Migrator#run records version-state after migrating. [#369 stat...Michael Raidel2008-06-221-1/+4
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...Aslak Hellesøy2008-05-111-0/+10
* Improve documentation coverage and markupXavier Noria2008-05-021-4/+4
* Fix migrations when migrating to a specified version number with a fresh data...Ian White2008-04-171-2/+4
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-29/+54
* Fix new migration versionsDavid Heinemeier Hansson2008-03-281-1/+1
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-61/+87
* Improve documentation.Pratik Naik2008-03-261-2/+19
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-221-5/+4
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-061-0/+4
* Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]Michael Koziarski2007-11-111-3/+3
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-6/+6
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-261-1/+2
* Raise an intelligible error message when migration aren't named correctly [br...Michael Koziarski2007-10-171-1/+9
* Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]Michael Koziarski2007-10-081-5/+5
* Fixed that using version-targetted migrates would fail on loggers other than ...David Heinemeier Hansson2007-09-221-1/+5
* Docfix (closes #7593) [tarmo]David Heinemeier Hansson2007-09-221-2/+2
* Migrations: report the number of rows affected when calling insert, update, d...Jeremy Kemper2007-06-051-0/+1
* Announce migration versions as they're performed.Jeremy Kemper2007-05-261-35/+41
* Migration benchmark wrappers use alias_method_chain. Closes #6456.Jeremy Kemper2006-11-191-5/+4
* Document other options available to migration's add_column. #6419Marcel Molina2006-10-221-1/+2
* improve example in migrations docs, closes #6370Jeremy Kemper2006-10-091-2/+2
* Migrations: gracefully handle missing migration files. Closes #5857.Jeremy Kemper2006-08-231-1/+2
* Fix announcement of very long migration names. Closes #5722.Jeremy Kemper2006-08-051-1/+2
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-2/+3
* Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail...Marcel Molina2006-04-221-2/+2
* Doc fix (closes #4521)David Heinemeier Hansson2006-04-011-0/+1
* Remember kiddies, Dir[] uses Dir#glob, not a RegexpRick Olson2006-03-191-1/+1
* Only run migrations that look like migrationsDavid Heinemeier Hansson2006-03-191-1/+1
* StylingDavid Heinemeier Hansson2006-03-181-8/+10
* Fixed that Migration#execute would have the table name prefix appended to its...David Heinemeier Hansson2006-03-181-1/+1
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-181-1/+1
* Add suppress_messages to migrations, to temporarily turn off verbose messagesJamis Buck2006-03-091-0/+8
* Make migrations verboseJamis Buck2006-03-041-5/+98
* Fix doc bugDavid Heinemeier Hansson2006-01-091-1/+1
* Update documentation for Migrations. References #2861.Jeremy Kemper2005-11-141-13/+30
* Added that an DuplicateMigrationVersionError gets raised when multiple migrat...Florian Weber2005-10-311-4/+17
* Add exception to example (closes #2315)David Heinemeier Hansson2005-10-261-0/+1
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-2/+2
* Make migrations honor table name prefixes and suffixes.Marcel Molina2005-09-261-2/+13
* Fixed migrations for Windows when using more than 10 [David Naseby]David Heinemeier Hansson2005-09-211-2/+4
* Improved migrations' behavior when the schema_info table is empty.Nicholas Seckar2005-09-201-1/+1
* Added dump of schema version to the db_structure_dump task for databases that...David Heinemeier Hansson2005-09-121-1/+1
* Added documentation for #1904David Heinemeier Hansson2005-09-081-0/+15
* Make sure the schema_info table is created before querying the current versio...Jamis Buck2005-09-021-0/+1
* Add documentation for index_type argument to add_index method for migrations ...Jamis Buck2005-09-021-1/+1
* Made target migrations actually workDavid Heinemeier Hansson2005-07-091-3/+5