aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/tasks
Commit message (Expand)AuthorAgeFilesLines
* Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-293-13/+0
* Use connection.error_number in MySQLDatabaseTasksJohn Hawthorn2019-07-251-1/+1
* Make sure AR can load without Railseileencodes2019-07-251-0/+2
* MySQL: Check error number instead of a messageyuuji.yaginuma2019-07-111-1/+3
* Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-271-2/+11
* Move SchemaMigration to migration_contexteileencodes2019-06-141-5/+7
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-3/+0
* Add forgotten nodoc to dump_schema method.Wojciech Wnętrzak2019-06-071-1/+1
* Fixed db:prepare task for multiple databases.Wojciech Wnętrzak2019-06-051-3/+25
* Handle up/down for multiple databaseseileencodes2019-04-191-0/+14
* Ensure active record can load without Railtieseileencodes2019-04-181-0/+2
* Respect table name prefix/suffix for `truncate_all`Ryuta Kamizono2019-04-041-2/+2
* Tweak `truncate_tables`Ryuta Kamizono2019-03-181-1/+1
* Make `truncate_tables` to bulk statementsRyuta Kamizono2019-03-171-3/+1
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-174-34/+5
* Load YAML for rake tasks without parsing ERBeileencodes2019-03-061-1/+1
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-044-0/+50
* Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-0/+10
* Move db:migrate:status to DatabaseTasks methodGannon McGibbon2018-10-081-0/+15
* 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-234-4/+4
* Ignore psqlrc files when executing psql commandsJ Smith2018-09-171-1/+1
* Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-5/+5
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-9/+19
* Merge pull request #33744 from bogdanvlviv/fixes-27852Ryuta Kamizono2018-08-301-1/+1
|\
| * Prevent leaking of user's DB credentials on `rails db:create` failurebogdanvlviv2018-08-291-1/+1
* | Drop load_database_yaml and fix testEileen Uchitelle2018-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
* Turn on performance based copsDillon Welch2018-07-233-13/+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
* Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasksRafael França2017-11-091-47/+0
|\
| * Simplify implementation of `MySQLDatabaseTasks`bogdanvlviv2017-10-301-45/+0
| * Raise error if unsupported charset for mysqlbogdanvlviv2017-10-301-3/+1
* | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-3/+12
|/
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-3/+3