Sha256: 8dacf849cd782630326f37cd0c47fbe24622e56f58166dce6acc96ebae0a1b00
Contents?: true
Size: 519 Bytes
Versions: 1
Compression:
Stored size: 519 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. <%- 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railties-5.1.0.rc1 | lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_1.rb.tt |