| Commit message (Expand) | Author | Age | Files | Lines |
* | [ActiveStorage] Ensure that the `_blob` association is properly loaded when a... | Abhishek Chandrasekhar | 2019-02-26 | 2 | -0/+6 |
* | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 1 | -0/+11 |
* | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 2 | -1/+5 |
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 1 | -57/+49 |
* | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -2/+2 |
* | Fix broken `ActiveStorage::BlobTest` | yuuji.yaginuma | 2018-11-28 | 1 | -1/+1 |
* | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 2 | -8/+21 |
* | 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 | 1 | -2/+2 |
|/ |
|
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 3 | -2/+93 |
* | 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 |
* | 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 |
* | 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 | 6 | -531/+674 |
* | Fix that models can clobber each others' attachment reflections | George Claghorn | 2018-07-07 | 1 | -14/+19 |
* | Permit configuring the default service URL expiry | George Claghorn | 2018-06-21 | 1 | -3/+3 |
* | 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 | 1 | -2/+2 |
* | 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 |
* | Generate getter and setter methods in mixin | Josh Susser | 2018-05-17 | 1 | -0/+54 |
* | Add ActiveStorage::Blob#open | George Claghorn | 2018-05-16 | 1 | -0/+9 |
* | Add option to ActiveStorage::Blob to set extract_content_type_from_io | Ryan Davidson | 2018-05-08 | 1 | -0/+10 |
* | Stream blobs from disk in 5 MB chunks | George Claghorn | 2018-04-29 | 1 | -3/+3 |
* | Merge pull request #31956 from fatkodima/has_attached-presence-validation | Eileen M. Uchitelle | 2018-04-27 | 1 | -0/+30 |
|\ |
|
| * | has_(one/many)_attached presence validation | fatkodima | 2018-02-11 | 1 | -0/+30 |
* | | Show ImageProcessing macros in a dedicated example | Janko Marohnić | 2018-04-23 | 1 | -3/+13 |
* | | Rename ActiveStorage.processor to .variant_processor | Janko Marohnić | 2018-04-22 | 1 | -4/+4 |
* | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 1 | -12/+35 |
* | | Use a current model to provide the host for service urls | Andrew White | 2018-04-06 | 1 | -1/+1 |
* | | Flip the order of the after_create callbacks | Dwight Watson | 2018-03-27 | 1 | -3/+13 |
* | | Allow selectively purging attached blobs | Nicholas Shirley | 2018-03-06 | 1 | -0/+28 |
* | | Fix purging dependent blobs when attachments aren't loaded | George Claghorn | 2018-03-05 | 1 | -2/+16 |
* | | Delete dependent attachments with record | George Claghorn | 2018-03-05 | 1 | -0/+14 |