1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext
Rafael Mendonça França 59f7f5889e
Start Rails 6.2 development 🎉
2020-12-03 01:35:29 +00:00
..
app
bin
db/migrate
lib Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +00:00
test Change form_with to generate non remote forms by default 2020-12-01 21:14:37 +01:00
.gitignore
actiontext.gemspec
CHANGELOG.md Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +00:00
MIT-LICENSE
package.json Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +00:00
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.