DEPRECATION WARNING: Initialization autoloaded the constants ApplicationHelper, CommentsHelper, DeviseHelper, EnumI18nHelper, ApplicationController, DeviseController, ActionText::ContentHelper, ActionText::TagHelper.
Being able to do this is deprecated. Autoloading during initialization is going to be an error condition in future versions of Rails.
Reloading does not reboot the application, and therefore code executed during initialization does not run again. So, if you reload ApplicationHelper, for example, the expected changes won't be reflected in that stale Module object.
These autoloaded constants have been unloaded.
Please, check the "Autoloading and Reloading Constants" guide for solutions.
-----
При старте, Rails 6 выдает такое. Что с этим делать? Я читал документацию о которой говорят внизу, суть примерно понимаю, но что делать - не очень. Stackoverflow и еже с ним ничего вразумительного не говорят.