aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Use correct fixtures destination nameDavid Heinemeier Hansson2018-09-121-1/+1
| | | | | | |
| | * | | | | Add default fixtures file on installDavid Heinemeier Hansson2018-09-122-1/+18
| | | | | | |
| | * | | | | Never mind on allowing blankDavid Heinemeier Hansson2018-09-126-27/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | More hassle than its worth. Just account for the fact that rich text can be blank instead, but continue to create the record.
| | * | | | | Ensure blank rich text records aren't saved or requiredDavid Heinemeier Hansson2018-09-124-2/+30
| | | | | | |
| | * | | | | Prefer the ASt APIGeorge Claghorn2018-07-314-4/+16
| | | | | | |
| | * | | | | Update instructions to get the local version of actiontextDavid Heinemeier Hansson2018-07-311-9/+2
| | | | | | |
| | * | | | | You cant run Action Text without Active Storage setup, so lets just set it ↵David Heinemeier Hansson2018-07-302-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | up for you, rather than ask you to.
| | * | | | | Merge pull request #1 from basecamp/separate-rich-text-recordDavid Heinemeier Hansson2018-06-2718-33/+173
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Separate Rich Text record
| | | * | | | | Change to current approachDavid Heinemeier Hansson2018-06-271-4/+12
| | | | | | | |
| | | * | | | | #render already provides something html_safeDavid Heinemeier Hansson2018-06-071-1/+1
| | | | | | | |
| | | * | | | | Move the escaping choice to the layoutDavid Heinemeier Hansson2018-06-072-2/+2
| | | | | | | |
| | | * | | | | Some basic documentation for the has_rich_text macroDavid Heinemeier Hansson2018-06-071-0/+18
| | | | | | | |
| | | * | | | | Add scope to preload embeds as wellDavid Heinemeier Hansson2018-06-071-0/+1
| | | | | | | |
| | | * | | | | Provide to_html rendering within a layout and use that as the to_s defaultDavid Heinemeier Hansson2018-06-072-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 outputDavid Heinemeier Hansson2018-06-051-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 valueDavid Heinemeier Hansson2018-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed now that we have that intermediary object.
| | | * | | | | Provide default styling by defaultDavid Heinemeier Hansson2018-06-051-0/+2
| | | | | | | |
| | | * | | | | We are leveling up the text_area, not the text_field, so match namesDavid Heinemeier Hansson2018-06-053-8/+8
| | | | | | | |
| | | * | | | | Add installer that copies migration and stylesheet linkDavid Heinemeier Hansson2018-05-292-0/+35
| | | | | | | |
| | | * | | | | Use mediumtext-size columnsDavid Heinemeier Hansson2018-05-293-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Room to grow, room to flourish!
| | | * | | | | Test saving the dependent modelsDavid Heinemeier Hansson2018-05-291-0/+10
| | | | | | | |
| | | * | | | | Just test text pipeline without dependencies/savingDavid Heinemeier Hansson2018-05-291-2/+2
| | | | | | | |
| | | * | | | | Adding the rich text tablesDavid Heinemeier Hansson2018-05-291-0/+14
| | | | | | | |
| | | * | | | | Content is now supplied by dedicated modelDavid Heinemeier Hansson2018-05-292-3/+10
| | | | | | | |
| | | * | | | | Not needed for migrations etcDavid Heinemeier Hansson2018-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (And yarning is currently failing)
| | | * | | | | Destroy rich text dependentsDavid Heinemeier Hansson2018-05-291-1/+1
| | | | | | | |
| | | * | | | | Implicit transformation to html-safe string ready for displayDavid Heinemeier Hansson2018-05-281-1/+5
| | | | | | | |
| | | * | | | | Reference action text for js packagingDavid Heinemeier Hansson2018-05-281-4/+4
| | | | | | | |
| | | * | | | | Use the correct API for blob assignmentDavid Heinemeier Hansson2018-05-281-1/+1
| | | | | | | |
| | | * | | | | Ease the rendering of a rich text attributeDavid Heinemeier Hansson2018-05-281-0/+1
| | | | | | | |
| | | * | | | | Link rich text to owning recordDavid Heinemeier Hansson2018-05-281-0/+1
| | | | | | | |
| | | * | | | | Back by fully qualified table nameDavid Heinemeier Hansson2018-05-281-0/+2
| | | | | | | |
| | | * | | | | Auto-save changes to rich text modelDavid Heinemeier Hansson2018-05-281-12/+2
| | | | | | | |
| | | * | | | | Lazy initialization of rich text modelDavid Heinemeier Hansson2018-05-281-1/+1
| | | | | | | |
| | | * | | | | Table needed for Rich Text AR modelDavid Heinemeier Hansson2018-05-281-0/+14
| | | | | | | |
| | | * | | | | Merge branch 'master' into separate-rich-text-recordDavid Heinemeier Hansson2018-05-280-0/+0
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Updated nameDavid Heinemeier Hansson2018-04-151-4/+4
| | | | | | | |
| | | * | | | | Use actiontext references in Gemfile.lockDavid Heinemeier Hansson2018-05-281-5/+5
| | | | | | | |
| | | * | | | | WIPDavid Heinemeier Hansson2018-04-132-7/+33
| | |/ / / / /
| | * | | | | Missed a spotDavid Heinemeier Hansson2018-04-131-1/+1
| | | | | | |
| | * | | | | Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-1327-69/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more like Action View than Active Model.
| | * | | | | Content has already been through a whitelistDavid Heinemeier Hansson2018-04-131-1/+1
| | | | | | |
| | * | | | | Relieve the need for having to manually set a before_action in ↵David Heinemeier Hansson2018-04-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ApplicationController
| | * | | | | Use rich_text instead of active_textDavid Heinemeier Hansson2018-04-137-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Just like we use has_many_attachments instead of active_storage_attachements.
| | * | | | | Try to please semver theoryDavid Heinemeier Hansson2018-04-131-1/+1
| | | | | | |
| | * | | | | Missed a spotJavan Makhmali2018-02-141-1/+1
| | | | | | |
| | * | | | | Fix formattingJavan Makhmali2018-02-141-38/+38
| | | | | | |
| | * | | | | Add basic install guideJavan Makhmali2018-02-141-1/+56
| | | | | | |
| | * | | | | Remove unused modelJavan Makhmali2018-02-141-4/+0
| | | | | | |
| | * | | | | Isolated engines don't expose their helpers, so noJavan Makhmali2018-02-141-2/+0
| | | | | | |