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
*
Merge docrails
Pratik Naik
2009-07-25
1
-3
/
+3
*
uses Object#metaclass and Object#class_eval in a few spots
Xavier Noria
2009-06-12
1
-2
/
+3
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-5
/
+5
*
Migrations: make default database connection overridable
Jeremy Kemper
2009-02-04
1
-1
/
+5
*
Merge with docrails
Pratik Naik
2008-12-07
1
-1
/
+3
*
Back to fetching all versions in ruby instead of letting SQL do it as it's di...
Tarmo Tänav
2008-08-26
1
-5
/
+6
*
Use DECIMAL instead of INTEGER when casting as mysql doesn't work with just "...
Tarmo Tänav
2008-08-25
1
-3
/
+8
*
Cache migrated versions list in Migrator and use it to fetch the latest migra...
Tarmo Tänav
2008-08-25
1
-6
/
+8
*
Made migrations transactional for PostgreSQL [#834 state:resolved]
Tarmo Tänav
2008-08-22
1
-4
/
+21
*
Added MigrationProxy to defer loading of Migration classes until they are act...
Nik Wakelin
2008-08-06
1
-6
/
+26
*
Set config.active_record.timestamped_migrations = false to have migrations wi...
Nik Wakelin
2008-07-17
1
-0
/
+16
*
ActiveRecord::Migrator#run records version-state after migrating. [#369 stat...
Michael Raidel
2008-06-22
1
-1
/
+4
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...
Aslak Hellesøy
2008-05-11
1
-0
/
+10
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-4
/
+4
*
Fix migrations when migrating to a specified version number with a fresh data...
Ian White
2008-04-17
1
-2
/
+4
*
Add support for interleaving migrations by storing which migrations have run ...
Rick Olson
2008-04-09
1
-29
/
+54
*
Fix new migration versions
David Heinemeier Hansson
2008-03-28
1
-1
/
+1
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-61
/
+87
*
Improve documentation.
Pratik Naik
2008-03-26
1
-2
/
+19
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
1
-5
/
+4
*
The test task stops with a warning if you have pending migrations. Closes #10...
Jeremy Kemper
2007-12-06
1
-0
/
+4
*
Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]
Michael Koziarski
2007-11-11
1
-3
/
+3
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-6
/
+6
*
Update add_index documentation to use new options api. Closes #9787 [kamal]
Marcel Molina
2007-10-26
1
-1
/
+2
*
Raise an intelligible error message when migration aren't named correctly [br...
Michael Koziarski
2007-10-17
1
-1
/
+9
*
Change Migration documentation to use the new syntax. Closes #9813 [sjgman9]
Michael Koziarski
2007-10-08
1
-5
/
+5
*
Fixed that using version-targetted migrates would fail on loggers other than ...
David Heinemeier Hansson
2007-09-22
1
-1
/
+5
*
Docfix (closes #7593) [tarmo]
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Migrations: report the number of rows affected when calling insert, update, d...
Jeremy Kemper
2007-06-05
1
-0
/
+1
*
Announce migration versions as they're performed.
Jeremy Kemper
2007-05-26
1
-35
/
+41
*
Migration benchmark wrappers use alias_method_chain. Closes #6456.
Jeremy Kemper
2006-11-19
1
-5
/
+4
*
Document other options available to migration's add_column. #6419
Marcel Molina
2006-10-22
1
-1
/
+2
*
improve example in migrations docs, closes #6370
Jeremy Kemper
2006-10-09
1
-2
/
+2
*
Migrations: gracefully handle missing migration files. Closes #5857.
Jeremy Kemper
2006-08-23
1
-1
/
+2
*
Fix announcement of very long migration names. Closes #5722.
Jeremy Kemper
2006-08-05
1
-1
/
+2
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-2
/
+3
*
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
[next]