aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor db:structure:load task.kennyj2012-06-211-0/+5
* Refactor db:structure:dump task.kennyj2012-06-201-0/+22
* Refactor db:charset taskSimon Jefford2012-06-191-1/+5
* add :nodoc: to AR::Tasks and update to follow the coding conventionsFrancesco Rodriguez2012-06-181-44/+49
* Cleaning up after some warnings, adding slightly higher-level tests.Pat Allan2012-06-171-1/+3
* db:drop and some of db:test:purge.Pat Allan2012-06-171-6/+22
* db:create for PostgreSQL pulled out into a class.Pat Allan2012-06-171-0/+27