Skip to content

Files

This branch is 22437 commits behind rails/rails:main.

actiontext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 7, 2019
Jan 5, 2019
Jan 28, 2019
Feb 25, 2019
Feb 24, 2019
Jan 5, 2019
Feb 25, 2019
Jan 5, 2019
Jan 5, 2019
Jan 8, 2019
Jan 17, 2019
Feb 25, 2019

Action Text

Action Text brings rich text content and editing to Rails. It includes the Trix editor that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix editor is saved in its own RichText model that's associated with any existing Active Record model in the application. Any embedded images (or other attachments) are automatically stored using Active Storage and associated with the included RichText model.

You can read more about Action Text in the Action Text Overview guide.

License

Action Text is released under the MIT License.