aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rak...Aaron Patterson2012-07-291-1/+5
|\
| * fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t...Vladimir Strakhov2012-07-291-1/+5
* | More polite cleanup for sqlite testsBogdan Gusiev2012-07-291-4/+4
|/
* Merge pull request #6838 from kennyj/added_registration_taskCarlos Antonio da Silva2012-07-071-0/+16
|\
| * Added a feature to add a database task. e.g. OracleDatabaseTaskskennyj2012-06-241-0/+16
* | Unify the collation API for the database adptersRafael Mendonça França2012-07-011-4/+4
* | Extract collation tasks to database tasks.kennyj2012-07-014-0/+68
* | Support collate and ctype on the PostgreSQL.kennyj2012-06-291-0/+8
|/
* Move tasks(rake) tests to under the tasks dir.kennyj2012-06-244-0/+891