1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext
2019-05-19 01:47:29 -04:00
..
app Deduplicate ActionText::RichText embeds 2019-05-17 16:46:16 -04:00
bin
db/migrate
lib Prefer Capybara::Node::Element#execute_script 2019-05-19 01:47:29 -04:00
test Deduplicate ActionText::RichText embeds 2019-05-17 16:46:16 -04:00
.gitignore Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
actiontext.gemspec
CHANGELOG.md Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
MIT-LICENSE
package.json
Rakefile Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04: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.