| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak `truncate_tables` | Ryuta Kamizono | 2019-03-18 | 1 | -1/+1 |
* | Make `truncate_tables` to bulk statements | Ryuta Kamizono | 2019-03-17 | 1 | -3/+1 |
* | Extract `truncate` and `truncate_tables` into database statements | Ryuta Kamizono | 2019-03-17 | 4 | -34/+5 |
* | Load YAML for rake tasks without parsing ERB | eileencodes | 2019-03-06 | 1 | -1/+1 |
* | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779) | Bogdan | 2019-03-04 | 4 | -0/+50 |
* | Add multi-db support to schema cache dump and clear | Gannon McGibbon | 2018-11-07 | 1 | -0/+10 |
* | Move db:migrate:status to DatabaseTasks method | Gannon McGibbon | 2018-10-08 | 1 | -0/+15 |
* | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 1 | -2/+2 |
* | Use -X when loading structure.sql via psql | J Smith | 2018-09-27 | 1 | -1/+1 |
* | Removed invalid -X flag for pg_dump | Matthias Winkelmann | 2018-09-27 | 1 | -1/+1 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 4 | -4/+4 |
* | Ignore psqlrc files when executing psql commands | J Smith | 2018-09-17 | 1 | -1/+1 |
* | Convert configs_for to kwargs, add include_replicas | Eileen Uchitelle | 2018-08-31 | 1 | -5/+5 |
* | Refactors Active Record connection management | Eileen Uchitelle | 2018-08-30 | 1 | -9/+19 |
* | Merge pull request #33744 from bogdanvlviv/fixes-27852 | Ryuta Kamizono | 2018-08-30 | 1 | -1/+1 |
|\ |
|
| * | Prevent leaking of user's DB credentials on `rails db:create` failure | bogdanvlviv | 2018-08-29 | 1 | -1/+1 |
* | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
|/ |
|
* | [ci skip] Change references from Rake task to Rails command | Alberto Almagro | 2018-08-01 | 1 | -1/+1 |
* | use load_schema instead of migrate for parallel testing | Britni Alexander | 2018-07-31 | 1 | -0/+3 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 3 | -13/+3 |
* | Don't create namespaced tasks if single db application | eileencodes | 2018-04-09 | 1 | -2/+7 |
* | Allow schema/structure load for multiple databases | eileencodes | 2018-04-09 | 1 | -3/+3 |
* | Refactor configs_for and friends | eileencodes | 2018-03-21 | 1 | -1/+8 |
* | Update schema/structure dump tasks for multi db | eileencodes | 2018-03-21 | 1 | -2/+16 |
* | Add ability to create/drop/migrate all dbs for a given env | eileencodes | 2018-03-21 | 1 | -6/+6 |
* | Don't expose `verbose?` helper method | Ryuta Kamizono | 2018-03-02 | 1 | -6/+4 |
* | Revert "Merge pull request #32075 from eileencodes/delete-default-configuration" | eileencodes | 2018-02-22 | 1 | -0/+4 |
* | Delete default configuration | eileencodes | 2018-02-21 | 1 | -4/+0 |
* | Don't output information on drop if not verbose | eileencodes | 2018-02-05 | 1 | -1/+1 |
* | Add ability to turn off verbose for database tasks | eileencodes | 2018-02-05 | 1 | -3/+7 |
* | Remove unused `migration_context` in `DatabaseTasks` | Ryuta Kamizono | 2018-01-19 | 1 | -4/+0 |
* | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 1 | -4/+8 |
* | Merge pull request #30414 from bogdanvlviv/clear-mysql_database_tasks | Rafael França | 2017-11-09 | 1 | -47/+0 |
|\ |
|
| * | Simplify implementation of `MySQLDatabaseTasks` | bogdanvlviv | 2017-10-30 | 1 | -45/+0 |
| * | Raise error if unsupported charset for mysql | bogdanvlviv | 2017-10-30 | 1 | -3/+1 |
* | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 1 | -3/+12 |
|/ |
|
* | [Active Record] require => require_relative | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data... | bogdanvlviv | 2017-10-15 | 1 | -3/+3 |
* | Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int... | bogdanvlviv | 2017-10-15 | 1 | -7/+8 |
* | Fix `can't modify frozen String` error in `DatabaseTasks` | yuuji.yaginuma | 2017-08-30 | 2 | -2/+2 |
* | Merge pull request #30159 from allcentury/dump-temp-file-permissions | Rafael França | 2017-08-11 | 1 | -1/+1 |
|\ |
|
| * | Use copy to preserve file permissions | Anthony Ross | 2017-08-09 | 1 | -1/+1 |
* | | Update database duplication check | zverok | 2017-08-11 | 1 | -1/+1 |
|/ |
|
* | Avoid modifying frozen string in check_schema_file | Eugene Kenny | 2017-07-23 | 1 | -1/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 4 | -0/+8 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -1/+1 |
* | Merge branch 'master' into require_relative_2017 | Xavier Noria | 2017-07-02 | 1 | -1/+1 |
|\ |
|
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
| * | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 4 | -0/+4 |
| |\ |
|
| | * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |