Rails Application expecting me to restart my webrick server for any change in my controller.
Posted
by Vamsi
on Stack Overflow
See other posts from Stack Overflow
or by Vamsi
Published on 2010-05-17T09:56:17Z
Indexed on
2010/05/17
10:00 UTC
Read the original article
Hit count: 196
ruby-on-rails
I am working on an existing Rails 2.3.x application, So I was working on it and it was a messy code with great difficulty I was able to run the application. But now for every small change in one of my controller it is expecting me to restart my serer otherwise the changes are not reflecting back, Let's take an example scenario here, Let's just say in one of the before_filter method I just added a puts statement on top of the method and it was not printing in the log, after I restart the server it is printing, Can some one please let me know if I am missing something here.
© Stack Overflow or respective owner