aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_storage_overview.md
Commit message (Collapse)AuthorAgeFilesLines
* Allow full use of the AWS S3 SDK authentication options (#32270)Brian Knight2018-03-191-0/+7
| | | | | | | | | If an explicit AWS key pair and/or region is not provided in config/storage.yml, attempt to use environment variables, shared credentials, or IAM role credentials. Order of precedence is determined by the AWS SDK[1]. [1]: https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html
* Remove path config option from Azure serviceAndrew White2018-03-121-1/+0
| | | | | | | | | | | The Active Storage service for Azure Storage has an option called `path` that is ambiguous in meaning. It needs to be set to the primary blob storage endpoint but that can be determined from the blobs client anyway. To simplify the configuration this commit removes the `path` option and gets the endpoint from the blobs client instead. Closes #32225.
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-051-9/+0
| | | | Fixes #32129.
* Add note to Active Storage guide about S3 permissions [ci skip]Andrew White2018-02-211-0/+2
|
* ActiveStorage file cleanup in Integration TestsJeremy Prevost2018-02-151-0/+24
| | | | | Documents ActiveStorage file cleanup in Integration Tests which is similar but slightly different than the existing docs for System Tests.
* Update `google-cloud-storage` gem version [ci skip]yuuji.yaginuma2018-01-281-1/+1
| | | | | | | Because we use `credentials` in an example of configuration files, but `credentials` can not be used unless it is 1.8.0 or later. Ref: 9d65ac3
* Provide a sensible default hostGeorge Claghorn2018-01-161-3/+9
|
* Extract content types from blob dataGeorge Claghorn2018-01-151-0/+3
|
* Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-091-3/+0
|\ | | | | Don't include Active Storage migrations in new apps
| * Don't run rails active_storage:install in new appsclaudiob2017-12-141-3/+0
| | | | | | | | See #31315 for full discussion
* | Tweak headings [ci skip]George Claghorn2017-12-291-16/+16
| |
* | Demonstrate providing keyfile data in lieu of a path [ci skip]George Claghorn2017-12-281-24/+33
| |
* | Link to the client gems [ci skip]George Claghorn2017-12-281-3/+4
| |
* | Fix Active Storage Overview guide [ci skip]Yoshiyuki Hirano2017-12-161-5/+5
| |
* | [ci skip] Use :amazon, not :s3, to reflect codeClaudio B2017-12-151-6/+6
| | | | | | | | | | | | | | | | The [template](https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt#L10) that generates the `config/storage.yml` file has the Amazon S3 key specified as `:amazon`, not `:s3`. The guides should reflect the nomenclature, given that every other service also has the name of the company as the key (:google, :microsoft).
* | Sync header title with file name [ci skip]Ryuta Kamizono2017-12-151-2/+2
| | | | | | | | Like other Basics and Overview guides.
* | Fix in ASt guide [ci skip]Yauheni Dakuka2017-12-151-5/+5
|/
* Tweak whitespaceJeffrey Guenther2017-12-141-0/+1
|
* Formatting updatesJeffrey Guenther2017-12-141-14/+19
|
* Apply edits and suggestionsJeffrey Guenther2017-12-081-20/+19
|
* Incorporate latest round of feedbackJeffrey Guenther2017-12-041-57/+67
|
* Change info to noteJeffrey Guenther2017-11-301-1/+9
|
* Adds Javan's event exampleJeffrey Guenther2017-11-301-2/+98
|
* First pass on incoporating George's feedbackJeffrey Guenther2017-11-301-20/+53
|
* Removes noteJeffrey Guenther2017-11-211-3/+0
|
* Corrects Active Job spellingJeffrey Guenther2017-11-211-2/+2
|
* Updates add multiple attachments exampleJeffrey Guenther2017-11-211-4/+8
|
* Adds tools caveat for generating previewsJeffrey Guenther2017-11-201-0/+6
|
* Remove mention of filename from downloadJeffrey Guenther2017-11-201-1/+1
|
* Updates direct download discussionJeffrey Guenther2017-11-201-6/+1
|
* Adds download link helper explanationJeffrey Guenther2017-11-201-2/+9
|
* ProofreadingJeffrey Guenther2017-11-181-2/+2
|
* Integrates George's suggestionsJeffrey Guenther2017-11-181-52/+135
| | | | | - Describes how to setup each of the services in the `services.yml` - Integrates copy changes
* Adds testing sectionJeffrey Guenther2017-11-161-2/+42
|
* Adds more explanation to points and add setup sectionJeffrey Guenther2017-11-161-6/+69
|
* Adds content from README and conversations with GeorgeJeffrey Guenther2017-11-091-4/+184
|
* Adds todo for previewJeffrey Guenther2017-11-091-0/+1
|
* Begins guide for ActiveStorageJeffrey Guenther2017-11-021-0/+21