Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tasks(rake) tests to under the tasks dir. | kennyj | 2012-06-24 | 1 | -170/+0 |
| | |||||
* | Refactor db:structure:load task. | kennyj | 2012-06-21 | 1 | -0/+22 |
| | |||||
* | Refactor db:structure:dump task. | kennyj | 2012-06-20 | 1 | -0/+22 |
| | |||||
* | Refactor db:charset task | Simon Jefford | 2012-06-19 | 1 | -1/+21 |
| | | | | | In a similar vein to Pat's work on create, drop etc, the db:charset task is now a one liner in databases.rake | ||||
* | fix invalid syntax and sqlite rake failing tests | Francesco Rodriguez | 2012-06-18 | 1 | -2/+4 |
| | |||||
* | Rails is the default (but now override able) source for environment and path. | Pat Allan | 2012-06-17 | 1 | -14/+17 |
| | |||||
* | Cleaning up after some warnings, adding slightly higher-level tests. | Pat Allan | 2012-06-17 | 1 | -2/+0 |
| | |||||
* | db:drop and some of db:test:purge. | Pat Allan | 2012-06-17 | 1 | -0/+41 |
| | |||||
* | Confirm connection is not established if file exists. | Pat Allan | 2012-06-17 | 1 | -1/+10 |
| | |||||
* | A beginning of sorts. | Pat Allan | 2012-06-17 | 1 | -0/+53 |
Minimal implementation that supports db:create SQLite replacement |