aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a foreign-key constraint to the attachments table for blobsGeorge Claghorn2018-07-192-2/+2
* | Remove unnecessary tapGeorge Claghorn2018-07-171-10/+8
* | Fix replacing many attachments via assign and attachGeorge Claghorn2018-07-171-0/+36
* | Correct test nameGeorge Claghorn2018-07-161-1/+1
* | Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...George Claghorn2018-07-161-26/+11
* | Test removing attachments via #attachGeorge Claghorn2018-07-162-12/+59
* | Restore inadvertently-removed fallbackGeorge Claghorn2018-07-151-0/+6
* | Support HTTP Range downloads from diskGeorge Claghorn2018-07-151-2/+11
* | Clear attachment changes on reloadGeorge Claghorn2018-07-132-0/+16
* | Implement ActiveStorage::Attached::{One,Many}#attach in terms of changesGeorge Claghorn2018-07-132-29/+153
* | Fix that detaching could purgeGeorge Claghorn2018-07-132-0/+32