From 86ba1ee824aa075f49190098c461b91dd26876c5 Mon Sep 17 00:00:00 2001 From: Misaki Shioi <31817032+shioimm@users.noreply.github.com> Date: Sat, 27 Apr 2019 15:38:08 +0900 Subject: Fix installation on guides/source/action_text_overview.md gem 'image_proccessing' is required. --- guides/source/action_text_overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/action_text_overview.md b/guides/source/action_text_overview.md index 08ec35e52a..5bf97aa7c3 100644 --- a/guides/source/action_text_overview.md +++ b/guides/source/action_text_overview.md @@ -46,6 +46,8 @@ happens after every keystroke, and avoids the need to use execCommand at all. ## Installation Run `rails action_text:install` to add the Yarn package and copy over the necessary migration. +Also, you need to set up Active Storage for embedded images and other attachments. +Please refer to the [Active Storage Overview](active_storage_overview.html) guide. ## Examples -- cgit v1.2.3