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
When running the app on development, everything works as expected. But then I run the app on production and I see many Unitialized constant Somenamespace::Someclass errors. I can see the paths for constants are added to $: and config.autoload_paths (from rails).
I'm using rails 3.2.21.
The same situation works fine with ruby 2.2.0.
The text was updated successfully, but these errors were encountered:
When running the app on development, everything works as expected. But then I run the app on production and I see many
Unitialized constant Somenamespace::Someclass
errors. I can see the paths for constants are added to$:
andconfig.autoload_paths
(from rails).I'm using rails 3.2.21.
The same situation works fine with ruby 2.2.0.
The text was updated successfully, but these errors were encountered: