aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* Rails is the default (but now override able) source for environment and path.Pat Allan2012-06-172-15/+25
|
* Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-174-7/+13
|
* One line db:create/db:drop tasks.Pat Allan2012-06-171-0/+46
| | | | | | Now isn't that better? And yes, I know that private has no impact on class methods - it's a visual distinction, not a technical one.
* db:drop and some of db:test:purge.Pat Allan2012-06-174-8/+55
|
* db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-173-4/+33
|
* db:create for MySQL now much cleaner.Pat Allan2012-06-173-7/+107
|
* A beginning of sorts.Pat Allan2012-06-171-0/+14
Minimal implementation that supports db:create SQLite replacement