aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/mysql_rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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