aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Use the full class name for the JSON coder, as there may be anotherRenaud Chaput2018-02-011-1/+1
* Correct orientation detectionGeorge Claghorn2018-01-312-3/+3
* Swap encoded image width and height if angle is 90 or 270 degreesGeorge Claghorn2018-01-313-3/+26
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-303-37/+5
* Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video?Shuhei Kitagawa2018-01-291-0/+12
* Eliminate ActiveStorage::Service::MirrorServiceTest#uploadShuhei Kitagawa2018-01-271-16/+16
* Unlink internal tempfiles after useGeorge Claghorn2018-01-262-2/+22
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-256-24/+24
* Add missing requireGeorge Claghorn2018-01-221-3/+5
* Cope with videos with undefined display aspect ratiosGeorge Claghorn2018-01-203-2/+15
* Use helper methodGeorge Claghorn2018-01-191-1/+2
* Preserve display aspect ratio for videos with rectangular samplesGeorge Claghorn2018-01-194-19/+62
* Revert "Merge pull request #31434 from olivierlacan/boot-feedback"Matthew Draper2018-01-191-4/+0
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* 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