Rails 6 is now out and can be used by the public. In a previous post, I took a look at Active Storage; a new framework bundled with Rails 5.2. The framework highlighted today comes fresh out of the Rails 6: Action Text. We'll be going over what Action
Setup Action Text. To setup Action Text, we can run the following command from root directory of a Rails 6 app: $ rails action_text:install. Above command will perform the following steps: Update package.json to add packages for actiontext and trix. Add a
Next comes the part where we actually add Action Text. This will allow you to create rich text areas and CMS applications similar to what you see here on Deanin.com. Start by running the rails action_text:install command. Afterwards, you’ll want to set
Post a Comment:
Showing 0 Comments: