aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-0/+23
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-3/+14
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-3/+99
* Sort the migration files explicitly so that they are always ordered correctly.Jamis Buck2005-06-071-2/+2
* Fixed documentation and prepared for 0.11.0 releaseDavid Heinemeier Hansson2005-03-221-3/+3
* Ensure that the schema information table is available before doing any migrationDavid Heinemeier Hansson2005-03-011-1/+1
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-011-0/+94