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
Aaron Patterson a50b8ea350
Set the Rails environment from an environment variable
Option parsing happens too late to have any impact on the Rails
environment.  Rails accesses the environment name and memoizes it too
early in the boot process for a commandline option to have any impact on
the database connection, so we'll change this test to set the
environment from an environment variable (and ensure it still works when
running tests with `ruby`)
2017-12-08 14:50:27 -08:00
..
configuration Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
initializers Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
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 Make Migrator.current_version work without a current database 2017-12-03 09:50:28 +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 Change form_with to generates ids by default 2017-11-25 11:55:02 -05: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 Add DSL for configuring Content-Security-Policy header 2017-11-27 05:59:26 +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 Remove unnecessary allow_failure: true option 2017-10-18 15:03:01 +09: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 Invoke rails command inside the railties' test app with TestHelpers::Generation#rails 2017-10-08 23:28:51 +03: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