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
yuuji.yaginuma 91a4a820fe Ensure to use repo's Gemfile in application
Puma gets bundler's info from `Bundler::ORIGINAL_ENV` for restart.
f6f3892f4d/lib/puma/launcher.rb (L168)

So, specified `BUNDLE_GEMFILE` env for use same Gemfile in the restart.

Fixes #31351
2017-12-25 06:25:10 +09:00
..
configuration Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
initializers Log call site for all queries 2017-12-13 20:13:21 -05:00
middleware s/an/a/ 2017-11-04 20:11:36 +09:00
rack Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rake Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
asset_debugging_test.rb Remove needless silence_warnings 2017-09-09 09:48:15 +09:00
assets_test.rb Remove needless silence_warnings 2017-09-09 09:48:15 +09:00
bin_setup_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
configuration_test.rb Add test case that configure config.active_support.hash_digest_class 2017-12-20 19:28:54 +09:00
console_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
content_security_policy_test.rb Add DSL for configuring Content-Security-Policy header 2017-11-27 05:59:26 +00:00
current_attributes_integration_test.rb Don't need the layout here 2017-09-04 05:44:45 +09:30
dbconsole_test.rb Remove redundant execution of Dir.chdir(app_path) { } in railties' tests 2017-10-08 23:04:04 +03:00
generators_test.rb Do not show credentials in generators help 2017-11-09 20:59:16 +09:00
help_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
integration_test_case_test.rb rails new runs rails active_storage:install 2017-11-06 21:29:14 +00:00
loading_test.rb Invoke rails command inside the railties' test app with TestHelpers::Generation#rails 2017-10-08 23:28:51 +03:00
mailer_previews_test.rb Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
middleware_test.rb Handle FrozenError if it is available 2017-12-20 11:52:01 +00:00
multiple_applications_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
paths_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
per_request_digest_cache_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rackup_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
rake_test.rb Expose Active Storage routes 2017-12-13 19:28:57 +01:00
rendering_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
routing_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
runner_test.rb Use TOPLEVEL_BINDING in rails runner command 2017-09-22 10:42:28 +09:00
server_test.rb Ensure to use repo's Gemfile in application 2017-12-25 06:25:10 +09:00
test_runner_test.rb Set the Rails environment from an environment variable 2017-12-08 14:50:27 -08:00
test_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
url_generation_test.rb Add credentials using a generic EncryptedConfiguration class (#30067) 2017-09-11 20:21:20 +02:00
version_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30