aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename `active_record_internal_metadatas` to `ar_internal_metadata`"Yasuo Honda2016-07-011-15/+0
* Merge pull request #24732 from y-yagi/update_record_specified_in_the_keyRafael França2016-05-211-0/+17
|\
| * update record specified in keyyuuji.yaginuma2016-04-271-0/+17
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* | Replace `Rails.version.to_f` with Active RecordJon Moss2016-04-301-0/+4
|/
* Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `...yui-knk2016-03-241-0/+3
* Ensure `drop_table` even if tests failure or interruptedRyuta Kamizono2016-02-241-7/+5
* `drop_table :test_text_limits` as wellRyuta Kamizono2016-02-241-9/+13
* Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport...Rafael França2016-02-231-1/+1
|\
| * remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* | Make sure we don't change the global state in the testsRafael Mendonça França2016-02-231-0/+4
* | Remove needless `drop_table :test_limits`Ryuta Kamizono2016-02-231-3/+0
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-02-071-2/+0
|\
| * [ci skip] Good bye SQLite2yui-knk2016-02-061-2/+0
* | Rename `active_record_internal_metadatas` to `ar_internal_metadata`Yasuo Honda2016-02-011-0/+15
* | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-011-5/+5
|/
* Fix intermittent test failuresschneems2016-01-141-0/+1
* Revert "Revert "Set environment even when no migration runs""schneems2016-01-141-1/+28
* Revert "Set environment even when no migration runs"Sean Griffin2016-01-141-28/+1
* Set environment even when no migration runsschneems2016-01-111-0/+27
* Clean up duplicate migration logicschneems2016-01-111-1/+1
* 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