1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

20 commits

Author SHA1 Message Date
Rafael Mendonça França
5294ad82c6 Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
Yves Senn
349d460600 recognize migrations, in folders containing numbers and 'rb'.
Closes #8492
2012-12-13 09:08:32 +01:00
Jeremy Kemper
cff747d304 Move to the schema-migrations-metadata branch.
Pending work on graceful app upgrades.

Revert "Merge pull request #8439 from joshsusser/fixes"

This reverts commit ce8ac39338, reversing
changes made to b0e7b6f67c.

Revert "Merge pull request #8431 from joshsusser/schemadump"

This reverts commit 036d3e1c2b, reversing
changes made to 0c692f4d12.

Revert "Merge branch 'joshsusser-master' into merge"

This reverts commit 0c692f4d12, reversing
changes made to 2e299fca71.

Conflicts:
	activerecord/CHANGELOG.md
	activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
	activerecord/test/cases/schema_dumper_test.rb
2012-12-09 15:57:34 -07:00
Josh Susser
0a5afa229d Add metadata to schema_migrations
migrated_at: timestamp when migration run
fingerprint: md5 hash of migration source
name: filename without version or extension
2012-12-01 19:41:09 -08:00
Aaron Patterson
21afd9b96d stop more ddl changes 2012-01-16 15:24:27 -08:00
Aaron Patterson
86a73cd849 stop ddl modifications for another test 2012-01-16 15:23:16 -08:00
Aaron Patterson
b731593e1a use one based indexes for the mock migrations 2012-01-16 15:19:34 -08:00
Aaron Patterson
867f504abd stop making ddl changes for migrator tests 2012-01-16 15:05:55 -08:00
Aaron Patterson
ccbd201936 actually use the variable I created. 💣 thanks @exviva 2012-01-16 14:02:57 -08:00
Aaron Patterson
15daa149b4 move another migrator to use sensors 2012-01-16 14:02:57 -08:00
Aaron Patterson
247d274cab moving verbosity tests to the migrator test, removing ddl changes 2012-01-16 11:28:00 -08:00
Aaron Patterson
536433845d silencing migrator tests, refactoring the migration test helper 2012-01-16 11:21:20 -08:00
Aaron Patterson
8037c51083 prefer method sensors over actual ddl changes 2012-01-16 10:57:31 -08:00
Aaron Patterson
8739a42c38 testing the current version method 2012-01-16 10:33:39 -08:00
Aaron Patterson
e0f0afb975 refactor schema migration table creation to the schema migration model 2012-01-13 15:52:29 -08:00
Aaron Patterson
8a3dcd716c stop depending on the filesystem for interleaved migration tests 2012-01-13 14:33:59 -08:00
Aaron Patterson
ff5c385620 move another migrator test, use schema migration model 2012-01-13 14:33:58 -08:00
Aaron Patterson
ad2af42bb2 move another migrator test to the correct class 2012-01-13 14:33:58 -08:00
Aaron Patterson
6c7b66f67b moving more migrator tests to the right test case 2012-01-13 14:33:57 -08:00
Aaron Patterson
01f86cd8ea moving migrator tests to a migrator test class 2012-01-13 14:33:57 -08:00