1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/test/dummy/config/environments
David Heinemeier Hansson e34300a921
Stop trying to configure listen by default on compatible platforms (#42985)
* Stop trying to configure listen by default on compatible platforms

Modern computers with SSDs don't see much/any benefit from having an evented file update watcher. Remove complexity by taking this spinning-drive concession out.

* Actually need listen for testing the opt-in

* Test no longer relevant
2021-08-11 15:18:43 +02:00
..
development.rb Stop trying to configure listen by default on compatible platforms (#42985) 2021-08-11 15:18:43 +02:00
production.rb Replace uglifier with terser in dummy applications 2021-06-28 00:48:56 -04:00
test.rb Unify raise_on_missing_translations for views and controllers 2020-05-20 02:42:59 +03:00