aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/change_schema_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* revert Default timestamps to non-nullDave Kroondyk2012-07-181-2/+2
| | | | | | | Commit 3dbedd2 added NOT NULL constraints to timestamps. Commit fcef728 started to revert this, but was incomplete. With this commit, 3dbedd2 should be fully reverted and timestamps will no longer default to NOT NULL.
* Add more options to column_exists? methodAleksey Magusev2012-06-301-6/+12
| | | | Also fix failures in check options for nil
* 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