| Commit message (Expand) | Author | Age | Files | Lines |
* | Show deprecated messages only when target database adapters defined | Yasuo Honda | 2013-04-03 | 3 | -3/+3 |
* | Fix tiny problem: change method order for consistency and fix wrong method name. | kennyj | 2013-04-03 | 1 | -1/+1 |
* | Suppress deprecation messages for deprecated database tasks, when executing r... | kennyj | 2013-04-03 | 3 | -0/+21 |
* | Extract Oracle database tasks. | kennyj | 2013-04-03 | 1 | -0/+86 |
* | Extract Sqlserver database tasks. | kennyj | 2013-04-03 | 1 | -0/+80 |
* | Extract Firebird database tasks. | kennyj | 2013-04-03 | 1 | -0/+93 |
* | `rake db:create` does not change permissions of root user. | Yves Senn | 2013-03-17 | 1 | -2/+18 |
* | rake db:structure:dump warns when `mysqldump` is not in PATH. | Yves Senn | 2013-03-06 | 1 | -1/+12 |
* | Raise a specific exception with a useful message if a rake task is requested ... | Daniel Azuma | 2013-01-30 | 1 | -0/+6 |
* | Revert "Merge pull request #8942 from yahonda/tested_only_with_mysql" | Carlos Antonio da Silva | 2013-01-15 | 1 | -4/+0 |
* | Address test_create_when_database_exists_outputs_info_to_stderr failures | Yasuo Honda | 2013-01-15 | 1 | -0/+4 |
* | Bring back "database already exists" messages when running rake tasks | Carlos Antonio da Silva | 2013-01-12 | 3 | -7/+27 |
* | Style: remove hash noise | Jeremy Kemper | 2012-09-21 | 1 | -10/+10 |
* | Correct default charset/collation for mysql dbs | Jeremy Kemper | 2012-09-21 | 1 | -9/+21 |
* | Use configuration['encoding'], because database configuration use not charset... | kennyj | 2012-09-12 | 1 | -2/+2 |
* | Use native mysqldump command for 'rake db:structure:dump'. | kennyj | 2012-09-12 | 1 | -15/+2 |
* | Use the 'mysql' binary for 'rake db:structure:load'. | Seamus Abshere | 2012-09-05 | 1 | -5/+2 |
* | Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rak... | Aaron Patterson | 2012-07-29 | 1 | -1/+5 |
|\ |
|
| * | fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t... | Vladimir Strakhov | 2012-07-29 | 1 | -1/+5 |
* | | More polite cleanup for sqlite tests | Bogdan Gusiev | 2012-07-29 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #6838 from kennyj/added_registration_task | Carlos Antonio da Silva | 2012-07-07 | 1 | -0/+16 |
|\ |
|
| * | Added a feature to add a database task. e.g. OracleDatabaseTasks | kennyj | 2012-06-24 | 1 | -0/+16 |
* | | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 1 | -4/+4 |
* | | Extract collation tasks to database tasks. | kennyj | 2012-07-01 | 4 | -0/+68 |
* | | Support collate and ctype on the PostgreSQL. | kennyj | 2012-06-29 | 1 | -0/+8 |
|/ |
|
* | Move tasks(rake) tests to under the tasks dir. | kennyj | 2012-06-24 | 4 | -0/+891 |