aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Provide a sensible default hostGeorge Claghorn2018-01-166-8/+6
* Extract content types from blob dataGeorge Claghorn2018-01-1516-32/+132
* Instrument image transformationGeorge Claghorn2018-01-101-7/+9
* Instrument preview image drawingGeorge Claghorn2018-01-101-3/+5
* Update error names in docs [ci skip]George Claghorn2018-01-101-3/+3
* Add missing `# frozen_string_literal: true`Ryuta Kamizono2018-01-113-0/+6
* Correct comment [ci skip]George Claghorn2018-01-101-1/+1
* Extract Analyzable and Representable concernsGeorge Claghorn2018-01-108-150/+158
* Change Active Storage destroy callbackskami-zh2018-01-092-2/+8
* Rebuild activestorage.jsJavan Makhmali2018-01-081-1/+1
* Work around Firefox's refusal to dispatch events on disabled elements. Fixes ...Javan Makhmali2018-01-081-1/+10
* Fix attaching blobs to optimistically-locked recordsGeorge Claghorn2018-01-081-2/+2
* Allow overriding filename in `Blob#service_url`Rosa Gutierrez2018-01-082-4/+15
* Document automatic width-height swapping [ci skip]George Claghorn2018-01-071-0/+2
* Remove redundant sentences [ci skip]George Claghorn2018-01-072-4/+2
* Tweak engine for readabilityGeorge Claghorn2018-01-071-11/+13
* Force content disposition to attachment for specific content typesRosa Gutierrez2018-01-055-2/+36
* Configure previewer/analyzer command paths centrallyGeorge Claghorn2018-01-035-23/+15
* Exclude ActiveStorage::SetBlob from API docs [ci skip]George Claghorn2018-01-021-1/+1
* Restore support for the -layers transformationGeorge Claghorn2018-01-023-14/+22
* Merge pull request #31606 from yhirano55/bump_license_years_for_2018Arun Agrawal2017-12-312-2/+2
|\
| * Bump license years for 2018Yoshiyuki Hirano2017-12-312-2/+2
* | Expose ActiveStorage::Analyzer#logger in API docs [ci skip]George Claghorn2017-12-311-1/+1
* | Expose ActiveStorage::Previewer#logger in API docs [ci skip]George Claghorn2017-12-311-2/+2
* | Suppress noise from drawing command invocationsGeorge Claghorn2017-12-311-1/+1
* | Append extension to tempfile nameGeorge Claghorn2017-12-313-2/+23
|/
* 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