comparison config/application.rb @ 255:eda83610b65c

Update rails and stuff
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:45:33 +0900
parents 89f6c0016bab
children e2150dce4e90
comparison
equal deleted inserted replaced
254:89f6c0016bab 255:eda83610b65c
21 Bundler.require(*Rails.groups) 21 Bundler.require(*Rails.groups)
22 22
23 module Rsstweet 23 module Rsstweet
24 class Application < Rails::Application 24 class Application < Rails::Application
25 # Initialize configuration defaults for originally generated Rails version. 25 # Initialize configuration defaults for originally generated Rails version.
26 config.load_defaults 7.2 26 config.load_defaults 8.0
27 27
28 # Please, add to the `ignore` list any other `lib` subdirectories that do 28 # Please, add to the `ignore` list any other `lib` subdirectories that do
29 # not contain `.rb` files, or that should not be reloaded or eager loaded. 29 # not contain `.rb` files, or that should not be reloaded or eager loaded.
30 # Common ones are `templates`, `generators`, or `middleware`, for example. 30 # Common ones are `templates`, `generators`, or `middleware`, for example.
31 config.autoload_lib(ignore: %w[assets tasks]) 31 config.autoload_lib(ignore: %w[assets tasks])