aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/postgresql_rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-6/+6
* Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-251-2/+2
* Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-6/+39
* tests, run adapter specific rake tests only for the right adapter.Yves Senn2014-07-241-0/+2
* Revert "Properly require database tasks so we have access to the raised const...Rafael Mendonça França2013-11-191-1/+0
* Revert "Explicitly exit with status "1" for create and drop failures"Rafael Mendonça França2013-11-191-6/+2
* Properly require database tasks so we have access to the raised constantCarlos Antonio da Silva2013-11-171-0/+1
* Merge pull request #12531 from iamvery/database-tasks-exit-statusRafael Mendonça França2013-11-151-2/+6
|\
| * Explicitly exit with status "1" for create and drop failuresJay Hayes2013-11-111-2/+6
* | More Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | Fix loading a sql structure file on postgres when the file's path has whitesp...Kevin Mook2013-10-211-0/+7
|/
* Mute psql output when running rake db:schema:loadGodfrey Chan2013-04-301-1/+1
* Fix tiny problem: change method order for consistency and fix wrong method name.kennyj2013-04-031-1/+1
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-0/+10
* Unify the collation API for the database adptersRafael Mendonça França2012-07-011-4/+4
* Extract collation tasks to database tasks.kennyj2012-07-011-0/+18
* Support collate and ctype on the PostgreSQL.kennyj2012-06-291-0/+8
* Move tasks(rake) tests to under the tasks dir.kennyj2012-06-241-0/+200