aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties/databases.rake
Commit message (Expand)AuthorAgeFilesLines
* Fix db:seedeileencodes2019-07-311-0/+2
* Fixed db:prepare task to not touch schema when dump_schema_after_migration is...Wojciech Wnętrzak2019-07-241-3/+4
* Include common commands in rails help outputTekin Suleyman2019-07-191-4/+4
* Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-271-7/+9
* Convert the db:abort_if_pending_migrations task to be multi-DB awareMark Lee2019-06-101-1/+25
* Fixed db:prepare task for multiple databases.Wojciech Wnętrzak2019-06-051-16/+24
* Remove description for namespaced `db:migrate:up`eileencodes2019-04-191-1/+0
* Handle up/down for multiple databaseseileencodes2019-04-191-0/+43
* Ensure active record can load without Railtieseileencodes2019-04-181-7/+7
* 💇Roberto Miranda2019-04-021-6/+4
* Add test cases for rake db:prepareRoberto Miranda2019-04-021-6/+9
* Move db:migrate call to else blockRoberto Miranda2019-03-271-1/+2
* Improve db:prepare descriptionRoberto Miranda2019-03-271-1/+1
* Add rake db:prepare rake task.Roberto Miranda2019-03-271-0/+8
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-0/+10
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+4
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-16/+12
* Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-5/+12
* Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-091-1/+15
* Move db:migrate:status to DatabaseTasks methodGannon McGibbon2018-10-081-12/+1
* Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-9/+9
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-18/+24
* Add missing load config dependency to `rake db:seed`Tobias Bielohlawek2018-07-101-1/+1
* Fix structure:dump for multiple databaseseileencodes2018-04-061-2/+1
* Use current_config in structure_dumputilum2018-03-291-1/+1
* Refactor configs_for and friendseileencodes2018-03-211-16/+16
* Update schema/structure dump tasks for multi dbeileencodes2018-03-211-12/+20
* Add ability to create/drop/migrate all dbs for a given enveileencodes2018-03-211-2/+5
* Add create/drop/migrate db tasks for each database in the environmenteileencodes2018-03-211-0/+25
* Call `YAML.load` correctlyeileencodes2018-02-211-1/+1
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-11/+8
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-24/+24
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-4/+15
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-3/+3
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Also raise error when VERSION is nilRafael Mendonça França2017-04-271-2/+2
* Fixes #28359Philippe Guay2017-03-261-2/+5
* Fix `rake db:migrate:status` with subdirectoriesRyuta Kamizono2017-03-041-17/+2
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-2/+1
* Remove deprecated db:test:clone* tasksRafael Mendonça França2017-01-031-24/+0
* Dump schema cache for custom connectionKir Shatrov2017-01-011-4/+1
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-8/+8
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-7/+7
* applies remaining conventions across the projectXavier Noria2016-08-061-8/+8
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* modernizes hash syntax in activerecordXavier Noria2016-08-061-41/+41
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-63/+63