aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/models/blob_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-5/+5
* Add ActiveStorage::Service#openGeorge Claghorn2019-03-281-5/+3
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-0/+4
* Fix broken `ActiveStorage::BlobTest`yuuji.yaginuma2018-11-281-1/+1
* Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-271-7/+20
* Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-1/+1
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-261-2/+2
* Test that ActiveStorage::Blob#purge fails when attachments existGeorge Claghorn2018-07-201-0/+8
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-071-14/+8
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-3/+3
* Remove errant debugger callGeorge Claghorn2018-05-301-1/+0
* Include blob ID in tempfile name for debugging convenienceGeorge Claghorn2018-05-301-5/+9
* Verify integrity after chunked downloadGeorge Claghorn2018-05-281-1/+11
* Permit opening a blob in a custom tempdirGeorge Claghorn2018-05-171-0/+12
* Add ActiveStorage::Blob#openGeorge Claghorn2018-05-161-0/+9
* Add option to ActiveStorage::Blob to set extract_content_type_from_ioRyan Davidson2018-05-081-0/+10
* Stream blobs from disk in 5 MB chunksGeorge Claghorn2018-04-291-3/+3
* Use a current model to provide the host for service urlsAndrew White2018-04-061-1/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-051-1/+1
* Add ActiveStorage::Blob.unattached scopefatkodima2018-02-121-0/+17
* Fix `blob.service_url` for supports string or nil `:filename` option.Jason Lee2018-02-081-0/+2
* Allow `ActiveStorage::Blob#service_url` to pass addition options to `service....Jason Lee2018-02-011-0/+20
* Add a test for ActiveStorage::Blob#image? and ActiveStorage::Blob#video?Shuhei Kitagawa2018-01-291-0/+12
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Extract content types from blob dataGeorge Claghorn2018-01-151-1/+11
* Allow overriding filename in `Blob#service_url`Rosa Gutierrez2018-01-081-3/+14
* Force content disposition to attachment for specific content typesRosa Gutierrez2018-01-051-0/+9
* Purge variants with their blobsGeorge Claghorn2017-12-021-1/+9
* Encode Content-Disposition filenames according to RFC 2231George Claghorn2017-08-211-1/+1
* DRYGeorge Claghorn2017-08-201-1/+1
* Add missing test for Blob#purgeJon Moss2017-08-171-0/+7
* Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+2
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-311-0/+47