aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-2/+2
* Make `Migrator.current_version` work without a current databaseyuuji.yaginuma2017-12-031-0/+14
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-4/+0
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+4
* `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-0/+8
* Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+39
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-082-193/+163
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-046-130/+122
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-212-13/+8
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-148-0/+16
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+2
* Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
* Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7