1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/app
Akira Matsuda 530f7805ed It may be better to explicitly require 'object/try' where we call try
In most cases it works now without explicit require because it's accidentally required through
active_support/core_ext/date_and_time/calculations.rb where we still call `try`,
but that would stop working if we changed the Calculations implementation and remove the require call there.
2019-08-01 18:51:51 +09:00
..
helpers/action_text It may be better to explicitly require 'object/try' where we call try 2019-08-01 18:51:51 +09:00
javascript/actiontext Make trix a peer dependency of actiontext since it’s not used directly 2019-01-17 10:42:09 -05:00
models/action_text Deduplicate ActionText::RichText embeds 2019-05-17 16:46:16 -04:00
views Prefer ImageProcessing's resize_to_limit macro over resize_to_fit 2019-01-24 11:46:42 -05:00