aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-171-0/+17
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-18/+18
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-10/+10
* modernizes hash syntax in activerecordXavier Noria2016-08-061-35/+35
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-45/+45
* 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