aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-231-4/+0
* Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-5/+0
* Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-4/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-1/+3
* Fix `test_copying_migrations_preserving_magic_comments`Ryuta Kamizono2017-07-021-2/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix `create_table` with query from relationRyuta Kamizono2017-06-131-6/+4
* Remove a duplicate test of migration_test in ARKoichi ITO2017-05-251-27/+0
* Deprecate `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-091-0/+4
* Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-5/+5
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-0/+4
* Deprecate `ColumnDumper#migration_keys`Ryuta Kamizono2017-02-071-0/+4
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-4/+8
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-3/+3
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-3/+3
* Fix random failure related to migration environmentPrathamesh Sonpatki2017-01-071-0/+2
* Privatize unneededly protected methods in Active RecordAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* 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