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
/
test
/
cases
/
migration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state:resolved]
Frederick Cheung
2008-05-22
1
-2
/
+2
*
Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...
Aslak Hellesøy
2008-05-11
1
-0
/
+6
*
create_table :force => true no longer tries to drop a non-existing table
Tarmo Tänav
2008-05-07
1
-0
/
+18
*
Added change_table for migrations (Jeff Dean) [#71 state:resolved]
David Heinemeier Hansson
2008-05-03
1
-1
/
+207
*
Provide data for the key column otherwise adding a unique index will fail. [#...
Frederick Cheung
2008-04-23
1
-0
/
+1
*
Fix migrations when migrating to a specified version number with a fresh data...
Ian White
2008-04-17
1
-1
/
+8
*
Add support for interleaving migrations by storing which migrations have run ...
Rick Olson
2008-04-09
1
-9
/
+43
*
Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow]
Jeremy Kemper
2008-04-01
1
-4
/
+19
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-11
/
+32
*
Migrations: create_table supports primary_key_prefix_type. Closes #10314.
Jeremy Kemper
2008-03-18
1
-0
/
+27
*
test_native_types expects DateTime.local_offset instead of DateTime.now.offse...
Geoff Buesing
2008-03-10
1
-1
/
+1
*
Fix typo in migration test. Closes #11105 [h-lame]
Jeremy Kemper
2008-02-15
1
-1
/
+1
*
MySQL: omit text/blob defaults from the schema instead of using an empty stri...
Jeremy Kemper
2008-01-30
1
-5
/
+1
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-24
/
+25
*
Fix paths
Jeremy Kemper
2008-01-18
1
-27
/
+27
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+987