aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-291-6/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-171-12/+0
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+12
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Use -X when loading structure.sql via psqlJ Smith2018-09-271-1/+1
* Removed invalid -X flag for pg_dumpMatthias Winkelmann2018-09-271-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Ignore psqlrc files when executing psql commandsJ Smith2018-09-171-1/+1
* Turn on performance based copsDillon Welch2018-07-231-3/+1
* Fix `can't modify frozen String` error in `DatabaseTasks`yuuji.yaginuma2017-08-301-1/+1
* Merge pull request #30159 from allcentury/dump-temp-file-permissionsRafael França2017-08-111-1/+1
|\
| * Use copy to preserve file permissionsAnthony Ross2017-08-091-1/+1
* | Update database duplication checkzverok2017-08-111-1/+1
|/
* 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/+6
* Only remove comments before the first statementAri Pollak2017-02-241-4/+9
* Drop comments from structure.sql in postgresqlAri Pollak2017-02-241-0/+15
* Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-3/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-8/+9
* applies remaining conventions across the projectXavier Noria2016-08-061-6/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-27/+27
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-19/+19
* PostgreSQL: Fix db:structure:load silent failure on SQL errorRalin Chimev2016-05-101-1/+2
* Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* Remove deprecated pg_dump -i flagPaul Sadauskas2015-10-101-1/+1
* Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-8/+20
|\
| * Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-11/+12
|/
* Avoid loading user's psqlrc when loading test structureJason Weathered2015-03-251-1/+1
* Add config.active_record.dump_schemas.Ryan Wallace2015-03-171-1/+9
* Using delegated connection methodJoshua Delsman2014-08-081-1/+1
* Fix loading a sql structure file on postgres when the file's path has whitesp...Kevin Mook2013-10-211-1/+1
* Mute psql output when running rake db:schema:loadGodfrey Chan2013-04-301-1/+1
* Fix AR tests due to Mysql constant not being definedCarlos Antonio da Silva2013-01-121-1/+0
* Bring back "database already exists" messages when running rake tasksCarlos Antonio da Silva2013-01-121-0/+6
* Unify the collation API for the database adptersRafael Mendonça França2012-07-011-1/+1
* Extract collation tasks to database tasks.kennyj2012-07-011-0/+4
* 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