aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* prevent shadowing outer variablesDorian Marié2017-12-251-4/+4
* Active Storage: Fix direct uploads in IE 11Javan Makhmali2017-12-232-4/+18
* Merge pull request #31538 from yhirano55/add_cloud_service_links_to_readme_in...Eileen M. Uchitelle2017-12-221-2/+2
|\
| * Add cloud service's links to README of Active Storage [ci skip]Yoshiyuki Hirano2017-12-221-2/+2
* | Add support for combined MiniMagick transformationsRobert Glaser2017-12-222-6/+30
* | Merge pull request #31537 from yhirano55/pass_options_to_rails_blob_urlRafael França2017-12-211-1/+1
|\ \
| * | Pass options to rails_blob_urlYoshiyuki Hirano2017-12-221-1/+1
| |/
* / [ci skip] Remove needless from doc for ActiveStorage::VariantYoshiyuki Hirano2017-12-221-1/+1
|/
* Delete MiniMagick tempfile when transformation failsGeorge Claghorn2017-12-181-1/+7
* Ensure MiniMagick tempfiles are properly unlinked after image transformationGeorge Claghorn2017-12-181-9/+18
* Convert non-web image (e.g. PSD) variants to PNGGeorge Claghorn2017-12-183-12/+53
* Update ActiveStorage::Blob#transformation docs [ci skip]George Claghorn2017-12-161-3/+3
* Handle invalid signed blob IDs gracefullyGeorge Claghorn2017-12-157-18/+51
* Restrict variants to variable image blobsGeorge Claghorn2017-12-154-4/+27
* Merge branch 'master' into activestorage-guideJeffrey Guenther2017-12-149-20/+25
|\
| * Merge pull request #31434 from olivierlacan/boot-feedbackSean Griffin2017-12-141-0/+4
| |\
| | * Provide instant feedback when booting RailsOlivier Lacan2017-12-131-0/+4
| * | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-4/+0
| |/
| * Expose Active Storage routesMehmet Emin INAC2017-12-131-6/+6
| * Exclude ActiveStorage::Filename{#parameters,::Parameters} from API docs [ci s...George Claghorn2017-12-132-2/+2
| * Merge pull request #31391 from 5t111111/fix-active_storage-installation-failu...Eileen M. Uchitelle2017-12-131-1/+5
| |\
| | * Invoke app-prefixed active storage task when in engineHirofumi Wakasugi2017-12-131-1/+5
| * | Fix optimizing GIF variants using mogrify's -layers optionGeorge Claghorn2017-12-111-5/+7
| * | Revert "Invoke mogrify once when transforming an image"George Claghorn2017-12-111-8/+6
| * | Merge pull request #31399 from yhirano55/return_nil_if_raise_http_errorGeorge Claghorn2017-12-111-1/+1
| |\ \
| | * | Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError`Yoshiyuki Hirano2017-12-121-1/+1
| | |/
| * | Invoke mogrify once when transforming an imageGeorge Claghorn2017-12-111-6/+8
| * | `webpack` is assigned but never used in webpack.config.jsYoshiyuki Hirano2017-12-111-1/+0
| |/
* | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-12-0817-39/+179
|\|
| * Swap raw video width and height if angle is 90 or 270 degreesGeorge Claghorn2017-12-082-3/+15
| * Fix customizing Content-Type via GCS service URLsGeorge Claghorn2017-12-072-1/+21
| * Fix instrumention name: delete_prefixed like the others.Kasper Timm Hansen2017-12-031-1/+1
| * Purge variants with their blobsGeorge Claghorn2017-12-0210-31/+107
| * Make ASt previewer/analyzer binary paths configurableGeorge Claghorn2017-12-014-4/+32
| * Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#loggerGeorge Claghorn2017-11-301-0/+4
* | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-11-3010-27/+44
|\|
| * Use `credentials` instead of `keyfile` in GCS seviceyuuji.yaginuma2017-11-292-1/+3
| * Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-283-2/+9
| * Fix typos and add a few suggestionsFatos Morina2017-11-281-0/+14
| * Include migration files in gemyuuji.yaginuma2017-11-281-1/+1
| * Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-273-2/+4
| * Update yarn lockRafael Mendonça França2017-11-271-10/+0
| * Avoid connecting to GCS during app bootGeorge Claghorn2017-11-232-12/+14
| * Fix loading ActiveStorage::DiskController when CSRF protection is disabled by...George Claghorn2017-11-211-1/+1
* | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-11-211-10/+10
|\|
| * Fix that some ASt route helpers silently discarded optionsGeorge Claghorn2017-11-211-10/+10
* | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-11-209-17/+169
|\|
| * Provide attachment writersGeorge Claghorn2017-11-202-0/+40
| * Load 5.2 defaults in ASt dummy appGeorge Claghorn2017-11-201-1/+1
| * Fix direct uploads to local serviceGeorge Claghorn2017-11-203-0/+6