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
Add the following to config/environments/development.rb
config/environments/development.rb
#config.file_watcher = ActiveSupport::EventedFileUpdateChecker config.file_watcher = ActiveSupport::FileUpdateChecker
FileUpdateChecker will detect by polling the change of the file.
FileUpdateChecker