Skip to content

Files

Latest commit

dd89f60 · Jun 23, 2023

History

History
This branch is 6732 commits behind rails/rails:main.

actiontext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 19, 2023
Feb 6, 2023
Jun 30, 2021
Jun 19, 2023
Jun 19, 2023
Dec 27, 2022
Mar 28, 2023
Feb 23, 2023
Jun 23, 2023
Sep 26, 2022
Nov 24, 2021
Apr 6, 2023
Aug 13, 2021

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.

Development

The JavaScript for Action Text is distributed both as a npm module under @rails/actiontext and via the asset pipeline as actiontext.js (and we mirror Trix as trix.js). To ensure that the latter remains in sync, you must run yarn build and checkin the artifacts whenever the JavaScript source or the Trix dependency is bumped. CSS changes must be brought over manually to app/assets/stylesheets/trix.css

License

Action Text is released under the MIT License.