aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-132-33/+1
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-3/+3
|/
* use "minitest" consistentlyXavier Noria2018-09-111-2/+1
* Fix zero-byte files uploadMarcelo Perini Veloso2018-09-062-0/+7
* Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi...George Claghorn2018-08-222-0/+29
|\
| * Respond with 404 in ActiveStorage::DiskController#show when file missingCameron Bothner2018-08-211-0/+8
| * Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-211-0/+21
* | Remove superfluous testGeorge Claghorn2018-08-191-10/+0
|/
* Improve ActiveStorage service adapter error handlingJoel Taylor2018-08-061-0/+6
* Fix uploading Tempfiles to Azure StorageGeorge Claghorn2018-08-031-0/+17
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-263-2/+93
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKeyGeorge Claghorn2018-07-201-0/+10
* | Test that ActiveStorage::Blob#purge fails when attachments existGeorge Claghorn2018-07-201-0/+8