rails--rails/actiontext/lib/action_text
Ryuta Kamizono 7b680baea2 Remove `require "active_support/core_ext/symbol/starts_ends_with"`
Ruby 2.7 has native `Symbol#start_with?` and `Symbol#end_with?`.
2021-02-09 22:31:09 +09:00
..
attachables
attachments Disentangle Action Text from ApplicationController 2020-10-30 01:01:42 +00:00
attachable.rb Improve ActionText extensiblibility 2020-12-29 20:06:45 -05:00
attachment.rb It may be better to explicitly require 'object/try' where we call `try` 2019-08-01 18:51:51 +09:00
attachment_gallery.rb
attribute.rb Remove `require "active_support/core_ext/symbol/starts_ends_with"` 2021-02-09 22:31:09 +09:00
content.rb Improve ActionText extensiblibility 2020-12-29 20:06:45 -05:00
engine.rb Fix rendering Action Text HTML in new threads 2020-12-07 16:41:44 -05:00
fixture_set.rb Improve ActionText::FixtureSet documentation (#41062) 2021-01-24 11:16:27 +01:00
fragment.rb
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
html_conversion.rb
plain_text_conversion.rb Cleanup unneeded blank string params in ActionText 2019-08-23 20:17:38 +02:00
rendering.rb Fix rendering Action Text HTML in new threads 2020-12-07 16:41:44 -05:00
serialization.rb
system_test_helper.rb Locate `fill_in_rich_text_area` by `<label>` text 2020-10-02 18:02:14 -04:00
trix_attachment.rb
version.rb