aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks
Commit message (Expand)AuthorAgeFilesLines
* Turn on performance based copsDillon Welch2018-07-231-12/+12
* Replace permissive Mocha expectationsutilum2018-07-222-32/+86
* Fix Mocha replacement that slipped out of #33337utilum2018-07-221-11/+15
* Use MethodCallAssertions instead of Mocha#expectsutilum2018-07-194-94/+150
* Replace some more Mocha#stub calls with Minitestutilum2018-07-171-14/+33
* Remove unnecessary Mocha stubutilum2018-07-171-1/+0
* Clarify test casesbogdanvlviv2018-07-153-15/+11
* Stub with Minitest instead of Mochautilum2018-07-154-427/+660
* Fix stubbed methods in test casesbogdanvlviv2018-07-101-1/+1
* Replace shallow mocks with Ruby classesutilum2018-07-104-14/+30
* Reduce mocking by testing value instead of method callutilum2018-07-093-18/+24
* Remove unnecessary Mocha stubsutilum2018-07-074-47/+18
* assert_called_withutilum2018-04-264-85/+170
* assert_calledutilum2018-04-262-23/+24
* 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
* Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasksRafael França2017-11-091-74/+5
|\
| * Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-72/+3
| * Raise error if unsupported charset for mysqlbogdanvlviv2017-10-301-4/+4
* | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-4/+145
|/
* Unneeded Mocha stubs for Kernel#systemAkira Matsuda2017-09-251-2/+0
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-302-0/+35
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-194-0/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* pass `structure_dump_flags` / `structure_load_flags` options before any other:Edouard CHIN2017-06-211-2/+2
* Remove a duplicate test of mysql_rake_testKoichi ITO2017-05-261-7/+0
* Respect 'ignore_tables' in SQLite structure dumpGuillermo Iguaran2017-05-151-0/+20
* Respect 'ignore_tables' in MySQL structure dumpGuillermo Iguaran2017-05-151-0/+16
* Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-151-0/+8
* 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
* Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* Fixes #28359Philippe Guay2017-03-261-0/+8
* Only remove comments before the first statementAri Pollak2017-02-241-3/+3
* Drop comments from structure.sql in postgresqlAri Pollak2017-02-241-3/+16
* sqlite3_mem tests are broken since 79887593c18919fed49f441d64236362cb755872Akira Matsuda2017-01-101-0/+2
* Remove duplicated testutilum2017-01-021-8/+0
* Dump schema cache for custom connectionKir Shatrov2017-01-011-0/+10
* Merge pull request #27437 from kirs/structure-load-dump-flagsKasper Timm Hansen2016-12-293-4/+81
|\
| * Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-223-4/+81
* | assert_equal takes expectation firstAkira Matsuda2016-12-263-9/+9
|/
* 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