aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/app/helpers/action_text/tag_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
| | | | | | 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.
* Allows rich_text_area_tag to add I18n translated placeholder text if ↵Abhay Nikam2019-02-221-0/+4
| | | | placeholder option set to true
* Fix document formatting on Action Text docs [ci skip]colorbox2019-01-241-2/+2
| | | | Use `+` instead of backquote.
* Import Action TextGeorge Claghorn2019-01-041-0/+75