rails/railties/test/application
Rafael Mendonça França 9362dd0a3a
Use app helper to load the app
This allow us to be explicit about the environment we want to load.
2024-02-14 22:02:09 +00:00
..
configuration Handle all false args in config.x error check 2024-01-03 16:59:02 -06:00
initializers Use app helper to load the app 2024-02-14 22:02:09 +00:00
middleware Enable force_ssl=true in production by default 2023-06-09 16:27:10 -07:00
rack Log the remote IP addr of clients behind a proxy 2018-07-31 20:45:37 +05:30
rake Add active_record.config.validate_migration_timestamps config option. 2024-02-08 12:14:26 -05:00
action_controller_test_case_integration_test.rb Wrap ActionController::TestCase with Rails executor 2021-11-26 17:54:47 -06:00
asset_debugging_test.rb Enable force_ssl=true in production by default 2023-06-09 16:27:10 -07:00
assets_test.rb Remove config.public_file_server.enabled from generators 2023-11-03 11:34:37 -05:00
backtrace_cleaner_test.rb Fix class name for backtrace_cleaner_test.rb 2024-01-03 18:27:55 -06:00
bin_setup_test.rb Ignore warnings like warning: net-smtp which is not part of the default gems since Ruby 3.1.0. 2023-12-17 15:43:38 +09:00
configuration_test.rb Allow .test by default in development (#51087) 2024-02-14 08:28:25 -08:00
console_test.rb Change Rails console prompt's format 2024-01-20 23:34:33 +00:00
content_security_policy_test.rb Add the ability to set the CSP nonce only to the specified directives 2019-06-22 12:44:37 +09:00
credentials_test.rb Restructure credentials after environment overrides. 2019-01-14 20:13:00 +01:00
current_attributes_integration_test.rb Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
dbconsole_test.rb Use storage/ instead of db/ for sqlite3 db files (#46699) 2022-12-12 08:32:12 +01:00
generators_test.rb Don't run rubocop after generation on Ruby 3.4+ 2024-01-03 21:16:19 +00:00
help_test.rb Use infinitive form verb for all task descriptions 2023-02-01 22:43:04 +01:00
integration_test_case_test.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
loading_test.rb Add active_record.config.validate_migration_timestamps config option. 2024-02-08 12:14:26 -05:00
mailer_previews_test.rb Remove deprecated config.action_mailer.preview_path 2023-11-22 22:11:31 +00:00
multi_db_rake_test.rb Use storage/ instead of db/ for sqlite3 db files (#46699) 2022-12-12 08:32:12 +01:00
multiple_applications_test.rb Zeitwerk integration 2019-02-12 02:28:04 -08:00
paths_test.rb Support multiple preview paths for mailers 2022-06-30 15:09:59 +03:00
per_request_digest_cache_test.rb Reuse "main" reloader for ActionView expiration 2023-02-16 10:29:17 -08:00
permissions_policy_test.rb Use constants defined in ActionDispatch::Constants instead of conditional assignments 2023-07-27 15:21:18 -07:00
query_logs_test.rb Support :source_location tag option for query log tags 2024-02-06 00:52:57 +02:00
rackup_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
rake_test.rb Add a default yield :head to layouts/application.html.erb (#50527) 2024-01-02 12:16:29 +01:00
rendering_test.rb Enable force_ssl=true in production by default 2023-06-09 16:27:10 -07:00
routing_test.rb Enable force_ssl=true in production by default 2023-06-09 16:27:10 -07:00
runner_test.rb Fix rails console to work with DATABASE_URL for PostgreSQL 2023-11-18 00:52:52 +02:00
server_test.rb Remove unused requires in command test cases 2023-03-14 08:53:28 +01:00
system_test_case_test.rb Add fallback host for SystemTestCase driven by RackTest 2021-09-21 20:09:16 +02:00
test_runner_test.rb Don't load *_test.rb file from the "fixtures" folder: 2024-02-13 19:01:14 +01:00
test_test.rb Support non-column-backed attributes for enum 2023-10-24 12:03:59 -05:00
url_generation_test.rb Fix secret_key_base for Railties 2019-03-13 16:41:29 -04:00
version_test.rb Run in-app rails commands via fork+load where possible 2017-09-04 20:19:39 +09:30
view_reloading_test.rb Reuse "main" reloader for ActionView expiration 2023-02-16 10:29:17 -08:00
watcher_test.rb Prevent unnecessary application reloads in development 2024-01-11 21:35:47 +09:00
zeitwerk_checker_test.rb Update zeitwerk:check 2023-10-22 08:36:26 +02:00
zeitwerk_inflector_test.rb Move the default autoloaders inflector to railties 2021-09-04 20:44:39 +02:00
zeitwerk_integration_test.rb [Tests only] Enable Minitest/AssertPredicate rule 2023-10-13 19:26:47 +00:00