impress/config/environments
Matchu 209c9d7ffd Fix file reloading in a Vagrant environment
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!
2023-10-23 19:05:04 -07:00
..
development.rb Fix file reloading in a Vagrant environment 2023-10-23 19:05:04 -07:00
production.rb Update the cache namespace 2023-10-23 19:05:04 -07:00
remote_development.rb handle contribution for now-unused swf 2010-11-15 16:44:57 -05:00
test.rb Upgrade to Ruby 2.2.4, Rails 4.0.13 2023-10-23 19:05:02 -07:00