1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/application
Xavier Noria 7223596259 let config.file_watcher be the way to enable the evented file watcher
Before this commit, the sole presence of the Listen constant
enabled the evented file watcher (unless listen resorted to
the polling backend).

This way, applications may depend on listen for other stuff
independently of this feature. Also, allows teams with mixed
setups to decide at boot time whether the evented watcher
should be enabled for each particular instance.
2015-12-13 18:47:42 +01:00
..
bootstrap.rb Revert "removing Rack::Runtime from the default stack." 2015-10-03 14:21:31 -07:00
configuration.rb let config.file_watcher be the way to enable the evented file watcher 2015-12-13 18:47:42 +01:00
default_middleware_stack.rb DebugException initialize with a response_format value 2015-12-09 10:53:45 -03:00
finisher.rb We need stricter locking before we can unload 2015-07-20 09:14:10 +09:30
routes_reloader.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00