rails/railties/test/application
Rafael Mendonça França b56ee17db6
Merge pull request #51783 from JoeDupuis/fix-fail-fast-flake
Fix test runner --fail-fast test flake
2024-05-15 14:42:06 -04: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 Defer route drawing to the first request, or when url_helpers called. 2024-05-08 23:43:06 -04:00
middleware Fix crash for invalid Content-Type in ShowExceptions middleware 2024-03-04 09:12:35 +01:00
rack Defer route drawing to the first request, or when url_helpers called. 2024-05-08 23:43:06 -04:00
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
active_job_adapter_test.rb Active Job: Correctly use the desired test adapter in tests 2024-05-09 17:35:50 +10: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 Remove deprecation on calling assert_equal with nil 2024-05-01 18:45:49 +00:00
bin_setup_test.rb Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
configuration_test.rb Active Job: Correctly use the desired test adapter in tests 2024-05-09 17:35:50 +10:00
console_test.rb Fix console tests 2024-05-14 20:59:11 -03: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 Suppress RuboCop output when there are no offenses in code generation 2024-05-13 19:47:12 +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 Defer route drawing to the first request, or when url_helpers called. 2024-05-08 23:43:06 -04: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
route_set_test.rb Defer route drawing to the first request, or when url_helpers called. 2024-05-08 23:43:06 -04: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 Fix test runner --fail-fast test flake 2024-05-10 18:58:44 -07:00
test_test.rb Merge pull request #51766 from Shopify/revert-actionable-errors-retry 2024-05-13 18:28:42 +00:00
url_generation_test.rb Defer route drawing to the first request, or when url_helpers called. 2024-05-08 23:43:06 -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