lcreid / rails-5-jade

Rails 5 with Jekyll and Node on Ubuntu 18.04
MIT License
29 stars 3 forks source link

Rails Needs Config Change for Server to See File Changes #7

Closed lcreid closed 7 years ago

lcreid commented 8 years ago

You have to comment out one line and put another near the end of config/environments/development.rb for each Rails project you do in the Vagrant machine:

# config.file_watcher = ActiveSupport::EventedFileUpdateChecker
config.file_watcher = ActiveSupport::FileUpdateChecker
lcreid commented 7 years ago

Updated the README a long time ago.