rails--rails/actiontext
Kasper Timm Hansen 538424a5ca
Merge pull request #37823 from abhaynikam/35085-update-the-action-text-installer
Add ActionText installer rake task
2019-12-16 23:20:29 +01:00
..
app
bin
db/migrate
lib Merge pull request #37823 from abhaynikam/35085-update-the-action-text-installer 2019-12-16 23:20:29 +01:00
test Track Active Storage variants in the database 2019-12-06 13:26:51 -05:00
.gitignore
CHANGELOG.md
MIT-LICENSE
README.md
Rakefile
actiontext.gemspec Add bug tracker/documentation/mailing list URIs to the gemspecs 2019-10-11 20:47:19 -04:00
package.json

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.