Ruby on Rails 6.0 adds rich text capabilities
Ruby on Rails 6.0, the latest version of the veteran web application framework, has improvements for composing rich text content and JavaScript integration.
Version 6.0 of the 15-year-old framework includes the Action Text framework for rich text content and editing, using the Trix editor for formatting. Text edited by Trix is saved to its own rich text model associated with any Active Record model in the application. Also with Action Text, embedded images or other attachments are automatically stored using Active Storage.
Other improvements in Ruby on Rails 6.0 include:
Version 6.0 requires Ruby 2.5.0 or above
Instructions for upgrading to version 6.0 can be found on rubyonrails.org.
This story, "Ruby on Rails 6.0 adds rich text capabilities" was originally published by InfoWorld.