forked from OpenNeo/impress
209c9d7ffd
During this upgrade process, `rails server` hasn't been updating its logic when files changed, so every change had to be accompanied by a restart. This turned out to be because Vagrant's networked filesystem to share between the host and guest systems doesn't support the filesystem update events Rails is listening for. So, we switch to a simpler file watcher that does more work but doesn't depend on the filesystem events! |
||
---|---|---|
.. | ||
development.rb | ||
production.rb | ||
remote_development.rb | ||
test.rb |