Mercurial > zeropaste
comparison config/application.rb @ 504:aaf58c17694b
Move out custom application config
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 16 Dec 2024 01:34:05 +0900 |
parents | 92929378413e |
children |
comparison
equal
deleted
inserted
replaced
503:2392b86711a1 | 504:aaf58c17694b |
---|---|
1 require_relative "config_init" | |
2 require_relative "boot" | 1 require_relative "boot" |
3 | 2 |
4 require "rails" | 3 require "rails" |
5 # Pick the frameworks you want: | 4 # Pick the frameworks you want: |
6 require "active_model/railtie" | 5 require "active_model/railtie" |
34 # These settings can be overridden in specific environments using the files | 33 # These settings can be overridden in specific environments using the files |
35 # in config/environments, which are processed later. | 34 # in config/environments, which are processed later. |
36 # | 35 # |
37 # config.time_zone = "Central Time (US & Canada)" | 36 # config.time_zone = "Central Time (US & Canada)" |
38 # config.eager_load_paths << Rails.root.join("extras") | 37 # config.eager_load_paths << Rails.root.join("extras") |
39 | |
40 config.active_record.schema_format = :sql | |
41 config.middleware.delete ActionDispatch::HostAuthorization | |
42 end | 38 end |
43 end | 39 end |