Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename shadowed variable | Alberto Almagro | 2018-10-13 | 1 | -8/+8 |
| | | | | This commit renames shadowed variable `attributes`. | ||||
* | <active-text-attachment> -> <action-text-attachment> | George Claghorn | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | APPLICATION_PATH_PATH -> APPLICATION_PACK_PATH | George Claghorn | 2018-10-12 | 1 | -3/+3 |
| | |||||
* | Fix typo | swamp09 | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Privatize constants | Alberto Almagro | 2018-10-11 | 1 | -4/+5 |
| | | | | | This constants meant to be private but `private_constant` was missing, this commit makes them fully private by adding `private_constant`. | ||||
* | Add frozen_string_literal: true | Alberto Almagro | 2018-10-08 | 18 | -0/+36 |
| | | | | Adds frozen_string_literal: true comment on top of all currently existing files | ||||
* | Fix minor typo in code comment | ven | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | Fix has_rich_text with `:body` keywords error. (#16) | Jason Lee | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Delegate string methods to content | Javan Makhmali | 2018-10-04 | 1 | -1/+1 |
| | | | | Closes #11 | ||||
* | Install Active Storage extension lazily | George Claghorn | 2018-10-03 | 1 | -3/+1 |
| | | | | Avoid eagerly loading Active Record during app boot. Reinstall the extension when ActiveStorage::Blob is reloaded in dev. | ||||
* | The world is our stage | David Heinemeier Hansson | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | Fix image gallery styles | Javan Makhmali | 2018-10-03 | 3 | -10/+39 |
| | |||||
* | Move attachment rendering to a helper | Javan Makhmali | 2018-10-03 | 2 | -18/+3 |
| | | | | Fixes #5 | ||||
* | WIP: Image gallery support | Javan Makhmali | 2018-10-03 | 3 | -7/+121 |
| | |||||
* | Add support for "presentation" gallery attribute | Javan Makhmali | 2018-10-03 | 2 | -4/+5 |
| | |||||
* | Fill in Attachable rich text attributes | Javan Makhmali | 2018-10-03 | 1 | -1/+17 |
| | |||||
* | Copy over the blobs/_blob partial so it can be specialized | David Heinemeier Hansson | 2018-10-02 | 1 | -0/+4 |
| | |||||
* | Add import statement to default pack file if relevant | David Heinemeier Hansson | 2018-10-02 | 1 | -0/+9 |
| | |||||
* | Use an app template installer instead for nicer overwriting checks | David Heinemeier Hansson | 2018-10-02 | 2 | -26/+15 |
| | |||||
* | Add via yarn in the installer | David Heinemeier Hansson | 2018-10-02 | 1 | -1/+6 |
| | |||||
* | No need for the verbose warning | David Heinemeier Hansson | 2018-10-02 | 1 | -6/+2 |
| | |||||
* | Fix <h1> plain text conversion | Javan Makhmali | 2018-10-02 | 1 | -1/+1 |
| | | | | Fixes #4 | ||||
* | active → action | Javan Makhmali | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Fix that both migrations wouldnt be copied over because ↵ | David Heinemeier Hansson | 2018-10-01 | 1 | -7/+5 |
| | | | | railties:install:migrations could only be invoked once per run | ||||
* | Ruby Active Storage install last as it may halt the dependency list | David Heinemeier Hansson | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | Use correct fixtures destination name | David Heinemeier Hansson | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | Add default fixtures file on install | David Heinemeier Hansson | 2018-09-12 | 2 | -1/+18 |
| | |||||
* | Never mind on allowing blank | David Heinemeier Hansson | 2018-09-12 | 1 | -12/+1 |
| | | | | 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 required | David Heinemeier Hansson | 2018-09-12 | 2 | -2/+15 |
| | |||||
* | You cant run Action Text without Active Storage setup, so lets just set it ↵ | David Heinemeier Hansson | 2018-07-30 | 1 | -1/+1 |
| | | | | up for you, rather than ask you to. | ||||
* | #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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+5 |
| | | | | | 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? | ||||
* | Add installer that copies migration and stylesheet link | David Heinemeier Hansson | 2018-05-29 | 2 | -0/+35 |
| | |||||
* | Destroy rich text dependents | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | WIP | David Heinemeier Hansson | 2018-04-13 | 1 | -7/+24 |
| | |||||
* | Rename from Active Text to Action Text | David Heinemeier Hansson | 2018-04-13 | 18 | -54/+54 |
| | | | | 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 | 3 | -4/+4 |
| | | | | Just like we use has_many_attachments instead of active_storage_attachements. | ||||
* | Isolated engines don't expose their helpers, so no | Javan Makhmali | 2018-02-14 | 1 | -2/+0 |
| | |||||
* | Create ASt::Attachment records for ASt::Blobs in content | Javan Makhmali | 2018-02-14 | 1 | -0/+7 |
| | |||||
* | Make renderer configurable | Javan Makhmali | 2018-02-14 | 4 | -2/+10 |
| | |||||
* | Delegate Content#html_safe to #to_s | Sam Stephenson | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Preserve the outer attachment element and fix editing | Sam Stephenson | 2018-02-13 | 2 | -6/+6 |
| |