aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Expand)AuthorAgeFilesLines
...
* add :nodoc: to AR::Tasks and update to follow the coding conventionsFrancesco Rodriguez2012-06-184-208/+226
* check if sqlite3 file exists before removeFrancesco Rodriguez2012-06-181-3/+3
* 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
* 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