Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge branch 'master' of github.com:basecamp/actiontext | David Heinemeier Hansson | 2018-10-02 | 1 | -12/+1 |
|\ | |||||
| * | Now we add the npm dependency as part of the installer | David Heinemeier Hansson | 2018-10-02 | 1 | -12/+1 |
| | | |||||
* | | 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 | ||||
* | Bring some tests over | Javan Makhmali | 2018-10-02 | 5 | -27/+357 |
| | |||||
* | Insert hidden <input> before <trix-editor> | Javan Makhmali | 2018-10-02 | 1 | -1/+1 |
| | | | | Fixes #3 | ||||
* | active → action | Javan Makhmali | 2018-10-02 | 4 | -4/+4 |
| | |||||
* | Freshen dependencies | Javan Makhmali | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | 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 released version of Rails 5.2.0 as the dependency | David Heinemeier Hansson | 2018-10-01 | 1 | -37/+37 |
| | |||||
* | Update gemspec links and Rails dependency and humbly add myself as a coauthor | David Heinemeier Hansson | 2018-09-17 | 1 | -4/+4 |
| | |||||
* | 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 | 6 | -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 required | David Heinemeier Hansson | 2018-09-12 | 4 | -2/+30 |
| | |||||
* | Prefer the ASt API | George Claghorn | 2018-07-31 | 4 | -4/+16 |
| | |||||
* | Update instructions to get the local version of actiontext | David Heinemeier Hansson | 2018-07-31 | 1 | -9/+2 |
| | |||||
* | You cant run Action Text without Active Storage setup, so lets just set it ↵ | David Heinemeier Hansson | 2018-07-30 | 2 | -2/+1 |
| | | | | up for you, rather than ask you to. | ||||
* | Merge pull request #1 from basecamp/separate-rich-text-record | David Heinemeier Hansson | 2018-06-27 | 18 | -33/+173 |
|\ | | | | | Separate Rich Text record | ||||
| * | Change to current approach | David Heinemeier Hansson | 2018-06-27 | 1 | -4/+12 |
| | | |||||
| * | #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 | 2 | -2/+2 |
| | | |||||
| * | 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 | 2 | -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 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? | ||||
| * | Edit the body of the RichText value | David Heinemeier Hansson | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | Needed now that we have that intermediary object. | ||||
| * | Provide default styling by default | David Heinemeier Hansson | 2018-06-05 | 1 | -0/+2 |
| | | |||||
| * | We are leveling up the text_area, not the text_field, so match names | David Heinemeier Hansson | 2018-06-05 | 3 | -8/+8 |
| | | |||||
| * | Add installer that copies migration and stylesheet link | David Heinemeier Hansson | 2018-05-29 | 2 | -0/+35 |
| | | |||||
| * | Use mediumtext-size columns | David Heinemeier Hansson | 2018-05-29 | 3 | -3/+3 |
| | | | | | | | | Room to grow, room to flourish! | ||||
| * | Test saving the dependent models | David Heinemeier Hansson | 2018-05-29 | 1 | -0/+10 |
| | | |||||
| * | Just test text pipeline without dependencies/saving | David Heinemeier Hansson | 2018-05-29 | 1 | -2/+2 |
| | | |||||
| * | Adding the rich text tables | David Heinemeier Hansson | 2018-05-29 | 1 | -0/+14 |
| | | |||||
| * | Content is now supplied by dedicated model | David Heinemeier Hansson | 2018-05-29 | 2 | -3/+10 |
| | | |||||
| * | Not needed for migrations etc | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | | | | | | | | (And yarning is currently failing) | ||||
| * | Destroy rich text dependents | David Heinemeier Hansson | 2018-05-29 | 1 | -1/+1 |
| | | |||||
| * | Implicit transformation to html-safe string ready for display | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+5 |
| | | |||||
| * | Reference action text for js packaging | David Heinemeier Hansson | 2018-05-28 | 1 | -4/+4 |
| | | |||||
| * | Use the correct API for blob assignment | David Heinemeier Hansson | 2018-05-28 | 1 | -1/+1 |
| | | |||||
| * | Ease the rendering of a rich text attribute | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+1 |
| | | |||||
| * | Link rich text to owning record | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+1 |
| | | |||||
| * | Back by fully qualified table name | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Table needed for Rich Text AR model | David Heinemeier Hansson | 2018-05-28 | 1 | -0/+14 |
| | |