eBooru/config/initializers
Earlopain 34bcb27482
[Rails] load_defaults 7.0
Also see #439

I was confused about wrap_parameters_by_default. It's actually not relevant
for us since every controller params are wrapped in params.require(:model),
which means that wrapping is forced through that.
wrap_parameters.rb was setting the new default through other  means already
though, so even if it's required somewhere there are no functional differences.
2022-12-09 19:07:08 +01:00
..
backtrace_silencers.rb
cache_store.rb
content_security_policy.rb [Rails] Update to 7 and run app:update 2022-10-10 13:22:35 +02:00
cookie_rotator.rb [Rails] load_defaults 7.0 2022-12-09 19:07:08 +01:00
core_extensions.rb
cors.rb [Rails] Update to 7 and run app:update 2022-10-10 13:22:35 +02:00
elasticsearch.rb [Rails] load_defaults 7.0 2022-12-09 19:07:08 +01:00
ffmpeg.rb
filter_parameter_logging.rb [Rails] Update to 7 and run app:update 2022-10-10 13:22:35 +02:00
inflections.rb [Rails] Update to 7 and run app:update 2022-10-10 13:22:35 +02:00
mailgun.rb
permissions_policy.rb
recaptcha.rb
secret_token.rb
serialization_method.rb
session_store.rb
sidekiq.rb
simple_form.rb
unicorn.rb