You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a strange issue while using Theine. Certain classes/modules which are clearly in the autoload paths dont get loaded and throw a NameError: uninitialized constant error.
When I run the rails server or console normally (without Theine) they get autoloaded. Has anyone seen issues with autoloading of files while using Theine?
The text was updated successfully, but these errors were encountered:
I am facing a strange issue while using Theine. Certain classes/modules which are clearly in the autoload paths dont get loaded and throw a
NameError: uninitialized constant
error.When I run the rails server or console normally (without Theine) they get autoloaded. Has anyone seen issues with autoloading of files while using Theine?
The text was updated successfully, but these errors were encountered: