Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create/drop test and development databases only if RAILS_ENV is nil | Damien Mathieu | 2014-01-08 | 1 | -2/+24 |
* | Fix failure introduced from #13488 | schneems | 2013-12-25 | 1 | -1/+1 |
* | require the files we test | Aaron Patterson | 2013-11-25 | 1 | -0/+1 |
* | Abort a rake task when missing db/structure.sql like `db:schema:load` task. | kennyj | 2013-05-01 | 1 | -0/+7 |
* | Raise a specific exception with a useful message if a rake task is requested ... | Daniel Azuma | 2013-01-30 | 1 | -0/+6 |
* | Bring back "database already exists" messages when running rake tasks | Carlos Antonio da Silva | 2013-01-12 | 1 | -7/+7 |
* | 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 |
* | | Extract collation tasks to database tasks. | kennyj | 2012-07-01 | 1 | -0/+11 |
|/ | |||||
* | Move tasks(rake) tests to under the tasks dir. | kennyj | 2012-06-24 | 1 | -0/+275 |