aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabledJeremy Kemper2014-09-011-17/+19
* MigrationTest doesn't need to be verbose anymoreAkira Matsuda2014-08-291-1/+1
* No tests are dealing with ActiveRecord::Migration.message_count here anymoreAkira Matsuda2014-08-291-1/+0
* Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-291-1/+3
* Drop schema_migrations table only when existsAkira Matsuda2014-08-201-1/+1
* Merge pull request #16349 from jmcnevin/masterRafael Mendonça França2014-08-191-0/+15
|\
| * Correctly determine if migration is needed.Jeremy McNevin2014-08-131-0/+15
* | Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
|/
* build fix, remove not null constraint.Yves Senn2014-07-221-1/+1
* Remove length limit that results failure in other tests.Zuhao Wan2014-07-221-1/+1
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+10
* Don't type cast the default on the columnSean Griffin2014-06-171-1/+1
* Rename `property` to `attribute`Sean Griffin2014-06-071-3/+3
* Remove deprecated method ActiveRecord::Migrator.proper_table_nameAkshay Vishnoi2014-06-051-41/+0
* Silence deprecation warning in testSean Griffin2014-05-271-0/+3
* Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-271-1/+4
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+2
* we have `with_env_tz` as global test helper. Remove duplicate.Yves Senn2014-01-161-7/+0
* isolate class attribute assignment in `migration_test.rb`Yves Senn2014-01-161-22/+33
* activerecord: Initialize Migration with version from MigrationProxy.Dylan Thacker-Smith2014-01-061-0/+4
* support creating temporary tables from queriesCody Cutrer2013-12-141-0/+26
* Get rid of hack for freezing time on AR testsCarlos Antonio da Silva2013-12-121-5/+5
* test should clean up after themselvesAaron Patterson2013-11-151-0/+3
* Remove more skipRafael Mendonça França2013-11-081-2/+0
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-100/+92
* Warnings removed for ruby trunkArun Agrawal2013-11-011-19/+19
* added schema_migrations_table_name to ActiveRecord::Base in order that the na...Jerad Phelps2013-10-271-1/+10
* Adding deprecation assertions for proper_table_name.wangjohn2013-08-241-7/+21
* Making proper_table_name take in options.wangjohn2013-08-221-1/+28
* Revert "fix order dependent test related to migration"Akira Matsuda2013-07-291-4/+0
* fix order dependent test related to migrationNeeraj Singh2013-07-281-0/+4
* removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-161-15/+10
* Fix #10789. Now at last ::Logger doesn't support #silence method .kennyj2013-06-051-0/+9
* Improve the error messageRafael Mendonça França2013-04-191-1/+1
* Support transactions in Migrator.runbondarev2013-04-181-0/+26
* Preserve magic comments and content encoding of copied migrations.OZAWA Sakuro2013-03-091-0/+20
* If an index can't be found by column, use the index name.Ezekiel Smithburg2013-03-071-0/+16
* transactions can be turned off per Migration.Yves Senn2013-03-051-0/+32
* transactional migration test-case was broken.Yves Senn2013-03-051-3/+7
* Be sure to clear schema cacheAkira Matsuda2013-01-221-0/+3
* Reset table_name_{prefix,suffix}, and table_name after each testAkira Matsuda2013-01-221-11/+4
* Fix failing test under sqlite3Akira Matsuda2013-01-071-1/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-2/+2
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-10/+1
* convert time to stringJosh Susser2012-12-061-1/+1
* style cleanupJosh Susser2012-12-031-1/+1
* Add metadata to schema_migrationsJosh Susser2012-12-011-0/+9
* Move migration test together with other join table testsCarlos Antonio da Silva2012-11-211-7/+0
* Merge pull request #7716 from steveklabnik/issue_7715Rafael Mendonça França2012-11-211-0/+7
|\
| * Coerce strings in create_join_table.Steve Klabnik2012-11-211-0/+7