Sha256: 4a282929ad8e09e38e80f28c4a6119bf65b7cbdafc4730ed7dc82f005aadc4f4
Contents?: true
Size: 644 Bytes
Versions: 18
Compression:
Stored size: 644 Bytes
Contents
# Be sure to restart your server when you modify this file. # # This file contains migration options to ease your Rails 5.1 upgrade. # # Once upgraded flip defaults one by one to migrate to the new default. # # Read the Guide for Upgrading Ruby on Rails for more info on each option. # Make `form_with` generate non-remote forms. Rails.application.config.action_view.form_with_generates_remote_forms = false <%- unless options[:skip_sprockets] -%> # Unknown asset fallback will return the path passed in when the given # asset is not present in the asset pipeline. # Rails.application.config.assets.unknown_asset_fallback = false <%- end -%>
Version data entries
18 entries across 18 versions & 1 rubygems