rails--rails/actiontext
Ernesto Tagwerker 53776124d1 Correct grammar in setup comment 2020-02-12 13:31:43 -05:00
..
app Cleanup unneeded blank string params in ActionText 2019-08-23 20:17:38 +02:00
bin
db/migrate Allow changing text and blob size without giving the `limit` option 2019-01-29 06:49:32 +09:00
lib Use rails_command :inline option 2020-02-10 17:53:41 -06:00
test Correct grammar in setup comment 2020-02-12 13:31:43 -05:00
.gitignore Remove redundant .gitignore entries 2020-02-07 14:05:23 -06:00
CHANGELOG.md Unify to use 4 spaces indentation in CHANGELOGs [ci skip] 2019-06-05 05:53:49 +09:00
MIT-LICENSE Bump license years from 2019 to 2020 [ci skip] 2020-01-01 15:10:31 +05:30
README.md Add Action Text to guides [ci skip] 2019-01-05 13:30:37 +02:00
Rakefile Add ActionDispatch::SystemTestCase#fill_in_rich_text_area 2019-05-13 12:44:06 -04:00
actiontext.gemspec Add bug tracker/documentation/mailing list URIs to the gemspecs 2019-10-11 20:47:19 -04:00
package.json update package.json files to use https homepage value 2019-10-02 12:00:11 +02: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.