In development mode I still have to restart the webserver (mongrel)
when I change the code in a plugin. I'm adding logger calls to
attachment_fu to debug my thumbnail problems.
WinXP SP2/32, rails 2.0.2, ruby 1.8.6
Is there an option to have the server reload the plugins?
In development mode I still have to restart the webserver (mongrel)
when I change the code in a plugin. I'm adding logger calls to
attachment_fu to debug my thumbnail problems.
WinXP SP2/32, rails 2.0.2, ruby 1.8.6
Is there an option to have the server reload the plugins?
You can remove the plugins lib path from Dependencies.load_once_paths
(eg in the plugin's init.rb)