rails/railties/test/application
Jean Boussier 6b446bee63 Remove SQLite production warning but leave production config disabled
There are valid use cases for running SQLite in production, however it must be done
with care, so instead of a warning most users won't see anyway, it's preferable to
leave the configuration commented out to force them to think about having the database
on a persistent volume etc.

Co-Authored-By: Jacopo Beschi <beschi.jacopo@gmail.com>
2023-12-27 23:32:18 +01:00
..
configuration Use respond_to test helpers 2018-01-25 23:32:58 -05:00
initializers Delay Adapter#check_version to #configure_connection 2023-09-29 08:53:16 +02: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 Revert "Add config for validating migration timestamps" 2023-12-01 11:58:53 -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
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 Remove SQLite production warning but leave production config disabled 2023-12-27 23:32:18 +01:00
console_test.rb Add an option to start rails console in sandbox mode by default 2023-08-22 09:23:52 +09: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 Fix plugin generation inside applications 2022-09-20 17:11:13 -04: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 Remove SQLite production warning but leave production config disabled 2023-12-27 23:32:18 +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 Remove SQLite production warning but leave production config disabled 2023-12-27 23:32:18 +01:00
rackup_test.rb Remove unnecessary migration deletion 2017-11-08 13:24:16 +09:00
rake_test.rb Only check the last line 2023-01-25 20:52:36 +00: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 Enable Minitest/LiteralAsActualArgument 2023-09-13 10:09:32 +09: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 Correctly classify the files and directories that pass to watcher 2019-09-02 11:22:39 +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