aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/sqlite_rake_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move tasks(rake) tests to under the tasks dir.kennyj2012-06-241-170/+0
|
* Refactor db:structure:load task.kennyj2012-06-211-0/+22
|
* Refactor db:structure:dump task.kennyj2012-06-201-0/+22
|
* Refactor db:charset taskSimon Jefford2012-06-191-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 testsFrancesco Rodriguez2012-06-181-2/+4
|
* Rails is the default (but now override able) source for environment and path.Pat Allan2012-06-171-14/+17
|
* Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-171-2/+0
|
* db:drop and some of db:test:purge.Pat Allan2012-06-171-0/+41
|
* Confirm connection is not established if file exists.Pat Allan2012-06-171-1/+10
|
* A beginning of sorts.Pat Allan2012-06-171-0/+53
Minimal implementation that supports db:create SQLite replacement