| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #33419 from bogdanvlviv/update-active_storage | George Claghorn | 2019-01-16 | 2 | -0/+14 |
|\ |
|
| * | Add foreign key to active_storage_attachments for `blob_id` via new migration | bogdanvlviv | 2019-01-16 | 2 | -0/+14 |
* | | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 1 | -2/+1 |
|/ |
|
* | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 2 | -2/+2 |
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+3 |
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -3/+0 |
* | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_dev | Rafael França | 2019-01-08 | 1 | -0/+1 |
|\ |
|
| * | enable_fragment_cache_logging | Rob Jonson | 2018-10-09 | 1 | -0/+1 |
* | | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 6 | -3/+31 |
* | | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 2 | -2/+2 |
* | | Permit generating variants of TIFF images | Luciano Sousa | 2018-12-30 | 4 | -0/+17 |
* | | Make Active Storage blob keys lowercase | Julik Tarkhanov | 2018-12-30 | 4 | -4/+24 |
* | | Use 6.0 default configs in Active Storage test dummy app | bogdanvlviv | 2018-12-30 | 1 | -1/+1 |
* | | Don’t include an undefined X-CSRF-Token header | Cameron Bothner | 2018-12-27 | 3 | -2/+15 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 11 | -280/+224 |
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 2 | -2/+2 |
* | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
* | | Merge pull request #34585 from marceloperini/marceloperini/33795 | Yuji Yaginuma | 2018-12-03 | 1 | -0/+1 |
|\ \ |
|
| * | | add require 'database/setup' in activestorage/test/service/s3_service_test.rb | Marcelo Perini Veloso | 2018-12-01 | 1 | -0/+1 |
* | | | Remove obsolete yarn.lock files and check in root yarn.lock file | Richard Macklin | 2018-12-02 | 1 | -1923/+0 |
|/ / |
|
* | | `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 `ArgumentError` when uploading to amazon s3 | Hiroki Sanpei | 2018-11-28 | 2 | -1/+5 |
* | | 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 |
* | | Fix minor Active Storage docs typo [ci skip] | Adrian Hawrylak | 2018-11-28 | 1 | -1/+1 |
* | | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 14 | -38/+172 |
* | | ASt direct uploads: account for <button type="submit"> elements | Tasos Maschalidis | 2018-11-24 | 2 | -4/+4 |
* | | Add progressive JPG to default variable content types | Maurice Kühlborn | 2018-11-21 | 2 | -0/+5 |
* | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
* | | update activestorage attachment model documentation reflect recent behavior c... | Kyle Keesling | 2018-10-24 | 1 | -3/+2 |
|/ |
|
* | Point to requiring the ASt engine in the installation instructions [ci skip] | Donnie Propst | 2018-10-08 | 1 | -0/+2 |
* | Use content_mime_type | Graham Conzett | 2018-10-08 | 1 | -2/+1 |
* | Fix issue ActiveStorage direct upload disk | Graham Conzett | 2018-10-07 | 2 | -1/+12 |
* | 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 | 5 | -76/+5 |
|\ |
|
| * | Encode Content-Disposition filenames on send_data and send_file | Fumiaki MATSUSHIMA | 2018-09-13 | 5 | -76/+5 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 2 | -3/+3 |
* | | Raise `ActiveRecord::InvalidForeignKey` in `before_destroy` for a blob if att... | bogdanvlviv | 2018-09-16 | 1 | -0/+4 |
* | | Configure Active Storage route prefix | Chris Bisnett | 2018-09-14 | 4 | -12/+19 |
|/ |
|
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+1 |
* | Fix zero-byte files upload | Marcelo Perini Veloso | 2018-09-06 | 3 | -1/+12 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 2 | -5/+14 |
* | Revert "Merge pull request #33667 from cbothner/azure-service-swallowing-all-... | George Claghorn | 2018-08-23 | 2 | -20/+7 |
* | Handle only specifically relevant Azure HTTPErrors | Cameron Bothner | 2018-08-23 | 2 | -7/+20 |
* | Merge pull request #33666 from cbothner/fail-gracefully-from-activestorage-fi... | George Claghorn | 2018-08-22 | 9 | -18/+118 |
|\ |
|