ruby on rails - Helpers don't auto refresh with every request -


i new ruby on rails , noticed happening. code write in controller eg. class xyz < applicationcontroller...
gets refreshed every request. change make in code in class reflected in next request without restarting server.

but code write in class not < applicationcontroller or class in "helpers" directory not auto-refreshed.

is normal behaviour ? because pain restart server every time.

i using following in development mode :

ruby 2.0.0

rails 4.1.8

and thin server. (also happens webrick)

the code changes helpers, controllers , models picked application refresh page times behaves weirdly , have restart server.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -