rails--rails/actiontext
Rafael Mendonça França 5e6e505083
Preparing for 6.0.0.beta2 release
2019-02-25 17:45:04 -05:00
..
app Allows rich_text_area_tag to add I18n translated placeholder text if placeholder option set to true 2019-02-22 10:18:21 +05:30
bin
db/migrate Allow changing text and blob size without giving the `limit` option 2019-01-29 06:49:32 +09:00
lib Preparing for 6.0.0.beta2 release 2019-02-25 17:45:04 -05:00
test Disable available locale checks in Action Test test 2019-02-24 14:01:52 +09:00
.gitignore
CHANGELOG.md Preparing for 6.0.0.beta2 release 2019-02-25 17:45:04 -05:00
MIT-LICENSE
README.md Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00
Rakefile add new frameworks to tasks/release.rb 2019-01-08 10:36:33 -08:00
actiontext.gemspec Action Text: bundle package.json in built gem. 2019-01-18 00:11:18 +01:00
package.json Preparing for 6.0.0.beta2 release 2019-02-25 17:45:04 -05: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.