views:

498

answers:

1

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?

+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
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