aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/service/gcs_service.rb
Commit message (Expand)AuthorAgeFilesLines
* GCS service: skip unnecessary bucket lookupsGeorge Claghorn2019-03-141-1/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-30/+20
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-271-8/+16
* Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-211-2/+12
* Remove another unused requireGeorge Claghorn2018-08-021-2/+0
* Remove unused requireGeorge Claghorn2018-08-011-2/+0
* Ignore concurrently-deleted files when deleting by prefix from GCSGeorge Claghorn2018-07-301-1/+7
* Remove vestigial require on ActiveStorage GCSServiceBibek Shrestha2018-07-041-1/+0
* Support streaming downloads from Google Cloud StorageGeorge Claghorn2018-05-011-19/+25
* Avoid duplicating downloads from Google Cloud Storage in memoryGeorge Claghorn2018-04-291-2/+2
* Simplify URL generation for partial downloads from GCSGeorge Claghorn2018-04-251-1/+2
* Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-051-0/+13
* Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-261-5/+4
* Fix customizing Content-Type via GCS service URLsGeorge Claghorn2017-12-071-1/+7
* Purge variants with their blobsGeorge Claghorn2017-12-021-6/+12
* Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-291-0/+2
* Avoid connecting to GCS during app bootGeorge Claghorn2017-11-231-5/+12
* Preview PDFs and videosGeorge Claghorn2017-09-281-3/+8
* Avoid making HTTP requests to generate signed URLs for GCS objectsGeorge Claghorn2017-09-131-3/+3
* Accept GCS client optionsGeorge Claghorn2017-09-011-2/+2
* Ignore files already deleted on GCS file deletionsRosa Gutierrez2017-08-311-1/+5
* DRYGeorge Claghorn2017-08-201-2/+2
* minor tweaks in Active Storage after a walkthroughXavier Noria2017-08-151-1/+1
* Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+2
* Fix formatting of Active Storage docs [ci skip]yuuji.yaginuma2017-08-111-1/+1
* `module ActiveStorage`, not `ActiveStorage::Class`claudiob2017-08-041-55/+57
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-311-0/+79