Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly require rails-html-sanitizer gem in ActionText helpers | Chris LaRose | 2019-03-06 | 1 | -0/+2 |
| | | | | | | | | | | | If the [`action_text.helper` initializer][0] runs after `ActionController::Base` has been loaded, but before the `rails-html-sanitizer` gem has been `require`d, then the reference to the constant `Rails::Html` in the body of the `ActionText::ContentHelper` module raises an `uninitialized constant` exception. [0]: https://github.com/rails/rails/blob/21703382393c87212c27c988420ee5c133c1aa9f/actiontext/lib/action_text/engine.rb#L31-L35 | ||||
* | Allows rich_text_area_tag to add I18n translated placeholder text if ↵ | Abhay Nikam | 2019-02-22 | 1 | -0/+4 |
| | | | | placeholder option set to true | ||||
* | Fix document formatting on Action Text docs [ci skip] | colorbox | 2019-01-24 | 1 | -2/+2 |
| | | | | Use `+` instead of backquote. | ||||
* | Import Action Text | George Claghorn | 2019-01-04 | 2 | -0/+105 |