aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
Commit message (Expand)AuthorAgeFilesLines
* Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att...bogdanvlviv2018-09-161-0/+4
* Configure Active Storage route prefixChris Bisnett2018-09-144-12/+19
* use "minitest" consistentlyXavier Noria2018-09-111-2/+1
* Fix zero-byte files uploadMarcelo Perini Veloso2018-09-063-1/+12
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-232-5/+14
* Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-...George Claghorn2018-08-232-20/+7
* Handle only specifically relevant Azure HTTPErrorsCameron Bothner2018-08-232-7/+20
* Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi...George Claghorn2018-08-229-18/+118
|\
| * Respond with 404 in ActiveStorage::DiskController#show when file missingCameron Bothner2018-08-213-0/+16
| * Translate service-specific missing object exceptions into a generic oneCameron Bothner2018-08-217-18/+102
* | activestorage: yarn buildbogdanvlviv2018-08-191-4/+4
* | Retry ActiveStorage::AnalyzeJobs on download integrity check failuresGeorge Claghorn2018-08-191-0/+2
* | Remove superfluous testGeorge Claghorn2018-08-191-10/+0
* | Enable multiple submit buttons for Active Storage formsChris Seelus2018-08-182-2/+22
|/
* Extract ActiveStorage::SetCurrentGeorge Claghorn2018-08-163-5/+23
* Document all Active Storage error classes [ci skip]George Claghorn2018-08-101-0/+8
* Add a generic base class for Active Storage exceptionsGeorge Claghorn2018-08-102-4/+14
* Extract transformersGeorge Claghorn2018-08-106-70/+146
* DRY up web image checks in ActiveStorage::VariantGeorge Claghorn2018-08-091-18/+24
* Camelize instead of classifyingGeorge Claghorn2018-08-061-1/+1
* Improve ActiveStorage service adapter error handlingJoel Taylor2018-08-062-1/+9
* Fix uploading Tempfiles to Azure StorageGeorge Claghorn2018-08-032-1/+18
* Remove another unused requireGeorge Claghorn2018-08-021-2/+0
* Remove unused requireGeorge Claghorn2018-08-011-2/+0
* Retry ActiveStorage::PurgeJobs on DB deadlockGeorge Claghorn2018-07-311-0/+1
* Guard against missing blobs caused by concurrent purgesGeorge Claghorn2018-07-301-3/+3
* Ignore concurrently-deleted files when deleting by prefix from GCSGeorge Claghorn2018-07-301-1/+7
* Update ActiveStorage::Previewer docsGeorge Claghorn2018-07-291-2/+2
* Clarify conditionGeorge Claghorn2018-07-271-1/+1
* Fix directly uploading zero-byte filesGeorge Claghorn2018-07-272-2/+2
* Log streaming downloadsGeorge Claghorn2018-07-261-0/+2
* Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purgeJasper Martin2018-07-265-3/+95
* 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
* | Remove unused attributeGeorge Claghorn2018-07-212-5/+5
* | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKeyGeorge Claghorn2018-07-202-1/+11
* | 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-193-2/+3
* | Delete attachment before purging blobGeorge Claghorn2018-07-191-2/+2
* | Destroy blob record before deleting stored dataGeorge Claghorn2018-07-191-1/+1
* | Link between ActiveStorage::Blob#purge, #purge_later, and #delete [ci skip]George Claghorn2018-07-181-5/+5
* | Clarify the ActiveStorage::Attachment#purge and #purge_later docsGeorge Claghorn2018-07-181-2/+2
* | Remove unnecessary tapGeorge Claghorn2018-07-171-10/+8
* | Fix replacing many attachments via assign and attachGeorge Claghorn2018-07-172-0/+40
* | Correct test nameGeorge Claghorn2018-07-161-1/+1
* | Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit...George Claghorn2018-07-162-27/+22
* | Test removing attachments via #attachGeorge Claghorn2018-07-162-12/+59
* | Restore inadvertently-removed fallbackGeorge Claghorn2018-07-152-1/+8
* | Support HTTP Range downloads from diskGeorge Claghorn2018-07-153-20/+30
* | Clear attachment changes on reloadGeorge Claghorn2018-07-133-0/+20