aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/database_tasks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Make ActiveRecord::PendingMigrationError actionableGenadi Samokovarov2019-04-191-2/+4
* Don't drop internal metadata tablesRyuta Kamizono2019-04-041-4/+2
* Ensure `reset_table_name` when table name prefix/suffix is changedRyuta Kamizono2019-04-041-8/+0
* Fix fragile testsRyuta Kamizono2019-04-041-2/+4
* Respect table name prefix/suffix for `truncate_all`Ryuta Kamizono2019-04-041-0/+58
* Reset `connection_handlers` to default when any test dirties thatRyuta Kamizono2019-03-051-0/+4
* Fix typo in test nameSharang Dashputre2019-03-051-1/+1
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+122
* Move db:migrate:status to DatabaseTasks methodGannon McGibbon2018-10-081-1/+23
* Fix tests in `activerecord/test/cases/tasks/database_tasks_test.rb`bogdanvlviv2018-09-041-93/+120
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-69/+82
* Add method_call_assertions and use them instead of Mochautilum2018-08-131-20/+35
* Turn on performance based copsDillon Welch2018-07-231-12/+12
* Fix Mocha replacement that slipped out of #33337utilum2018-07-221-11/+15
* Use MethodCallAssertions instead of Mocha#expectsutilum2018-07-191-28/+53
* Replace some more Mocha#stub calls with Minitestutilum2018-07-171-14/+33
* Remove unnecessary Mocha stubutilum2018-07-171-1/+0
* Stub with Minitest instead of Mochautilum2018-07-151-225/+341
* Replace shallow mocks with Ruby classesutilum2018-07-101-1/+11
* Reduce mocking by testing value instead of method callutilum2018-07-091-10/+22
* Remove unnecessary Mocha stubsutilum2018-07-071-6/+6
* assert_called_withutilum2018-04-261-25/+38
* assert_calledutilum2018-04-261-20/+21
* assert_not_calledutilum2018-04-261-12/+12
* Fix two-level database configurations with URLsEugene Kenny2018-03-311-10/+52
* Add tests for new rake taskseileencodes2018-03-211-1/+128
* Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"eileencodes2018-02-221-0/+16
* Delete default configurationeileencodes2018-02-211-16/+0
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-41/+83
* Clear dirty `schema_cache` after `dump_schema_cache`Ryuta Kamizono2017-12-151-0/+1
* Convert protected_environments to an array of stringsbogdanvlviv2017-12-121-2/+19
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-4/+145
* 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
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-1/+2
* Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_varsbogdanvlviv2017-04-261-1/+16
* Fixes #28359Philippe Guay2017-03-261-0/+8
* sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872Akira Matsuda2017-01-101-0/+2
* Dump schema cache for custom connectionKir Shatrov2017-01-011-0/+10
* Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-17/+17
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-73/+73
* We are erroring due to nested transaction failures from mysql on test_migrate...Vipul A M2016-05-061-0/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-0/+7
* Make 'migrate' clear the schema cache afterwardChris Arcand2016-03-241-2/+13