aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Mirror direct uploadsGeorge Claghorn2019-05-221-1/+3
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* use "minitest" consistentlyXavier Noria2018-09-111-2/+1
* Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-071-0/+6
* Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-071-0/+4
* Add option to ActiveStorage::Blob to set extract_content_type_from_ioRyan Davidson2018-05-081-2/+2
* Move #extract_metadata_from to ActiveStorage's TestHelperRicardo Díaz2018-04-251-0/+4
* Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-1/+1
* Use a current model to provide the host for service urlsAndrew White2018-04-061-0/+8
* Flip the order of the after_create callbacksDwight Watson2018-03-271-0/+10
* Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-051-0/+2
* Delete dependent attachments with recordGeorge Claghorn2018-03-051-0/+1
* Generate root-relative paths in Active Storage disk service URL methodsGeorge Claghorn2018-03-051-3/+0
* Provide a sensible default hostGeorge Claghorn2018-01-161-1/+1
* Extract content types from blob dataGeorge Claghorn2018-01-151-1/+4
* Fix direct uploads to local serviceGeorge Claghorn2017-11-201-0/+1
* Preserve existing metadata when analyzing a blobGeorge Claghorn2017-11-131-2/+2
* Extract metadata from images and videosGeorge Claghorn2017-10-221-4/+2
* Use `require_relative` instead of `require` with full path in activestorage/bogdanvlviv2017-10-131-1/+1
* Define path with __dir__ in activestorage/bogdanvlviv2017-10-131-2/+2
* Preview PDFs and videosGeorge Claghorn2017-09-281-3/+4
* Use nil Logger for testsJon Moss2017-08-171-1/+1
* Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+2
* 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
* | Run Active Storage tests in CI (#30144)George Claghorn2017-08-101-2/+11
|/
* Filter out Minitest backtrace.dixpac2017-08-071-0/+4
* Let ActiveStorage tests pass only for Diskclaudiob2017-08-011-1/+3
* Setup travis to be able to run CI tests against S3David Heinemeier Hansson2017-07-311-1/+1
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-311-0/+54