This is a follow up to this question. During development I have to restart the rails app everytime I change the code in lib/ in order for the code changes to take effect. How do I get this code to automatically reload like controllers, models, etc?
views:
498answers:
1
+2
A:
Witold Rugowski's got some great information on this.
nhw.pl/wp/2009/01/07/reloading-your-plugin-in-development-mode
(I couldn't post as a link due to being a new user..)
science
2009-05-20 17:15:57
Here's a link to the article. I got it to load.http://nhw.pl/wp/2009/01/07/reloading-your-plugin-in-development-mode
Scott
2009-05-20 17:58:40