annotate config/environments/test.rb @ 495:92929378413e

Update to latest rails
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:18:06 +0900
parents 6cac8fcf8164
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
467
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
1 # The test environment is used exclusively to run your application's
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
2 # test suite. You never need to work with it otherwise. Remember that
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
3 # your test database is "scratch space" for the test suite and is wiped
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
4 # and recreated between test runs. Don't rely on the data there!
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
5
431
68eb23b52864 Rails 5 \o/
nanaya <me@myconan.net>
parents: 363
diff changeset
6 Rails.application.configure do
202
d4cf49db9c49 ...copypasta the whole environments from clean 4.0
Edho Arief <edho@myconan.net>
parents: 201
diff changeset
7 # Settings specified here will take precedence over those in config/application.rb.
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
8
495
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
9 # While tests run files are not watched, reloading is not necessary.
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
10 config.enable_reloading = false
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
11
495
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
12 # Eager loading loads your entire application. When running a single test locally,
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
13 # this is usually not necessary, and can slow down your test suite. However, it's
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
14 # recommended that you enable it in continuous integration systems to ensure eager
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
15 # loading is working properly before deploying your code.
485
6cac8fcf8164 Update to rails 7 (and ruby 3.1)
nanaya <me@nanaya.pro>
parents: 481
diff changeset
16 config.eager_load = ENV["CI"].present?
202
d4cf49db9c49 ...copypasta the whole environments from clean 4.0
Edho Arief <edho@myconan.net>
parents: 201
diff changeset
17
495
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
18 # Configure public file server for tests with cache-control for performance.
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
19 config.public_file_server.headers = { "cache-control" => "public, max-age=3600" }
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
20
495
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
21 # Show full error reports.
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
22 config.consider_all_requests_local = true
467
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
23 config.cache_store = :null_store
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
24
495
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
25 # Render exception templates for rescuable exceptions and raise for other exceptions.
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
26 config.action_dispatch.show_exceptions = :rescuable
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
27
202
d4cf49db9c49 ...copypasta the whole environments from clean 4.0
Edho Arief <edho@myconan.net>
parents: 201
diff changeset
28 # Disable request forgery protection in test environment.
d4cf49db9c49 ...copypasta the whole environments from clean 4.0
Edho Arief <edho@myconan.net>
parents: 201
diff changeset
29 config.action_controller.allow_forgery_protection = false
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
30
202
d4cf49db9c49 ...copypasta the whole environments from clean 4.0
Edho Arief <edho@myconan.net>
parents: 201
diff changeset
31 # Print deprecation notices to the stderr.
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
32 config.active_support.deprecation = :stderr
363
9e860754b5d6 Update renamed config, enforce random test order.
edogawaconan <me@myconan.net>
parents: 205
diff changeset
33
467
fd3078b4d355 Update to latest rails
nanaya <me@nanaya.pro>
parents: 466
diff changeset
34 # Raises error for missing translations.
481
88fd5722fcb3 Update defaults
nanaya <me@nanaya.pro>
parents: 467
diff changeset
35 # config.i18n.raise_on_missing_translations = true
88fd5722fcb3 Update defaults
nanaya <me@nanaya.pro>
parents: 467
diff changeset
36
88fd5722fcb3 Update defaults
nanaya <me@nanaya.pro>
parents: 467
diff changeset
37 # Annotate rendered view with file names.
88fd5722fcb3 Update defaults
nanaya <me@nanaya.pro>
parents: 467
diff changeset
38 # config.action_view.annotate_rendered_view_with_filenames = true
495
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
39
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
40 # Raise error when a before_action's only/except options reference missing actions.
92929378413e Update to latest rails
nanaya <me@nanaya.net>
parents: 485
diff changeset
41 config.action_controller.raise_on_missing_callback_actions = true
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
42 end