| Commit message (Expand) | Author | Age | Files | Lines |
* | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 2 | -0/+11 |
* | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 2 | -1/+5 |
* | Use 6.0 default configs in Active Storage test dummy app | bogdanvlviv | 2018-12-30 | 1 | -1/+1 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 7 | -212/+180 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -2/+2 |
* | add require 'database/setup' in activestorage/test/service/s3_service_test.rb | Marcelo Perini Veloso | 2018-12-01 | 1 | -0/+1 |
* | `metadata` is not passed to service | yuuji.yaginuma | 2018-12-01 | 1 | -2/+1 |
* | Add a test with extra keys to active_storage Service#upload | Yannick Schutz | 2018-11-30 | 1 | -0/+19 |
* | Fix "warning: ambiguous first argument; put parentheses or a space even after... | yuuji.yaginuma | 2018-11-28 | 1 | -3/+3 |
* | text is treated as `attachment` | yuuji.yaginuma | 2018-11-28 | 1 | -2/+2 |
* | Fix broken `ActiveStorage::BlobTest` | yuuji.yaginuma | 2018-11-28 | 1 | -1/+1 |
* | Remove duplicated test | yuuji.yaginuma | 2018-11-28 | 1 | -14/+0 |
* | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 4 | -11/+78 |
* | Fix issue ActiveStorage direct upload disk | Graham Conzett | 2018-10-07 | 1 | -0/+10 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 3 | -4/+73 |
* | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | Merge pull request #33829 from mtsmfm/encode-filename | Kasper Timm Hansen | 2018-09-23 | 2 | -33/+1 |
|\ |
|
| * | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 2 | -33/+1 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 2 | -3/+3 |
|/ |
|
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+1 |
* | Fix zero-byte files upload | Marcelo Perini Veloso | 2018-09-06 | 2 | -0/+7 |
* | Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi... | George Claghorn | 2018-08-22 | 2 | -0/+29 |
|\ |
|
| * | Respond with 404 in ActiveStorage::DiskController#show when file missing | Cameron Bothner | 2018-08-21 | 1 | -0/+8 |
| * | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 1 | -0/+21 |
* | | Remove superfluous test | George Claghorn | 2018-08-19 | 1 | -10/+0 |
|/ |
|
* | Improve ActiveStorage service adapter error handling | Joel Taylor | 2018-08-06 | 1 | -0/+6 |
* | Fix uploading Tempfiles to Azure Storage | George Claghorn | 2018-08-03 | 1 | -0/+17 |
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 3 | -2/+93 |
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -1/+1 |
|\ |
|
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -1/+1 |
* | | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey | George Claghorn | 2018-07-20 | 1 | -0/+10 |
* | | Test that ActiveStorage::Blob#purge fails when attachments exist | George Claghorn | 2018-07-20 | 1 | -0/+8 |
* | | Add a foreign-key constraint to the attachments table for blobs | George Claghorn | 2018-07-19 | 2 | -2/+2 |
* | | Remove unnecessary tap | George Claghorn | 2018-07-17 | 1 | -10/+8 |
* | | Fix replacing many attachments via assign and attach | George Claghorn | 2018-07-17 | 1 | -0/+36 |
* | | Correct test name | George Claghorn | 2018-07-16 | 1 | -1/+1 |
* | | Fix that successive ActiveStorage::Attached::Many#attach calls would overwrit... | George Claghorn | 2018-07-16 | 1 | -26/+11 |
* | | Test removing attachments via #attach | George Claghorn | 2018-07-16 | 2 | -12/+59 |
* | | Restore inadvertently-removed fallback | George Claghorn | 2018-07-15 | 1 | -0/+6 |
* | | Support HTTP Range downloads from disk | George Claghorn | 2018-07-15 | 1 | -2/+11 |
* | | Clear attachment changes on reload | George Claghorn | 2018-07-13 | 2 | -0/+16 |
* | | Implement ActiveStorage::Attached::{One,Many}#attach in terms of changes | George Claghorn | 2018-07-13 | 2 | -29/+153 |
* | | Fix that detaching could purge | George Claghorn | 2018-07-13 | 2 | -0/+32 |
* | | Fix analyzing new blobs from uploaded files on attach | George Claghorn | 2018-07-13 | 2 | -0/+116 |
* | | Discard ActiveStorage::PurgeJobs for missing blobs | George Claghorn | 2018-07-11 | 1 | -0/+27 |
* | | Raise an ArgumentError instead of a RuntimeError | George Claghorn | 2018-07-08 | 2 | -2/+2 |
* | | Store newly-uploaded files on save rather than assignment | George Claghorn | 2018-07-07 | 7 | -531/+680 |
* | | Fix that models can clobber each others' attachment reflections | George Claghorn | 2018-07-07 | 2 | -14/+23 |
|/ |
|
* | Generate a new key for each service test | George Claghorn | 2018-06-25 | 6 | -20/+20 |
* | Permit configuring the default service URL expiry | George Claghorn | 2018-06-21 | 1 | -3/+3 |