Showing posts with label Ruby. Show all posts
Showing posts with label Ruby. Show all posts

Thursday, September 20, 2007

About "no need to restart server for any changes" statement in Rails

which is actually not exactly true.....

If you have a helper function (which is basically a "ruby thread") running background jobs, please remember to restart the server if any changes are made to them.

I guess the reason why we need to do that is related to ruby thread implementation. I am not sure. I will update here if I find anything.