| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix db:seed | eileencodes | 2019-07-31 | 1 | -0/+19 |
* | Fixed db:prepare task to not touch schema when dump_schema_after_migration is... | Wojciech Wnętrzak | 2019-07-24 | 1 | -0/+16 |
* | Load initial database.yml once, and warn if we can't create tasks | eileencodes | 2019-06-27 | 1 | -0/+28 |
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 1 | -1/+0 |
* | Convert the db:abort_if_pending_migrations task to be multi-DB aware | Mark Lee | 2019-06-10 | 1 | -0/+26 |
* | Fixed db:prepare task for multiple databases. | Wojciech Wnętrzak | 2019-06-05 | 1 | -0/+20 |
* | Fix: DummyCompiler embeds invalid YAML content | Vishal Telangre | 2019-05-15 | 1 | -0/+17 |
* | Fix database loading when ERB is single line ternary | eileencodes | 2019-05-10 | 1 | -0/+16 |
* | Handle up/down for multiple databases | eileencodes | 2019-04-19 | 1 | -1/+58 |
* | Remove the Amazon SES ingress | George Claghorn | 2019-04-14 | 1 | -1/+0 |
* | Merge pull request #35768 from robertomiranda/r/rake-db-prepare | Eileen M. Uchitelle | 2019-04-02 | 2 | -0/+36 |
|\ |
|
| * | Add migration in case of db:drop assertion | Roberto Miranda | 2019-04-02 | 1 | -0/+7 |
| * | 💇 | Roberto Miranda | 2019-04-02 | 2 | -2/+1 |
| * | Add test cases for rake db:prepare | Roberto Miranda | 2019-04-02 | 2 | -0/+30 |
* | | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -2/+2 |
|/ |
|
* | Add additional ERB DummyCompiler tests | Cliff Pruitt | 2019-03-12 | 1 | -0/+54 |
* | Do not generate dummy string when the tag used is not the <%= | Rafael Mendonça França | 2019-03-11 | 1 | -0/+1 |
* | Minor text changes to the db:seed:replant tests | Sharang Dashputre | 2019-03-09 | 1 | -2/+2 |
* | Load YAML for rake tasks without parsing ERB | eileencodes | 2019-03-06 | 1 | -12/+3 |
* | Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779) | Bogdan | 2019-03-04 | 1 | -1/+121 |
* | let Zeitwerk integration unhook AS::Dependencies | Xavier Noria | 2019-02-19 | 2 | -2/+5 |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -0/+2 |
* | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 1 | -1/+1 |
* | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 1 | -0/+1 |
* | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -7/+22 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -15/+13 |
* | Remove unused argument `expected_database` | bogdanvlviv | 2018-11-08 | 1 | -5/+5 |
* | Add multi-db support to schema cache dump and clear | Gannon McGibbon | 2018-11-07 | 1 | -0/+31 |
* | Add multi-db support to rails db:migrate:status | Gannon McGibbon | 2018-10-09 | 1 | -19/+51 |
* | Make sure this test check the issue solved in #31135 | Rafael Mendonça França | 2018-09-22 | 1 | -6/+12 |
* | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 4 | -1/+4 |
* | Convert configs_for to kwargs, add include_replicas | Eileen Uchitelle | 2018-08-31 | 1 | -7/+10 |
* | Refactors Active Record connection management | Eileen Uchitelle | 2018-08-30 | 1 | -10/+10 |
* | 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 |
* | | Remove this conditional | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
* | | Remove unused argument | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
* | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 1 | -3/+7 |
|/ |
|
* | Make `rake routes` deprecate before deleting | yuuji.yaginuma | 2018-08-20 | 1 | -0/+44 |
* | Update 'rake initializers' to use Rails::Command under the hood | Annie-Claude Côté | 2018-08-16 | 1 | -0/+42 |
* | Have `bin:rake dev:cache` use the Dev Rails Command under the hood | Annie-Claude Côté | 2018-08-13 | 1 | -15/+28 |
* | Clarify `railties/test/application/rake/notes_test.rb` | bogdanvlviv | 2018-07-21 | 1 | -59/+58 |
* | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES` | yuuji.yaginuma | 2018-07-20 | 1 | -0/+3 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 1 | -1/+1 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 2 | -3/+3 |
* | Fix test to allow IF NOT EXISTS in structure:dump | utilum | 2018-04-16 | 1 | -2/+2 |
* | Add multidb application test | eileencodes | 2018-04-09 | 1 | -0/+164 |
* | Move SourceAnnotationExtractor under Rails module | Prem Sichanugrist | 2018-03-22 | 1 | -1/+1 |
* | Add test to properly test down with a block | eileencodes | 2018-01-18 | 1 | -0/+8 |
* | Refactor migration to move migrations paths to connection | eileencodes | 2018-01-18 | 1 | -0/+12 |