rails/railties/test/application
Ryuta Kamizono 107fd51a22
Merge pull request #51446 from koic/fix_error_when_rails_g_rubocop_with_pretend
Fix an error for `apply_rubocop_autocorrect_after_generate!` with `--pretend`
2024-04-24 15:28:41 +09:00
..
active_storage Add a basic railtie integration test for Active Storage 2024-02-10 18:29:43 +09:00
configuration Handle all false args in config.x error check 2024-01-03 16:59:02 -06:00
initializers Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
middleware Fix crash for invalid Content-Type in ShowExceptions middleware 2024-03-04 09:12:35 +01:00
rack Log the remote IP addr of clients behind a proxy 2018-07-31 20:45:37 +05:30
rake Remove usage of OpenStruct 2024-04-09 21:35:08 +03: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 Update test suite for compatibility with Ruby 3.4-dev 2024-02-16 11:55:44 +01:00
bin_setup_test.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
configuration_test.rb Show warning for secret_key_base in development too 2024-03-15 23:34:43 +02:00
console_test.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01: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 Address ApplicationTests::DBConsoleTest failures against asserion enabled Ruby 2024-02-20 22:26:16 +09:00
generators_test.rb Fix an error for apply_rubocop_autocorrect_after_generate! with --pretend 2024-03-29 15:15:23 +09: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 Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01: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 Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01: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 Update test suite for compatibility with Ruby 3.4-dev 2024-02-16 11:55:44 +01:00
server_test.rb Increase assert_output timeout for FullStackConsoleTest and ApplicationTests::ServerTest 2024-02-21 08:42:16 +09: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 Merge pull request #51005 from zzak/test-runner-did-you-mean 2024-03-16 10:38:07 +01:00
test_test.rb Allow Actionable Errors encountered when running tests to be retried. 2024-04-03 19:32:34 -04: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