rails--rails/actiontext/test
Zachary Scott c797ce966c Update test dummy application defaults
Affected gems:

* actionmailbox
* activestorage
* actiontext

This fixes the following warning:

DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
`legacy_connection_handling` to `false` in your application.

The new connection handling does not support `connection_handlers`
getter and setter.

Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
 (called from require at ~/.gem/ruby/3.1.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb:34)
2021-06-21 07:00:32 +09:00
..
dummy Update test dummy application defaults 2021-06-21 07:00:32 +09: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