1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext
2020-04-02 22:00:28 +05:30
..
app
bin
db/migrate
lib Merge pull request #37951 from t0yohei/add-missing-action-to-action-text 2020-03-19 16:26:52 -04:00
test .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
.gitignore
actiontext.gemspec Update the Rails mailing list URLs to new discuss discourse URL [ci skip] 2020-04-02 22:00:28 +05:30
CHANGELOG.md
MIT-LICENSE
package.json
Rakefile
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.

License

Action Text is released under the MIT License.