aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-08-11 17:19:04 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-08-11 17:19:04 -0400
commit1eb8f880285e5636f0ba5e8c16e7de1a822db69a (patch)
tree7202bd1e9f429f7b2afea3a58bb3907991fbab43 /activestorage/README.md
parentaa1b03913319e4bb4f4b57d368fa4a0f9915aebd (diff)
downloadrails-1eb8f880285e5636f0ba5e8c16e7de1a822db69a.tar.gz
rails-1eb8f880285e5636f0ba5e8c16e7de1a822db69a.tar.bz2
rails-1eb8f880285e5636f0ba5e8c16e7de1a822db69a.zip
Remove unnedded Active Storage installation steps
Active Storage was now merged to master and it is automatically installed in a new application.
Diffstat (limited to 'activestorage/README.md')
-rw-r--r--activestorage/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index a86a04421e..d4ffe0c484 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -83,14 +83,6 @@ Variation of image attachment:
<%= image_tag user.avatar.variant(resize: "100x100") %>
```
-## Installation
-
-1. Run `rails activestorage:install` to create needed directories, migrations, and configuration.
-2. Optional: Add `gem "aws-sdk", "~> 2"` to your Gemfile if you want to use AWS S3.
-3. Optional: Add `gem "google-cloud-storage", "~> 1.3"` to your Gemfile if you want to use Google Cloud Storage.
-4. Optional: Add `gem "azure-storage"` to your Gemfile if you want to use Microsoft Azure Storage.
-5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants.
-
## Direct uploads
Active Storage, with its included JavaScript library, supports uploading directly from the client to the cloud.