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?
fredistic
On 31 Dec 2007, at 09:06, fredistic wrote:
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)
Fred