rails--rails/actiontext
Jorge Manrubia 28145c3cee Rename master_key => primary_key 2021-04-01 15:02:15 +02:00
..
app Initial extraction from active_record_encryption gem 2021-04-01 15:02:13 +02:00
bin
db/migrate
lib Removes the Action Text dependency from Active Record 2021-04-01 15:02:15 +02:00
test Rename master_key => primary_key 2021-04-01 15:02:15 +02:00
.gitignore
CHANGELOG.md
MIT-LICENSE
README.md
Rakefile
actiontext.gemspec
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.