aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migrator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Reset AR::Migration.verbose change to avoid depending on test run orderAkira Matsuda2013-01-081-0/+1
|
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-4/+4
|
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-0/+6
| | | | Closes #8492
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | Pending work on graceful app upgrades. Revert "Merge pull request #8439 from joshsusser/fixes" This reverts commit ce8ac39338f86388e70356b3a470b3ea443802ae, reversing changes made to b0e7b6f67c984d4b1502e801781ed75fad681633. Revert "Merge pull request #8431 from joshsusser/schemadump" This reverts commit 036d3e1c2b65c4b8cbd23de2e20ad67b9b756182, reversing changes made to 0c692f4d121792117b6a71e5ed590a31c3b9d12e. Revert "Merge branch 'joshsusser-master' into merge" This reverts commit 0c692f4d121792117b6a71e5ed590a31c3b9d12e, reversing changes made to 2e299fca715b083a60222a85e48f9d3b8dd8ce93. Conflicts: activerecord/CHANGELOG.md activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb activerecord/test/cases/schema_dumper_test.rb
* Add metadata to schema_migrationsJosh Susser2012-12-011-3/+6
| | | | | migrated_at: timestamp when migration run fingerprint: md5 hash of migration source name: filename without version or extension
* stop more ddl changesAaron Patterson2012-01-161-0/+16
|
* stop ddl modifications for another testAaron Patterson2012-01-161-0/+10
|
* use one based indexes for the mock migrationsAaron Patterson2012-01-161-16/+16
|
* stop making ddl changes for migrator testsAaron Patterson2012-01-161-12/+78
|
* actually use the variable I created. :bomb: thanks @exvivaAaron Patterson2012-01-161-1/+1
|
* move another migrator to use sensorsAaron Patterson2012-01-161-0/+18
|
* moving verbosity tests to the migrator test, removing ddl changesAaron Patterson2012-01-161-0/+24
|
* silencing migrator tests, refactoring the migration test helperAaron Patterson2012-01-161-0/+1
|
* prefer method sensors over actual ddl changesAaron Patterson2012-01-161-0/+84
|
* testing the current version methodAaron Patterson2012-01-161-1/+26
|
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-0/+1
|
* stop depending on the filesystem for interleaved migration testsAaron Patterson2012-01-131-1/+49
|
* move another migrator test, use schema migration modelAaron Patterson2012-01-131-0/+9
|
* move another migrator test to the correct classAaron Patterson2012-01-131-0/+11
|
* moving more migrator tests to the right test caseAaron Patterson2012-01-131-0/+38
|
* moving migrator tests to a migrator test classAaron Patterson2012-01-131-0/+26