-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I was seeing the following deprecation warning upon starting my development server
DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and 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 ActionText::ContentHelper, for example,
the expected changes won't be reflected in that stale Module object.
Commenting out stack_rescue in the development group solved this. There is a rails issue that discusses this problem and the fact it can be caused by older gems.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels