aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/postgresql_rake_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-0/+10
| | | | | | | | | | When running tasks such "rake db:setup", instead of showing messages like "db_development already exists", it was showing a big stack trace and a message "Couldn't create database for ..." with the configuration options, a very confusing message with a big trace. This brings back the functionality present in 3-2, showing the same message.
* 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