aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/tasks/postgresql_rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use -X when loading structure.sql via psqlJ Smith2018-09-271-3/+3
* Removed invalid -X flag for pg_dumpMatthias Winkelmann2018-09-271-7/+7
* Ignore psqlrc files when executing psql commandsJ Smith2018-09-171-7/+7
* Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* Stub with Minitest and test with MethodCallAssertionsutilum2018-08-131-6/+11
* Replace permissive Mocha expectationsutilum2018-07-221-23/+66
* Use MethodCallAssertions instead of Mocha#expectsutilum2018-07-191-35/+61
* Clarify test casesbogdanvlviv2018-07-151-1/+1
* Stub with Minitest instead of Mochautilum2018-07-151-84/+143
* Replace shallow mocks with Ruby classesutilum2018-07-101-5/+8
* Reduce mocking by testing value instead of method callutilum2018-07-091-4/+1
* Remove unnecessary Mocha stubsutilum2018-07-071-15/+5
* assert_called_withutilum2018-04-261-30/+74
* Unneeded Mocha stubs for Kernel#systemAkira Matsuda2017-09-251-2/+0
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-301-0/+10
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Respect `ignore_tables` in Postgres structure dumpRusty Geldmacher2017-05-151-0/+8
* Only remove comments before the first statementAri Pollak2017-02-241-3/+3
* Drop comments from structure.sql in postgresqlAri Pollak2017-02-241-3/+16
* Merge pull request #27437 from kirs/structure-load-dump-flagsKasper Timm Hansen2016-12-291-1/+38
|\
| * Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-1/+38
* | assert_equal takes expectation firstAkira Matsuda2016-12-261-3/+3
|/
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-225/+225
* modernizes hash syntax in activerecordXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-42/+42
* PostgreSQL: Fix db:structure:load silent failure on SQL errorRalin Chimev2016-05-101-2/+2
* Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAl...Jeremy Daer2016-04-181-0/+1
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-4/+29
* Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* Exit with non-zero status when db:create failsJay Hayes2015-10-201-1/+1
* Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flagYves Senn2015-10-121-4/+4
* 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