请问有人遇到过这个 warning ?
DEPRECATION WARNING: Initialization autoloaded the constant ApplicationHelper
貌似 很多 code 都有受到影响。
https://guides.rubyonrails.org/autoloading_and_reloading_constants.html
In order to autoload safely at boot time, please wrap your code in a reloader
callback this way:
Rails.application.reloader.to_prepare do
# Autoload classes and modules needed at boot time here.
end