1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Mention need for mini_magick with variants

This commit is contained in:
David Heinemeier Hansson 2017-07-21 16:50:23 -05:00
parent 15cfac1769
commit 6ac4fec964

View file

@ -77,6 +77,7 @@ Variation of image attachment:
3. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
4. Configure the storage service in `config/environments/*` with `config.active_storage.service = :local`
that references the services configured in `config/storage_services.yml`.
5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.
## Todos