Skip to content

Commit

Permalink
Merge pull request #33440 from pwim/active-storage-link
Browse files Browse the repository at this point in the history
Reference Active Storage instead of third-party libraries in guide

[ci skip]
  • Loading branch information
kamipo committed Jul 26, 2018
2 parents 91fd679 + 978d486 commit 8a5fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/form_helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def upload
end
```

Once a file has been uploaded, there are a multitude of potential tasks, ranging from where to store the files (on disk, Amazon S3, etc) and associating them with models to resizing image files and generating thumbnails. The intricacies of this are beyond the scope of this guide, but there are several libraries designed to assist with these. Two of the better known ones are [CarrierWave](https://github.com/jnicklas/carrierwave) and [Paperclip](https://github.com/thoughtbot/paperclip).
Once a file has been uploaded, there are a multitude of potential tasks, ranging from where to store the files (on disk, Amazon S3, etc) and associating them with models to resizing image files and generating thumbnails. [Active Storage](https://guides.rubyonrails.org/active_storage_overview.html) is designed to assist with these tasks.

NOTE: If the user has not selected a file the corresponding parameter will be an empty string.

Expand Down

0 comments on commit 8a5fe2b

Please sign in to comment.