aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+44
|\
| * Use hash like syntax for InternalMetadataschneems2016-01-081-2/+2
| * Prevent destructive action on production databaseschneems2016-01-071-0/+44
* | Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* | Don't over-specify types in our testsSean Griffin2015-12-161-1/+0
|/
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-10/+10
* Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-191-19/+0
* Allow specifying the default table options for mysql adaptersSean Griffin2015-11-191-0/+19
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-19/+19
* Require the count_down_latchRafael Mendonça França2015-11-051-2/+3
* don't sleep in testsAaron Patterson2015-10-301-10/+6
* Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+101
* remove dead code.Yves Senn2015-09-091-3/+1
* Merge pull request #21342 from yui-knk/test/add_assert_methodRafael Mendonça França2015-08-241-1/+1
|\
| * Add `assert_nothing_raised` to make clear test case perposeyui-knk2015-08-231-1/+1
* | Remove test helper method to inside test methodyui-knk2015-08-231-5/+1
|/
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Error message testing fixFranky W2015-02-201-1/+3
* 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