roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

file_watcher EventedFileUpdateChecker not working on containers

Open andreadavanzo opened this issue 4 months ago • 0 comments

the file config/environments/development.rb contains the setting

config.file_watcher = ActiveSupport::EventedFileUpdateChecker

However, this setup relies on OS-level file system events (like inotify), which don’t work reliably when the application runs on containers.

For development purposes we should use FileUpdateChecker

andreadavanzo avatar Sep 10 '25 11:09 andreadavanzo