Hi all
I have in mind to extract some functionality of my Rails app into
plugins. So I’m already placing them into vendor/plugins with the same
structure that a “real” plugin has.
Now I have the problem that the plugins are only loaded when starting
the server. So while I’m fine-tuning them I’d like to reload my specific
pseudo-plugins on every request when in development mode.
How can I achieve that?
Thanks
Josh