aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* Fix db:seedeileencodes2019-07-311-0/+19
* Fixed db:prepare task to not touch schema when dump_schema_after_migration is...Wojciech Wnętrzak2019-07-241-0/+16
* Load initial database.yml once, and warn if we can't create taskseileencodes2019-06-271-0/+28
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Convert the db:abort_if_pending_migrations task to be multi-DB awareMark Lee2019-06-101-0/+26
* Fixed db:prepare task for multiple databases.Wojciech Wnętrzak2019-06-051-0/+20
* Fix: DummyCompiler embeds invalid YAML contentVishal Telangre2019-05-151-0/+17
* Fix database loading when ERB is single line ternaryeileencodes2019-05-101-0/+16
* Handle up/down for multiple databaseseileencodes2019-04-191-1/+58
* Remove the Amazon SES ingressGeorge Claghorn2019-04-141-1/+0
* Merge pull request #35768 from robertomiranda/r/rake-db-prepareEileen M. Uchitelle2019-04-022-0/+36
|\
| * Add migration in case of db:drop assertionRoberto Miranda2019-04-021-0/+7
| * 💇Roberto Miranda2019-04-022-2/+1
| * Add test cases for rake db:prepareRoberto Miranda2019-04-022-0/+30
* | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-2/+2
|/
* Add additional ERB DummyCompiler testsCliff Pruitt2019-03-121-0/+54
* Do not generate dummy string when the tag used is not the <%=Rafael Mendonça França2019-03-111-0/+1
* Minor text changes to the db:seed:replant testsSharang Dashputre2019-03-091-2/+2
* Load YAML for rake tasks without parsing ERBeileencodes2019-03-061-12/+3
* Allow `truncate` for SQLite3 adapter and add `rails db:seed:replant` (#34779)Bogdan2019-03-041-1/+121
* let Zeitwerk integration unhook AS::DependenciesXavier Noria2019-02-192-2/+5
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-0/+2
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-121-1/+1
* Added Postmark ingress supportTomek Maszkowski2019-01-091-0/+1
* Import Action MailboxGeorge Claghorn2018-12-251-7/+22
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-15/+13
* Remove unused argument `expected_database`bogdanvlviv2018-11-081-5/+5
* Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-0/+31
* Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-091-19/+51
* Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* Respect config setting when output deprecation notice in rake tasksyuuji.yaginuma2018-09-044-1/+4
* Convert configs_for to kwargs, add include_replicasEileen Uchitelle2018-08-311-7/+10
* Refactors Active Record connection managementEileen Uchitelle2018-08-301-10/+10
* 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
* | Remove this conditionalEileen Uchitelle2018-08-291-1/+1
* | Remove unused argumentEileen Uchitelle2018-08-291-1/+1
* | Drop load_database_yaml and fix testEileen Uchitelle2018-08-291-3/+7
|/
* Make `rake routes` deprecate before deletingyuuji.yaginuma2018-08-201-0/+44
* Update 'rake initializers' to use Rails::Command under the hoodAnnie-Claude Côté2018-08-161-0/+42
* Have `bin:rake dev:cache` use the Dev Rails Command under the hoodAnnie-Claude Côté2018-08-131-15/+28
* Clarify `railties/test/application/rake/notes_test.rb`bogdanvlviv2018-07-211-59/+58
* Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-0/+3
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-192-3/+3
* Fix test to allow IF NOT EXISTS in structure:dumputilum2018-04-161-2/+2
* Add multidb application testeileencodes2018-04-091-0/+164
* Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-221-1/+1
* Add test to properly test down with a blockeileencodes2018-01-181-0/+8
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-0/+12