index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
migration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update inconsistent migrations documentation. Closes #4683. [machomagna@gmail...
Marcel Molina
2006-04-22
1
-2
/
+2
*
Doc fix (closes #4521)
David Heinemeier Hansson
2006-04-01
1
-0
/
+1
*
Remember kiddies, Dir[] uses Dir#glob, not a Regexp
Rick Olson
2006-03-19
1
-1
/
+1
*
Only run migrations that look like migrations
David Heinemeier Hansson
2006-03-19
1
-1
/
+1
*
Styling
David Heinemeier Hansson
2006-03-18
1
-8
/
+10
*
Fixed that Migration#execute would have the table name prefix appended to its...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Add suppress_messages to migrations, to temporarily turn off verbose messages
Jamis Buck
2006-03-09
1
-0
/
+8
*
Make migrations verbose
Jamis Buck
2006-03-04
1
-5
/
+98
*
Fix doc bug
David Heinemeier Hansson
2006-01-09
1
-1
/
+1
*
Update documentation for Migrations. References #2861.
Jeremy Kemper
2005-11-14
1
-13
/
+30
*
Added that an DuplicateMigrationVersionError gets raised when multiple migrat...
Florian Weber
2005-10-31
1
-4
/
+17
*
Add exception to example (closes #2315)
David Heinemeier Hansson
2005-10-26
1
-0
/
+1
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
1
-2
/
+2
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
1
-2
/
+13
*
Fixed migrations for Windows when using more than 10 [David Naseby]
David Heinemeier Hansson
2005-09-21
1
-2
/
+4
*
Improved migrations' behavior when the schema_info table is empty.
Nicholas Seckar
2005-09-20
1
-1
/
+1
*
Added dump of schema version to the db_structure_dump task for databases that...
David Heinemeier Hansson
2005-09-12
1
-1
/
+1
*
Added documentation for #1904
David Heinemeier Hansson
2005-09-08
1
-0
/
+15
*
Make sure the schema_info table is created before querying the current versio...
Jamis Buck
2005-09-02
1
-0
/
+1
*
Add documentation for index_type argument to add_index method for migrations ...
Jamis Buck
2005-09-02
1
-1
/
+1
*
Made target migrations actually work
David Heinemeier Hansson
2005-07-09
1
-3
/
+5
*
Added a VERSION parameter to the migrate task that allows you to do "rake mig...
David Heinemeier Hansson
2005-07-09
1
-0
/
+23
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
1
-3
/
+14
*
Added new Migrations framework for describing schema transformations in a way...
David Heinemeier Hansson
2005-07-04
1
-3
/
+99
*
Sort the migration files explicitly so that they are always ordered correctly.
Jamis Buck
2005-06-07
1
-2
/
+2
*
Fixed documentation and prepared for 0.11.0 release
David Heinemeier Hansson
2005-03-22
1
-3
/
+3
*
Ensure that the schema information table is available before doing any migration
David Heinemeier Hansson
2005-03-01
1
-1
/
+1
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
1
-0
/
+94