rails--rails/actiontext
Ryuta Kamizono 401ce9dd3d Tweak CHANGELOGs [ci skip]
* Remove trailing space
* Add period
* etc
2020-12-29 21:11:16 +09:00
..
app
bin
db/migrate
lib Fix rendering Action Text HTML in new threads 2020-12-07 16:41:44 -05:00
test Fix rendering Action Text HTML in new threads 2020-12-07 16:41:44 -05:00
.gitignore
CHANGELOG.md Tweak CHANGELOGs [ci skip] 2020-12-29 21:11:16 +09:00
MIT-LICENSE
README.md
Rakefile
actiontext.gemspec
package.json Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +00: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.

License

Action Text is released under the MIT License.