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-01-10 11:01:57 -05:00
..
app Move all npm packages to @rails scope 2019-01-10 11:01:57 -05:00
bin
db/migrate
lib Move all npm packages to @rails scope 2019-01-10 11:01:57 -05:00
test Move all npm packages to @rails scope 2019-01-10 11:01:57 -05:00
.gitignore
actiontext.gemspec Remove comment from actiontext/actiontext.gemspec 2019-01-05 11:57:26 +02:00
CHANGELOG.md
MIT-LICENSE
package.json Move all npm packages to @rails scope 2019-01-10 11:01:57 -05:00
Rakefile add new frameworks to tasks/release.rb 2019-01-08 10:36:33 -08:00
README.md Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00

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.