DEV Community

Discussion on: Rails views not updating locally? This might be why...

Collapse
 
beyarz profile image
Beyar

Thank you for this, but I would not suggest fully commenting it out but instead using config.file_watcher = ActiveSupport::FileUpdateChecker instead.

See the difference here:
github.com/rails/rails/blob/cd54d9...

github.com/rails/rails/blob/93b16e...