aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge pull request #8 from georgeclaghorn/lazy-loadingDavid Heinemeier Hansson2018-10-031-3/+1
| | |\ | | | | | | | | Install Active Storage extension lazily
| | | * Install Active Storage extension lazilyGeorge Claghorn2018-10-031-3/+1
| | |/ | | | | | | | | | Avoid eagerly loading Active Record during app boot. Reinstall the extension when ActiveStorage::Blob is reloaded in dev.
| | * Declare prior to useDavid Heinemeier Hansson2018-10-031-4/+4
| | |
| | * The world is our stageDavid Heinemeier Hansson2018-10-033-3/+3
| | |
| | * Customize tag and attribute sanitizationJavan Makhmali2018-10-032-2/+6
| | | | | | | | | | | | Fixes #6
| | * Fix image gallery stylesJavan Makhmali2018-10-033-10/+39
| | |
| | * Fix content attachment testJavan Makhmali2018-10-035-1/+27
| | |
| | * Move attachment rendering to a helperJavan Makhmali2018-10-035-21/+31
| | | | | | | | | | | | Fixes #5
| | * WIP: Image gallery supportJavan Makhmali2018-10-034-7/+124
| | |
| | * Add default missing attachable templateJavan Makhmali2018-10-031-0/+1
| | |
| | * Add support for "presentation" gallery attributeJavan Makhmali2018-10-032-4/+5
| | |
| | * Fill in Attachable rich text attributesJavan Makhmali2018-10-031-1/+17
| | |
| | * Add a bit more documentationDavid Heinemeier Hansson2018-10-022-0/+27
| | |
| | * Flush out the READMEDavid Heinemeier Hansson2018-10-021-23/+65
| | |
| | * Copy over the blobs/_blob partial so it can be specializedDavid Heinemeier Hansson2018-10-021-0/+4
| | |
| | * Default sanitizationDavid Heinemeier Hansson2018-10-021-1/+1
| | |
| | * Uncomment failing testsJavan Makhmali2018-10-022-69/+69
| | |
| | * Add import statement to default pack file if relevantDavid Heinemeier Hansson2018-10-021-0/+9
| | |
| | * Use an app template installer instead for nicer overwriting checksDavid Heinemeier Hansson2018-10-022-26/+15
| | |
| | * Merge branch 'master' of github.com:basecamp/actiontextDavid Heinemeier Hansson2018-10-021-12/+1
| | |\
| | | * Now we add the npm dependency as part of the installerDavid Heinemeier Hansson2018-10-021-12/+1
| | | |
| | * | Add via yarn in the installerDavid Heinemeier Hansson2018-10-021-1/+6
| | | |
| | * | No need for the verbose warningDavid Heinemeier Hansson2018-10-021-6/+2
| | |/
| | * Fix <h1> plain text conversionJavan Makhmali2018-10-021-1/+1
| | | | | | | | | | | | Fixes #4
| | * Bring some tests overJavan Makhmali2018-10-025-27/+357
| | |
| | * Insert hidden <input> before <trix-editor>Javan Makhmali2018-10-021-1/+1
| | | | | | | | | | | | Fixes #3
| | * active → actionJavan Makhmali2018-10-024-4/+4
| | |
| | * Freshen dependenciesJavan Makhmali2018-10-021-2/+2
| | |
| | * Fix that both migrations wouldnt be copied over because ↵David Heinemeier Hansson2018-10-011-7/+5
| | | | | | | | | | | | railties:install:migrations could only be invoked once per run
| | * Ruby Active Storage install last as it may halt the dependency listDavid Heinemeier Hansson2018-10-011-1/+1
| | |
| | * Use released version of Rails 5.2.0 as the dependencyDavid Heinemeier Hansson2018-10-011-37/+37
| | |
| | * Update gemspec links and Rails dependency and humbly add myself as a coauthorDavid Heinemeier Hansson2018-09-171-4/+4
| | |
| | * 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
| | | |