1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application
Jonathan Hefner be5eeb1a06 Load Rails tasks for each new Rake::Application
Follow-up to #40143.

Rails Rake tasks are loaded for each new `Rake::Application` instance
via `Rails.application.load_tasks`.  However, under the hood,
`Rails.application.load_tasks` used `require` instead of `load`, which
caused Rails tasks to be loaded for only the first `Rake::Application`
instance.

This commit changes the relevant `require` to `load`.

Fixes #40184.
2020-09-06 14:40:14 -05:00
..
configuration
initializers Add config.active_record.check_schema_cache_dump_version to disable schema dump version check 2020-08-26 11:53:07 +02:00
middleware
rack
rake Default db_config should be primary or first 2020-09-03 15:55:46 -04:00
asset_debugging_test.rb
assets_test.rb Use URI::DEFAULT_PARSER rather than instantiate a new one 2020-06-29 23:06:34 +02:00
bin_setup_test.rb
configuration_test.rb Fix ActiveRecord::PendingMigrationError action not dumping schema. 2020-08-26 17:04:22 +08:00
console_test.rb
content_security_policy_test.rb
credentials_test.rb
current_attributes_integration_test.rb
dbconsole_test.rb
feature_policy_test.rb
generators_test.rb Add config.generators.after_generate for processing to generated files 2020-05-08 21:06:04 +09:00
help_test.rb
integration_test_case_test.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
loading_test.rb Refactor schema migration on connection 2020-03-09 09:59:36 -04:00
mailer_previews_test.rb Use binread instead of setting file mode manually 2020-05-13 00:05:32 +01:00
middleware_test.rb Change default HTTP status to 308 for ActionDispatch::SSL. 2020-07-06 14:51:24 +08:00
multi_db_rake_test.rb Generate abstract class when generating scaffold in another database 2020-07-29 12:43:45 -04:00
multiple_applications_test.rb
paths_test.rb
per_request_digest_cache_test.rb Clear cache after setting Template::Types delegate 2020-05-21 22:43:13 -07:00
rackup_test.rb
rake_test.rb Load Rails tasks for each new Rake::Application 2020-09-06 14:40:14 -05:00
rendering_test.rb Lazily build path regex in PathParser 2020-05-31 15:28:24 -05:00
routing_test.rb
runner_test.rb
server_test.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
system_test_case_test.rb
test_runner_test.rb Merge pull request #39001 from jonathanhefner/test-runner-recognize-windows-paths 2020-05-07 22:48:23 +02:00
test_test.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
url_generation_test.rb
version_test.rb
watcher_test.rb
zeitwerk_integration_test.rb Refactor schema migration on connection 2020-03-09 09:59:36 -04:00