index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
tasks
/
postgresql_rake_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rake db:structure:dump on Postgres when multiple schemas are used.
Nick Muerdter
2015-11-19
1
-2
/
+2
*
Exit with non-zero status when db:create fails
Jay Hayes
2015-10-20
1
-1
/
+1
*
Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flag
Yves Senn
2015-10-12
1
-4
/
+4
*
Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks
starbelly
2015-08-01
1
-6
/
+6
*
Merge pull request #19503 from jasoncodes/no-psqlrc
Yves Senn
2015-03-25
1
-2
/
+2
*
Add config.active_record.dump_schemas.
Ryan Wallace
2015-03-17
1
-6
/
+39
*
tests, run adapter specific rake tests only for the right adapter.
Yves Senn
2014-07-24
1
-0
/
+2
*
Revert "Properly require database tasks so we have access to the raised const...
Rafael Mendonça França
2013-11-19
1
-1
/
+0
*
Revert "Explicitly exit with status "1" for create and drop failures"
Rafael Mendonça França
2013-11-19
1
-6
/
+2
*
Properly require database tasks so we have access to the raised constant
Carlos Antonio da Silva
2013-11-17
1
-0
/
+1
*
Merge pull request #12531 from iamvery/database-tasks-exit-status
Rafael Mendonça França
2013-11-15
1
-2
/
+6
|
\
|
*
Explicitly exit with status "1" for create and drop failures
Jay Hayes
2013-11-11
1
-2
/
+6
*
|
More Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
|
Fix loading a sql structure file on postgres when the file's path has whitesp...
Kevin Mook
2013-10-21
1
-0
/
+7
|
/
*
Mute psql output when running rake db:schema:load
Godfrey Chan
2013-04-30
1
-1
/
+1
*
Fix tiny problem: change method order for consistency and fix wrong method name.
kennyj
2013-04-03
1
-1
/
+1
*
Bring back "database already exists" messages when running rake tasks
Carlos Antonio da Silva
2013-01-12
1
-0
/
+10
*
Unify the collation API for the database adpters
Rafael Mendonça França
2012-07-01
1
-4
/
+4
*
Extract collation tasks to database tasks.
kennyj
2012-07-01
1
-0
/
+18
*
Support collate and ctype on the PostgreSQL.
kennyj
2012-06-29
1
-0
/
+8
*
Move tasks(rake) tests to under the tasks dir.
kennyj
2012-06-24
1
-0
/
+200