aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/mysql_rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-75/+74
* | Convert Fixnum into String the port number in MySQLKenta Okamoto2013-10-181-0/+9
|/
* `rake db:create` does not change permissions of root user.Yves Senn2013-03-171-2/+18
* rake db:structure:dump warns when `mysqldump` is not in PATH.Yves Senn2013-03-061-1/+12
* Revert "Merge pull request #8942 from yahonda/tested_only_with_mysql"Carlos Antonio da Silva2013-01-151-4/+0
* Address test_create_when_database_exists_outputs_info_to_stderr failuresYasuo Honda2013-01-151-0/+4
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-0/+10
* Style: remove hash noiseJeremy Kemper2012-09-211-10/+10
* Correct default charset/collation for mysql dbsJeremy Kemper2012-09-211-9/+21
* Use configuration['encoding'], because database configuration use not charset...kennyj2012-09-121-2/+2
* Use native mysqldump command for 'rake db:structure:dump'.kennyj2012-09-121-15/+2
* Use the 'mysql' binary for 'rake db:structure:load'.Seamus Abshere2012-09-051-5/+2
* fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t...Vladimir Strakhov2012-07-291-1/+5
* Extract collation tasks to database tasks.kennyj2012-07-011-0/+18
* Move tasks(rake) tests to under the tasks dir.kennyj2012-06-241-0/+246