aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
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
* It may be better to explicitly require 'object/try' where we call `try`Akira Matsuda2019-08-011-0/+1
* Merge pull request #36792 from peterzhu2118/azure-content-dispositionGannon McGibbon2019-07-311-0/+15
|\
| * Upload file with filename and disposition for AzurePeter Zhu2019-07-311-0/+15
* | Merge pull request #36791 from peterzhu2118/s3-upload-dispositionGannon McGibbon2019-07-311-0/+17
|\ \
| * | Upload file with filename and disposition for S3Peter Zhu2019-07-311-0/+17
| |/
* | Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-291-1/+1
* | Use a smaller TIFF file as fixtureErshad Kunnakkadan2019-07-271-0/+0
|/
* Merge pull request #36715 from peterzhu2118/azure-content-typeEileen M. Uchitelle2019-07-241-0/+14
|\
| * Add content_type to upload in AzurePeter Zhu2019-07-241-0/+14
* | Merge pull request #36642 from wagenet/fix-disk-service-hostRafael França2019-07-231-2/+8
|\ \
| * | Fix host for ActiveStorage DiskServicePeter Wagenet2019-07-091-2/+8
* | | Preserve existing attachment assignment behavior for upgraded appsGeorge Claghorn2019-07-201-0/+26
* | | Revert "Merge pull request #36676 from wjessop/change_activestorage_metadata_...Ryuta Kamizono2019-07-171-1/+1
| |/ |/|
* | Different versions of ffprobe can return subtly different video lengthsWill Jessop2019-07-141-1/+1
* | Fix activestorage CI failure due to ffprove version differeceRyuta Kamizono2019-07-141-1/+0
|/
* Mirror direct uploadsGeorge Claghorn2019-05-224-59/+70
* S3: permit uploading files larger than 5 GBGeorge Claghorn2019-05-161-2/+20
* Remove outdated cross-origin redirection testsGeorge Claghorn2019-05-152-55/+0
* Don't fail ImageAnalyzer on unsupported typesGuilherme Mansur2019-04-241-0/+8
* Merge pull request #36045 from yfxie/fix-normalize-the-hash-of-transformationsGeorge Claghorn2019-04-211-0/+8
|\
| * normalize the hash of transformationsYi Feng2019-04-201-0/+8
* | Allow ActiveStorage to generate variants of BMP imagesYounes SERRAJ2019-04-212-0/+11
|/
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-013-7/+7
* Add ActiveStorage::Service#openGeorge Claghorn2019-03-281-5/+3
* [ActiveStorage] Ensure that the `_blob` association is properly loaded when a...Abhishek Chandrasekhar2019-02-262-0/+6
* Delegated path_for to primary in the MirrorServiceAbhay Nikam2019-02-141-0/+4
* include the content type when uploading to S3Simo Leone2019-01-241-0/+18
* Fix ArgumentError: Unsafe redirectYuichi Takeuchi2019-01-212-0/+55
* Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_devRafael França2019-01-081-0/+1
|\
| * enable_fragment_cache_loggingRob Jonson2018-10-091-0/+1
* | Permit generating variants of TIFF imagesLuciano Sousa2018-12-302-0/+11
* | Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-302-1/+5
* | Use 6.0 default configs in Active Storage test dummy appbogdanvlviv2018-12-301-1/+1
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-217-212/+180
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-212-2/+2
* | add require 'database/setup' in activestorage/test/service/s3_service_test.rbMarcelo Perini Veloso2018-12-011-0/+1
* | `metadata` is not passed to serviceyuuji.yaginuma2018-12-011-2/+1
* | Add a test with extra keys to active_storage Service#uploadYannick Schutz2018-11-301-0/+19
* | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2018-11-281-3/+3
* | text is treated as `attachment`yuuji.yaginuma2018-11-281-2/+2
* | Fix broken `ActiveStorage::BlobTest`yuuji.yaginuma2018-11-281-1/+1
* | Remove duplicated testyuuji.yaginuma2018-11-281-14/+0
* | Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-274-11/+78
|/
* Fix issue ActiveStorage direct upload diskGraham Conzett2018-10-071-0/+10
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-303-4/+73
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-232-33/+1
|\