Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / config / initializers / new_framework_defaults_5_1.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Be sure to restart your server when you modify this file.
6 #
7 # This file contains migration options to ease your Rails 5.1 upgrade.
8 #
9 # Once upgraded flip defaults one by one to migrate to the new default.
10 #
11 # Read the Guide for Upgrading Ruby on Rails for more info on each option.
12
13 # Make `form_with` generate non-remote forms.
14 Rails.application.config.action_view.form_with_generates_remote_forms = false
15
16 # Unknown asset fallback will return the path passed in when the given
17 # asset is not present in the asset pipeline.
18 # Rails.application.config.assets.unknown_asset_fallback = false