| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix "warning: Net::HTTPResponse#header is obsolete" | yuuji.yaginuma | 2018-06-17 | 1 | -1/+1 |
* | Refactor activestorage/test/models/attached_test.rb | bogdanvlviv | 2018-06-07 | 1 | -19/+21 |
* | Merge pull request #33018 from kddeisz/defined-attachments | Rafael França | 2018-06-01 | 1 | -0/+29 |
|\ |
|
| * | Move ActiveStorage reflection logic entirely into ActiveStorage | Kevin Deisz | 2018-05-31 | 1 | -2/+2 |
| * | Reflection for attachments | Kevin Deisz | 2018-05-30 | 1 | -0/+29 |
* | | Remove errant debugger call | George Claghorn | 2018-05-30 | 1 | -1/+0 |
* | | Include blob ID in tempfile name for debugging convenience | George Claghorn | 2018-05-30 | 1 | -5/+9 |
|/ |
|
* | Verify integrity after chunked download | George Claghorn | 2018-05-28 | 1 | -1/+11 |
* | Change video preview format from PNG to JPG | Javan Makhmali | 2018-05-23 | 2 | -4/+5 |
* | Merge pull request #32144 from kazu9su/master | George Claghorn | 2018-05-22 | 1 | -0/+4 |
|\ |
|
| * | Add ActiveStorage::Service::DiskService#url_for_direct_upload test | tommy | 2018-03-01 | 1 | -0/+4 |
* | | Disable variant options when false or nil present | Jacob Smith | 2018-05-21 | 1 | -0/+61 |
* | | Permit opening a blob in a custom tempdir | George Claghorn | 2018-05-17 | 1 | -0/+12 |