aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/change_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* revert Default timestamps to non-nullDave Kroondyk2012-07-181-2/+2
* Add more options to column_exists? methodAleksey Magusev2012-06-301-6/+12
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-4/+0
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-1/+0
* move another index related test caseAaron Patterson2012-01-131-70/+0
* move tests regarding index modification to their own classAaron Patterson2012-01-131-84/+0
* decoupling more tests from AR::BaseAaron Patterson2012-01-131-0/+45
* move more schema modification testsAaron Patterson2012-01-131-0/+70
* move column ordering tests to it's own classAaron Patterson2012-01-101-46/+0
* refactoring migration testAaron Patterson2012-01-101-0/+414