aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-05-27 12:06:11 +0200
committerutilum <oz@utilum.com>2018-06-08 11:28:04 +0200
commit0af43ac7f6583afd3400c176fde88b96af58dc77 (patch)
tree8eb5340fb2f3d44c561f39b6860e750b437142d7 /guides/source/active_storage_overview.md
parent6cd5cc375a5c78d08463254460b324a17d078586 (diff)
downloadrails-0af43ac7f6583afd3400c176fde88b96af58dc77.tar.gz
rails-0af43ac7f6583afd3400c176fde88b96af58dc77.tar.bz2
rails-0af43ac7f6583afd3400c176fde88b96af58dc77.zip
Dev-Dep guide: mention AST third party requirements
Avoid the likes of: ``` Error: ActiveStorage::RepresentationTest#test_representing_an_MP4_video: Errno::ENOENT: No such file or directory - ffmpeg test/models/representation_test.rb:27:in `block in <class:RepresentationTest>' ``` Also note additiona macOS requirements in ActiveStorage guide. [ci skip]
Diffstat (limited to 'guides/source/active_storage_overview.md')
-rw-r--r--guides/source/active_storage_overview.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index cb9acdadcf..3b7c23f2af 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -446,11 +446,11 @@ the box, Active Storage supports previewing videos and PDF documents.
</ul>
```
-WARNING: Extracting previews requires third-party applications, `ffmpeg` for
-video and `mutool` for PDFs. These libraries are not provided by Rails. You must
-install them yourself to use the built-in previewers. Before you install and use
-third-party software, make sure you understand the licensing implications of
-doing so.
+WARNING: Extracting previews requires third-party applications, `FFmpeg` for
+video and `muPDF` for PDFs, and on macOS also `XQuartz` and `Poppler`.
+These libraries are not provided by Rails. You must install them yourself to
+use the built-in previewers. Before you install and use third-party software,
+make sure you understand the licensing implications of doing so.
Direct Uploads
--------------