aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migrator_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move SchemaMigration to migration_contexteileencodes2019-06-141-59/+78
* Clear schema cache when a table is created/dropped/renamedRyuta Kamizono2019-06-131-3/+3
* Remove meaningless `ActiveRecord::MigrationContext.new(old_path)` in ensure b...Ryuta Kamizono2018-09-171-1/+0
* Restore `test_migrations_status_with_schema_define_in_subdirectories`Ryuta Kamizono2018-01-191-7/+11
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-68/+80
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-0/+20
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+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 MigratorTest#test_migrator_verbositybogdanvlviv2017-04-261-1/+1
* Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-0/+17
* Fix `rake db:migrate:status` with subdirectoriesRyuta Kamizono2017-03-041-0/+44
* correctly check error messageyuuji.yaginuma2017-01-251-1/+2
* Followup of #27596, test output of "run" method as wellPrathamesh Sonpatki2017-01-071-1/+8
* Preserve `up` and `down` return typeschneems2017-01-061-0/+14
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-26/+26
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-1/+1
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* tests, favor `drop_table` and `:if_exists` over raw SQL.Yves Senn2015-03-021-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-3/+3
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-3/+3
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-3/+3
* Reset ActiveRecord::Migration.message_count counter before start testingAkira Matsuda2014-08-291-1/+1
* Bring original puts back after finishing testsAkira Matsuda2014-08-291-0/+12
* Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-291-1/+2
* Demodulize ActiveRecord::MigratorTestAkira Matsuda2014-08-291-284/+282
* No need for trailing slash on migration path.Jeremy Kemper2014-04-241-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-2/+1
* Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-3/+3
* Used Yield instead of block.callKuldeep Aggarwal2013-11-151-3/+3
* Remove deprecated String constructor from `ActiveRecord::Migrator`.Yves Senn2013-07-041-6/+0
* Reset AR::Migration.verbose change to avoid depending on test run orderAkira Matsuda2013-01-081-0/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-4/+4
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-0/+6
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-6/+3
* Add metadata to schema_migrationsJosh Susser2012-12-011-3/+6
* stop more ddl changesAaron Patterson2012-01-161-0/+16
* stop ddl modifications for another testAaron Patterson2012-01-161-0/+10
* use one based indexes for the mock migrationsAaron Patterson2012-01-161-16/+16
* stop making ddl changes for migrator testsAaron Patterson2012-01-161-12/+78
* actually use the variable I created. :bomb: thanks @exvivaAaron Patterson2012-01-161-1/+1
* move another migrator to use sensorsAaron Patterson2012-01-161-0/+18
* moving verbosity tests to the migrator test, removing ddl changesAaron Patterson2012-01-161-0/+24