aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge pull request #17 from huacnlee/fix/uninitialized-constant-on-rails-reloadJavan Makhmali2018-10-061-5/+5
| | |\
| | | * Fix `uninitialized constant ActionText:: ALLOWED_TAGS` error on Rails reloadingJason Lee2018-10-061-5/+5
| | * | Merge pull request #18 from vendethiel/patch-1Javan Makhmali2018-10-061-1/+1
| | |\ \
| | | * | Fix minor typo in code commentven2018-10-061-1/+1
| | | |/
| | * / Add template for ActionText::Attachables::RemoteImageJavan Makhmali2018-10-062-15/+30
| | |/
| | * Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-053-1/+7
| | * Merge pull request #14 from hakusaro/add-sanitized-wordDavid Heinemeier Hansson2018-10-041-1/+1
| | |\
| | | * Add "sanitized" to the readmeLucas Nicodemus2018-10-041-1/+1
| | |/
| | * Merge pull request #9 from lucascaton/masterGuillermo Iguaran2018-10-041-4/+4
| | |\
| | | * Recommend use of rails over bin/railsLucas Caton2018-10-041-4/+4
| | * | Delegate string methods to contentJavan Makhmali2018-10-043-9/+15
| | * | Merge pull request #10 from noma4i/patch-3Kasper Timm Hansen2018-10-041-2/+2
| | |\ \ | | | |/ | | |/|
| | | * Consistency in namingAlexander Tsirel2018-10-041-2/+2
| | |/
| | * Merge pull request #8 from georgeclaghorn/lazy-loadingDavid Heinemeier Hansson2018-10-031-3/+1
| | |\
| | | * Install Active Storage extension lazilyGeorge Claghorn2018-10-031-3/+1
| | |/
| | * 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
| | * 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
| | * 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
| | * Bring some tests overJavan Makhmali2018-10-025-27/+357
| | * Insert hidden <input> before <trix-editor>Javan Makhmali2018-10-021-1/+1
| | * active → actionJavan Makhmali2018-10-024-4/+4
| | * Freshen dependenciesJavan Makhmali2018-10-021-2/+2
| | * Fix that both migrations wouldnt be copied over because railties:install:migr...David Heinemeier Hansson2018-10-011-7/+5
| | * 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
| | * 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