rails--rails/actiontext
Alexandre Ruban 458908ed42 Fix ActionText::Serialization when dumping an ActionText::RichText 2021-09-20 10:36:20 +02:00
..
app Don't overwrite default opts in rich_text_area_tag (#43156) 2021-09-19 20:56:17 +02:00
bin
db/migrate Ensure Action Text migration use config set primary_key_type 2021-06-30 23:17:36 +05:30
lib Fix ActionText::Serialization when dumping an ActionText::RichText 2021-09-20 10:36:20 +02:00
test Fix ActionText::Serialization when dumping an ActionText::RichText 2021-09-20 10:36:20 +02:00
.gitignore
CHANGELOG.md Don't overwrite default opts in rich_text_area_tag (#43156) 2021-09-19 20:56:17 +02:00
MIT-LICENSE Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00
README.md No underscore style (#42898) 2021-07-28 15:34:59 -04:00
Rakefile
actiontext.gemspec Rails 7 requires Ruby 2.7 and prefer Ruby 3+ 2021-02-04 16:34:53 +00:00
package.json Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
rollup.config.js Switch to ESM compatible build of trix 2021-08-13 11:10:05 +02:00

README.md

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.