aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* pg tests, be clear about the missing type that causes a test skip.Yves Senn2015-02-121-8/+2
* tests, remove unused requires.Yves Senn2015-02-121-1/+0
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-2/+2
* Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-19/+3
|\
| * - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-19/+3
* | Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-0/+3
* | tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
|/
* Use IO::NULL alwaysNobuyoshi Nakada2015-01-101-1/+1
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-0/+10
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Load test schema even if there are no migrationsSean Griffin2014-10-311-0/+13
* Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-1/+0
* 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