Skip to content

Commit

Permalink
Merge pull request #750 from crest-cassia/change_file_watcher_for_m1mac
Browse files Browse the repository at this point in the history
change file_watcher setting for M1 mac
  • Loading branch information
yohm committed Jun 6, 2022
2 parents 78b93a3 + cadf984 commit dcbcca7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@

# Use an evented file watcher to asynchronously detect changes in source code,
# routes, locales, etc. This feature depends on the listen gem.
# config.file_watcher = ActiveSupport::EventedFileUpdateChecker

# to run OACIS docker image on M1 mac, it must not be `EventedFileUpdateChecker`
config.file_watcher = ActiveSupport::FileUpdateChecker

# user code -----------
class LoggerFormatWithTime
Expand Down

0 comments on commit dcbcca7

Please sign in to comment.