Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 error saving Action Text content containing non-blob attachables | Javan Makhmali | 2019-01-25 | 1 | -1/+1 |
| | | | | | | | | | | Failing test before the ActionText::RichText change: ``` Error: ActionText::ModelTest#test_embed_extraction_only_extracts_file_attachments: ArgumentError: Could not find or build blob: expected attachable, got #<ActionText::Attachables::RemoteImage:0x00007fb0259fef70 @url="http://example.com/cat.jpg", @content_type="image", @width=nil, @height=nil> ``` | ||||
* | Prefer ImageProcessing's resize_to_limit macro over resize_to_fit | George Claghorn | 2019-01-24 | 1 | -1/+1 |
| | | | | Don't upsize images smaller than the specified dimensions. | ||||
* | Fix document formatting on Action Text docs [ci skip] | colorbox | 2019-01-24 | 2 | -4/+4 |
| | | | | Use `+` instead of backquote. | ||||
* | Make trix a peer dependency of actiontext since it’s not used directly | Javan Makhmali | 2019-01-17 | 1 | -1/+0 |
| | |||||
* | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 1 | -1/+1 |
| | | | | Fixes #33083 | ||||
* | Add load hook for ActionText::RichText | George Claghorn | 2019-01-07 | 1 | -0/+2 |
| | |||||
* | Fix API docs of `ActionText::RichText` [ci skip] | bogdanvlviv | 2019-01-05 | 1 | -4/+4 |
| | | | | | | | This text should appear on the page https://api.rubyonrails.org/v6.0/classes/ActionText/RichText.html Related to 86517942e469193e8624d5078d718785552c1270 | ||||
* | Generate Action Text's API docs | George Claghorn | 2019-01-04 | 1 | -13/+15 |
| | |||||
* | Import Action Text | George Claghorn | 2019-01-04 | 10 | -0/+215 |