aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Update ASt test services configGeorge Claghorn2018-03-121-0/+0
* Remove path config option from Azure serviceAndrew White2018-03-122-7/+10
* Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-067-35/+103
* Update test to reflect GCS direct upload header changeGeorge Claghorn2018-03-061-1/+1
* Allow selectively purging attached blobsNicholas Shirley2018-03-063-12/+46
* Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-054-25/+35
* Delete dependent attachments with recordGeorge Claghorn2018-03-053-2/+17
* Correct the ActiveStorage::Service#download_chunk docs [ci skip]George Claghorn2018-03-051-1/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-0514-55/+66
* Handle another case where a blob might be erroneously purgedGeorge Claghorn2018-03-042-5/+22
* Avoid purging attached blob when replacing it with itselfGeorge Claghorn2018-03-042-2/+18
* Merge Previews/Variants controller into one Representations controller.Kasper Timm Hansen2018-03-037-100/+74
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
* Rebuild activestorage.jsGeorge Claghorn2018-02-281-1/+1
* Handle file checksumming errorsGeorge Claghorn2018-02-281-0/+6
* Clear Blob's type before sending itGeorge Claghorn2018-02-262-2/+2
* Update test to reflect direct upload header changesGeorge Claghorn2018-02-261-1/+1
* Avoid specifying content types for direct uploads to Google Cloud StorageGeorge Claghorn2018-02-262-6/+5
* Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`bogdanvlviv2018-02-261-7/+0
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-252-1/+3
* Support varying ICO filesGeorge Claghorn2018-02-244-2/+21
* Allow S3 tests against buckets in other regionsAndrew White2018-02-212-2/+2
* Hoist update for clarityGeorge Claghorn2018-02-202-8/+8
* Undocument ActiveStorage::IdentificationGeorge Claghorn2018-02-201-1/+1
* Correct Range header syntaxGeorge Claghorn2018-02-201-1/+1
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-172-1/+8
* Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-7/+6
* Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* Use require_dependency inside Active StorageEugene Kenny2018-02-142-3/+9
* Document MuPDF version requirementGeorge Claghorn2018-02-131-1/+1
* Add ActiveStorage::Blob.unattached scopefatkodima2018-02-122-0/+19
* Use full class names when including concerns to avoid collisionsWojtek Wrona2018-02-121-1/+3
* Add missing requireGeorge Claghorn2018-02-111-0/+2
* Merge pull request #31927 from mrreynolds/patch-2Eileen M. Uchitelle2018-02-091-0/+8
|\
| * Document :combine_optionsRobert Glaser2018-02-081-0/+8
* | Fix `blob.service_url` for supports string or nil `:filename` option.Jason Lee2018-02-083-1/+13
|/
* Include source code in published activestorage npm packageRichard Macklin2018-02-063-3/+13
* Merge pull request #31854 from huacnlee/allow-more-options-for-service-urlGeorge Claghorn2018-02-012-2/+23
|\
| * Allow `ActiveStorage::Blob#service_url` to pass addition options to `service....Jason Lee2018-02-012-2/+23
* | 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