File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 config . cache_store = :null_store
3030
3131 # Render exception templates for rescuable exceptions and raise for other exceptions.
32- config . action_dispatch . show_exceptions = :rescuable
32+ config . action_dispatch . show_exceptions = :none
3333
3434 # Disable request forgery protection in test environment.
3535 config . action_controller . allow_forgery_protection = false
Original file line number Diff line number Diff line change 3535# Do not treat an `ActionController::Parameters` instance
3636# as equal to an equivalent `Hash` by default.
3737#++
38- # Rails.application.config.action_controller.allow_deprecated_parameters_hash_equality = false
38+ Rails . application . config . action_controller . allow_deprecated_parameters_hash_equality = false
3939
4040###
4141# Active Record Encryption now uses SHA-256 as its hash digest algorithm.
6565# state which matches what was committed to the database, typically the last
6666# instance to save.
6767#++
68- # Rails.application.config.active_record.run_commit_callbacks_on_first_saved_instances_in_transaction = false
68+ Rails . application . config . active_record . run_commit_callbacks_on_first_saved_instances_in_transaction = false
6969
7070###
7171# Configures SQLite with a strict strings mode, which disables double-quoted string literals.
You can’t perform that action at this time.
0 commit comments