Every time I change anything in controller\'s or in models, I have to restart the server for it to take effect.But that wasn\'t always the case, it used to work normally bef
I have got the answer..
After adding following line in my config/environments/development.rb file my issue has been resolved.
config/environments/development.rb
config.reload_classes_only_on_change = false