aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/mysql_rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-291-4/+2
* Use connection.error_number in MySQLDatabaseTasksJohn Hawthorn2019-07-251-3/+8
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* `assert_called_with` should require `args` argumentbogdanvlviv2018-10-251-1/+1
* Stub with Minitest and test with MethodCallAssertionsutilum2018-08-131-8/+16
* Replace permissive Mocha expectationsutilum2018-07-221-9/+20
* Use MethodCallAssertions instead of Mocha#expectsutilum2018-07-191-28/+33
* Clarify test casesbogdanvlviv2018-07-151-8/+6
* Stub with Minitest instead of Mochautilum2018-07-151-71/+120
* Fix stubbed methods in test casesbogdanvlviv2018-07-101-1/+1
* Replace shallow mocks with Ruby classesutilum2018-07-101-6/+6
* Remove unnecessary Mocha stubsutilum2018-07-071-7/+3
* assert_called_withutilum2018-04-261-24/+47
* Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-72/+3
* Raise error if unsupported charset for mysqlbogdanvlviv2017-10-301-4/+4
* 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
* 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 MySQL structure dumpGuillermo Iguaran2017-05-151-0/+16
* Fix quoting in db:create grant all statement.Rune Schjellerup Philosof2017-04-201-1/+1
* Remove duplicated testutilum2017-01-021-8/+0
* Merge pull request #27437 from kirs/structure-load-dump-flagsKasper Timm Hansen2016-12-291-0/+40
|\
| * Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-0/+40
* | assert_equal takes expectation firstAkira Matsuda2016-12-261-3/+3
|/
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-259/+259
* modernizes hash syntax in activerecordXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-45/+45
* Merge pull request #23301 from ppworks/improve_mysqldumpArthur Nogueira Neves2016-06-171-4/+4
|\
| * Skip comments when exec mysqldumpNaoto Koshikawa2016-01-281-4/+4
* | Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl...Jeremy Daer2016-04-181-0/+1
* | Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-4/+36
|/
* Remove legacy mysql adapterRyuta Kamizono2015-12-211-75/+72
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-12/+12
* Fix test_database_created_by_root of mysqlyui-knk2015-11-021-1/+1
* Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`Ryuta Kamizono2015-11-021-13/+6
* Merge pull request #20569 from theSteveMitchell/masterYves Senn2015-09-221-6/+8
|\
| * Check response of structure_load for mysql_database_tasks and make structure_...Steve Mitchell2015-09-181-3/+16
|/
* Changed mysqldump to include sprocs and functionsJonathan Worek2015-05-221-4/+4
* Add full set of MySQL CLI options to support SSL authentication when using db...Alex Coomans2015-05-121-1/+10
* tests, run adapter specific rake tests only for the right adapter.Yves Senn2014-07-241-0/+2
* build fix, fix error introduced with 091b246bb0111357edbb9703ea342a944b04deb6Yves Senn2014-07-241-2/+2
* Active Record tests still depend on `capture`. Let's keep it for now.Yves Senn2014-07-161-19/+0
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+19
* Revert "Properly require database tasks so we have access to the raised const...Rafael Mendonça França2013-11-191-1/+0
* Revert "Explicitly exit with status "1" for create and drop failures"Rafael Mendonça França2013-11-191-3/+1
* Properly require database tasks so we have access to the raised constantCarlos Antonio da Silva2013-11-171-0/+1
* Merge pull request #12531 from iamvery/database-tasks-exit-statusRafael Mendonça França2013-11-151-1/+3
|\
| * Explicitly exit with status "1" for create and drop failuresJay Hayes2013-11-111-1/+3