We have an application with a app/model that references another model stored in a plugin.
When the app/model level is reloaded on the second and further requests and that relies on our model in vendor/plugins/... (which stays loaded) it fails (can't dup nil class).
We've tried setting config.reload_plugins = true
in the development.rb but this doesn't seem to do it.
Does anybody know a way to handle this?