Update the app for Rails 5.2

After the framework bump, run `rails app:update` to pull in the new
framework changes and defaults.
This commit is contained in:
Matt Rogers 2018-11-17 12:37:03 -06:00
parent daf5736a32
commit 2cbe020d8a
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
17 changed files with 141 additions and 41 deletions

View file

@ -15,8 +15,9 @@ module Tracksapp
config.load_defaults 5.1
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application.
# Custom directories with classes and modules you want to be autoloadable.
# config.autoload_paths += %W(#{config.root}/extras)