rails--rails/actiontext/test
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
..
dummy Stop trying to configure listen by default on compatible platforms (#42985) 2021-08-11 15:18:43 +02:00
fixtures Improve ActionText extensiblibility 2020-12-29 20:06:45 -05:00
integration Always render attachment partials as HTML with :html format inside trix editor 2021-03-19 13:35:09 -04:00
system Locate `fill_in_rich_text_area` by `<label>` text 2020-10-02 18:02:14 -04:00
template Update test dummy application defaults 2021-06-21 07:00:32 +09:00
unit Removes the Action Text dependency from Active Record 2021-04-01 15:02:15 +02:00
application_system_test_case.rb Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
test_helper.rb Revert "Extract methods `assert_queries` and `assert_no_queries`" 2021-06-17 13:35:25 -04:00