I noticed that my rails server doesn\'t reload controllers, models and probably any other files after I change them. I use Vagrant and Rails API, and I found that some peopl
I've solved my problem adding below line to the development.rb file.
development.rb
config.reload_classes_only_on_change = false