Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1 from basecamp/separate-rich-text-record | David Heinemeier Hansson | 2018-06-27 | 18 | -33/+173 |
|\ | | | | | Separate Rich Text record | ||||
| * | Change to current approach | David Heinemeier Hansson | 2018-06-27 | 1 | -4/+12 |
| | | |||||
| * | #render already provides something html_safe | David Heinemeier Hansson | 2018-06-07 | 1 | -1/+1 |
| | | |||||
| * | Move the escaping choice to the layout | David Heinemeier Hansson | 2018-06-07 | 2 | -2/+2 |
| | | |||||
| * | Some basic documentation for the has_rich_text macro | David Heinemeier Hansson | 2018-06-07 | 1 | -0/+18 |
| | | |||||
| * | Add scope to preload embeds as well | David Heinemeier Hansson | 2018-06-07 | 1 | -0/+1 |
| | | |||||
| * | Provide to_html rendering within a layout and use that as the to_s default | David Heinemeier Hansson | 2018-06-07 | 2 | -1/+8 |
| | | | | | | | | | | I like the idea of thinking about the rendering as happening within a layout. Since that’s basically what this wrapper is. Thoughts @javan? | ||||
| * | By default, coercing to a string should produce a formatted output | David Heinemeier Hansson | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Open to other ways of doing this, but didn’t want to require embedding the trix-content class inside the actual HTML that Trix persists. So this seemed like a reasonable alternative. Thoughts @javan or @sstephenson? | ||||
| * | Edit the body of the RichText value | David Heinemeier Hansson | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | Needed now that we have that intermediary object. | ||||
| * | Provide default styling by default | David Heinemeier Hansson | 2018-06-05 | 1 | -0/+2 |
| | | |||||
| * | We are leveling up the text_area, not the text_field, so match names | David Heinemeier Hansson | 2018-06-05 | 3 | -8/+8 |
| | | |||||
| * | Add installer that copies migration and stylesheet link | David Heinemeier Hansson | 2018-05-29 | 2 | -0/+35 |
| | | |||||
| * | Use mediumtext-size columns | David Heinemeier Hansson | 2018-05-29 | 3 | -3/+3 |
| | | | | | | | | Room to grow, room to flourish! | ||||
| * | Test saving the dependent models | David Heinemeier Hansson | 2018-05-29 | 1 | -0/+10 |
| | | |||||
| * | Just test text pipeline without dependencies/saving | David Heinemeier Hansson | 2018-05-29 | 1 | -2/+2 |
| | | |||||
| * | Adding the rich text tables | David Heinemeier Hansson | 2018-05-29 | 1 | -0/+14 |
| | | |||||
| * | Content is now supplied by dedicated model | David Heinemeier Hansson | 2018-05-29 | 2 | -3/+10 |
| | | |||||
| * | Not needed for migrations etc | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | | | | | | | | (And yarning is currently failing) | ||||
| * | Destroy rich text dependents | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | | |||||
| * | Implicit transformation to html-safe string ready for display | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+5 |
| | | |||||
| * | Reference action text for js packaging | David Heinemeier Hansson | 2018-05-28 | 1 | -4/+4 |
| | | |||||
| * | Use the correct API for blob assignment | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+1 |
| | | |||||
| * | Ease the rendering of a rich text attribute | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+1 |
| | | |||||
| * | Link rich text to owning record | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+1 |
| | | |||||
| * | Back by fully qualified table name | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+2 |
| | | |||||
| * | Auto-save changes to rich text model | David Heinemeier Hansson | 2018-05-28 | 1 | -12/+2 |
| | | |||||
| * | Lazy initialization of rich text model | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+1 |
| | | |||||
| * | Table needed for Rich Text AR model | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+14 |
| | | |||||
| * | Merge branch 'master' into separate-rich-text-record | David Heinemeier Hansson | 2018-05-28 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Updated name | David Heinemeier Hansson | 2018-04-15 | 1 | -4/+4 |
| | | |||||
| * | Use actiontext references in Gemfile.lock | David Heinemeier Hansson | 2018-05-28 | 1 | -5/+5 |
| | | |||||
| * | WIP | David Heinemeier Hansson | 2018-04-13 | 2 | -7/+33 |
|/ | |||||
* | Missed a spot | David Heinemeier Hansson | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 27 | -69/+69 |
| | | | | This is more like Action View than Active Model. | ||||
* | Content has already been through a whitelist | David Heinemeier Hansson | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Relieve the need for having to manually set a before_action in ↵ | David Heinemeier Hansson | 2018-04-13 | 1 | -0/+7 |
| | | | | ApplicationController | ||||
* | Use rich_text instead of active_text | David Heinemeier Hansson | 2018-04-13 | 7 | -14/+14 |
| | | | | Just like we use has_many_attachments instead of active_storage_attachements. | ||||
* | Try to please semver theory | David Heinemeier Hansson | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Missed a spot | Javan Makhmali | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | Fix formatting | Javan Makhmali | 2018-02-14 | 1 | -38/+38 |
| | |||||
* | Add basic install guide | Javan Makhmali | 2018-02-14 | 1 | -1/+56 |
| | |||||
* | Remove unused model | Javan Makhmali | 2018-02-14 | 1 | -4/+0 |
| | |||||
* | Isolated engines don't expose their helpers, so no | Javan Makhmali | 2018-02-14 | 1 | -2/+0 |
| | |||||
* | Extract AttachmentUpload | Javan Makhmali | 2018-02-14 | 2 | -28/+50 |
| | |||||
* | Move hard coded URLs to computed data attributes | Javan Makhmali | 2018-02-14 | 2 | -13/+15 |
| | |||||
* | Create ASt::Attachment records for ASt::Blobs in content | Javan Makhmali | 2018-02-14 | 1 | -0/+7 |
| | |||||
* | Dummy: Use Trix styles | Javan Makhmali | 2018-02-14 | 2 | -4/+3 |
| | |||||
* | Dummy: Add mini_magick for variants | Javan Makhmali | 2018-02-14 | 2 | -0/+3 |
| | |||||
* | Dummy: Set ActiveText renderer for current request | Javan Makhmali | 2018-02-14 | 1 | -0/+6 |
| | |||||
* | Make renderer configurable | Javan Makhmali | 2018-02-14 | 4 | -2/+10 |
| |