rails--rails/actiontext
Aditya Pandit 848cda0609 Updated actiontext package file to use latest version 2021-04-28 03:29:24 +05:30
..
app Action Text: forward form: option to hidden input 2021-04-25 20:27:24 -04:00
bin
db/migrate
lib Enable `Performance/MapCompact` cop 2021-04-23 16:33:02 +09:00
test Action Text: forward form: option to hidden input 2021-04-25 20:27:24 -04:00
.gitignore Remove redundant .gitignore entries 2020-02-07 14:05:23 -06:00
CHANGELOG.md Action Text: forward form: option to hidden input 2021-04-25 20:27:24 -04:00
MIT-LICENSE Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00
README.md
Rakefile
actiontext.gemspec Rails 7 requires Ruby 2.7 and prefer Ruby 3+ 2021-02-04 16:34:53 +00:00
package.json Updated actiontext package file to use latest version 2021-04-28 03:29:24 +05:30

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.