aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks/database_tasks.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* [ci skip] Change references from Rake task to Rails commandAlberto Almagro2018-08-011-1/+1
* use load_schema instead of migrate for parallel testingBritni Alexander2018-07-311-0/+3
* Don't create namespaced tasks if single db applicationeileencodes2018-04-091-2/+7
* Allow schema/structure load for multiple databaseseileencodes2018-04-091-3/+3
* Refactor configs_for and friendseileencodes2018-03-211-1/+8
* Update schema/structure dump tasks for multi dbeileencodes2018-03-211-2/+16
* Add ability to create/drop/migrate all dbs for a given enveileencodes2018-03-211-6/+6
* Don't expose `verbose?` helper methodRyuta Kamizono2018-03-021-6/+4
* Revert "Merge pull request #32075 from eileencodes/delete-default-configuration"eileencodes2018-02-221-0/+4
* Delete default configurationeileencodes2018-02-211-4/+0
* Don't output information on drop if not verboseeileencodes2018-02-051-1/+1
* Add ability to turn off verbose for database taskseileencodes2018-02-051-3/+7
* Remove unused `migration_context` in `DatabaseTasks`Ryuta Kamizono2018-01-191-4/+0
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-4/+8
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-3/+12
* `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-3/+3
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-7/+8
* Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-1/+1
* 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
* Fix a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-3/+3
* Defer loading each DB Tasks class from AR DatabaseTasksAkira Matsuda2017-05-111-6/+6
* Refactor AR::Tasks::DatabaseTasks::migratebogdanvlviv2017-04-261-1/+1
* Fixes #28359Philippe Guay2017-03-261-1/+3
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* Remove unneeded requires at active recordRafael Mendonça França2017-01-031-2/+0
* Dump schema cache for custom connectionKir Shatrov2017-01-011-0/+10
* Remove deprecated #load_schema_forRafael Mendonça França2016-12-291-8/+0
* Make ActiveRecord structure load/dump configurableKir Shatrov2016-12-221-2/+12
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-25/+25
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-19/+19
* Add to_hash to specificationArthur Neves2016-05-251-1/+1
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-1/+1
* s/specification_name/connection_specification_nameArthur Neves2016-05-061-1/+1
* s/specification_id/specification_nameArthur Neves2016-05-051-1/+1
* Retrive the right pool for db tasksArthur Neves2016-05-051-2/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-171-2/+4
* Make 'migrate' clear the schema cache afterwardChris Arcand2016-03-241-0/+1
* Creates development and test databases in db:migrate taskRafael Mendonça França2016-03-141-2/+1
* reestablish previous connection after creating all databasesAaron Patterson2016-02-231-0/+4
* match the environment variable name that actually checking and error messageyuuji.yaginuma2016-01-091-1/+1
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+18
|\
| * Fixing tests and re-locating error checking.schneems2016-01-081-2/+2
| * Use hash like syntax for InternalMetadataschneems2016-01-081-1/+1