aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* Introduce ActiveStorage::Attached::{One,Many}#detachGeorge Claghorn2017-11-141-0/+26
* Preserve existing metadata when analyzing a blobGeorge Claghorn2017-11-132-2/+27
* Fix streaming downloads from S3/Azure StorageGeorge Claghorn2017-11-061-0/+10
* Extract metadata from images and videosGeorge Claghorn2017-10-228-5/+117
* Use `require_relative` instead of `require` with full path in activestorage/bogdanvlviv2017-10-131-1/+1
* Define path with __dir__ in activestorage/bogdanvlviv2017-10-133-4/+4
* Introduce ActiveStorage::Blob#representationGeorge Claghorn2017-10-122-0/+43
* Replace variation key use with SHA256 of key to prevent long filenameskhall2017-10-051-0/+5
* Fix `test "signed URL generation"` failureRyuta Kamizono2017-09-301-1/+1
* Preview PDFs and videosGeorge Claghorn2017-09-2816-17/+128
* Add `with_attached_*` scope to `has_one_attached` macroYoshiyuki Hirano2017-09-191-0/+13
* Rename activestorage/test/service/configurations.yml to activestorage/test/se...George Claghorn2017-09-111-0/+0
* Fix replacing a singular attachmentGeorge Claghorn2017-08-291-0/+25
* Fix order of Active Storage DiskService URL parametersKoichi ITO2017-08-261-1/+1
* Merge pull request #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-231-3/+3
|\
| * Do not generate default alt text in image tagsCameron Cundiff2017-08-171-3/+3
* | Use 5.2 version of ActiveRecord::Migration for Active Storagebogdanvlviv2017-08-221-1/+1
* | Encode Content-Disposition filenames according to RFC 2231George Claghorn2017-08-213-3/+35
* | Update regexGeorge Claghorn2017-08-201-1/+1
* | Fix testsGeorge Claghorn2017-08-204-4/+4
* | DRYGeorge Claghorn2017-08-202-3/+3
* | Rename ActiveStorage::Filename#extname to extension_with_delimiterGeorge Claghorn2017-08-201-0/+18
* | Merge pull request #30292 from maclover7/jm-ast-purgeGeorge Claghorn2017-08-171-0/+7
|\ \
| * | Add missing test for Blob#purgeJon Moss2017-08-171-0/+7
| |/
* / Use nil Logger for testsJon Moss2017-08-171-1/+1
|/
* Move test to its proper placeGeorge Claghorn2017-08-141-0/+0
* Run Active Storage service tests in CIGeorge Claghorn2017-08-141-0/+0
* Should escape regexp wildcard character `.`Koichi ITO2017-08-143-4/+4
* Use frozen string literal in Active StorageKoichi ITO2017-08-1245-3/+89
* Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-fileRafael França2017-08-111-1/+7
|\
| * Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H...Isaac Betesh2017-08-111-1/+7
* | Merge pull request #30113 from dixpac/remove_unecessary_require_in_test_helperRafael França2017-08-111-2/+0
|\ \
| * | Remove unecessary require in test_helperdixpac2017-08-091-2/+0
* | | Enable browser caching for blobs and variants (#30196)Anton Khamets2017-08-111-0/+15
| |/ |/|
* | Run Active Storage tests in CI (#30144)George Claghorn2017-08-104-20/+18
|/
* Merge pull request #30112 from dixpac/filter_minitest_backtraceRafael França2017-08-081-0/+4
|\
| * Filter out Minitest backtrace.dixpac2017-08-071-0/+4
* | Merge pull request #30135 from ffmike/azure-storage-fix-content-typeRafael Mendonça França2017-08-081-1/+8
|\ \
| * | Support content_type in AzureStorageService#urlMike Gunderloy2017-08-081-0/+9
* | | ActiveStorage:Add migrations per rails engine conventions (#30111)Dino Maric2017-08-081-2/+1
|/ /
* / Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-071-0/+40
|/
* Fix ruby warningsyuuji.yaginuma2017-08-055-9/+9
* Rename Azure to AzureStorage (#30057)Dino Maric2017-08-043-5/+5
* Fix tests for AWS buckets that include a . (#30059)Claudio B2017-08-042-3/+7
* Make Rubocop happier about ActiveStorageclaudiob2017-08-031-1/+1
* Fix `Style/StringLiterals` violations for Active StorageRyuta Kamizono2017-08-0315-25/+25
* Skip if credentials aren't providedDavid Heinemeier Hansson2017-08-012-2/+2
* Fix dummy app for inclusion in RailsDavid Heinemeier Hansson2017-08-011-2/+1
* Merge pull request #30030 from claudiob/only-diskGuillermo Iguaran2017-08-011-1/+3
|\
| * Let ActiveStorage tests pass only for Diskclaudiob2017-08-011-1/+3