aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix analyzing new blobs from uploaded files on attachGeorge Claghorn2018-07-132-0/+116
* | Discard ActiveStorage::PurgeJobs for missing blobsGeorge Claghorn2018-07-111-0/+27
* | Raise an ArgumentError instead of a RuntimeErrorGeorge Claghorn2018-07-082-2/+2
* | Store newly-uploaded files on save rather than assignmentGeorge Claghorn2018-07-077-531/+680
* | Fix that models can clobber each others' attachment reflectionsGeorge Claghorn2018-07-072-14/+23
|/
* Generate a new key for each service testGeorge Claghorn2018-06-256-20/+20
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-3/+3
* Fix "warning: Net::HTTPResponse#header is obsolete"yuuji.yaginuma2018-06-171-1/+1
* Refactor activestorage/test/models/attached_test.rbbogdanvlviv2018-06-071-19/+21
* Merge pull request #33018 from kddeisz/defined-attachmentsRafael França2018-06-011-0/+29
|\