aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31 from albertoalmagro/remove-variable-shadowingGeorge Claghorn2018-10-131-8/+8
|\
| * Rename shadowed variableAlberto Almagro2018-10-131-8/+8
* | Remove unused **optionsAlberto Almagro2018-10-131-3/+3
|/
* <active-text-attachment> -> <action-text-attachment>George Claghorn2018-10-121-1/+1
* APPLICATION_PATH_PATH -> APPLICATION_PACK_PATHGeorge Claghorn2018-10-121-3/+3
* Fix typoswamp092018-10-121-1/+1
* Privatize constantsAlberto Almagro2018-10-111-4/+5
* Add frozen_string_literal: trueAlberto Almagro2018-10-0818-0/+36
* Fix minor typo in code commentven2018-10-061-1/+1
* Fix has_rich_text with `:body` keywords error. (#16)Jason Lee2018-10-051-1/+1
* Delegate string methods to contentJavan Makhmali2018-10-041-1/+1
* Install Active Storage extension lazilyGeorge Claghorn2018-10-031-3/+1
* The world is our stageDavid Heinemeier Hansson2018-10-031-1/+1
* Fix image gallery stylesJavan Makhmali2018-10-033-10/+39
* Move attachment rendering to a helperJavan Makhmali2018-10-032-18/+3
* WIP: Image gallery supportJavan Makhmali2018-10-033-7/+121
* Add support for "presentation" gallery attributeJavan Makhmali2018-10-032-4/+5
* Fill in Attachable rich text attributesJavan Makhmali2018-10-031-1/+17
* Copy over the blobs/_blob partial so it can be specializedDavid Heinemeier Hansson2018-10-021-0/+4
* 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
* 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
* active → actionJavan Makhmali2018-10-021-1/+1
* 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 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-121-12/+1
* Ensure blank rich text records aren't saved or requiredDavid Heinemeier Hansson2018-09-122-2/+15
* You cant run Action Text without Active Storage setup, so lets just set it up...David Heinemeier Hansson2018-07-301-1/+1
* #render already provides something html_safeDavid Heinemeier Hansson2018-06-071-1/+1
* Move the escaping choice to the layoutDavid Heinemeier Hansson2018-06-071-1/+1
* 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-071-1/+5
* By default, coercing to a string should produce a formatted outputDavid Heinemeier Hansson2018-06-051-1/+1
* Add installer that copies migration and stylesheet linkDavid Heinemeier Hansson2018-05-292-0/+35
* Destroy rich text dependentsDavid Heinemeier Hansson2018-05-291-1/+1
* 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
* WIPDavid Heinemeier Hansson2018-04-131-7/+24
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-1318-54/+54
* 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 ApplicationCon...David Heinemeier Hansson2018-04-131-0/+7
* Use rich_text instead of active_textDavid Heinemeier Hansson2018-04-133-4/+4
* Isolated engines don't expose their helpers, so noJavan Makhmali2018-02-141-2/+0
* Create ASt::Attachment records for ASt::Blobs in contentJavan Makhmali2018-02-141-0/+7
* Make renderer configurableJavan Makhmali2018-02-144-2/+10