| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Respond with 404 in ActiveStorage::DiskController#show when file missing | Cameron Bothner | 2018-08-21 | 3 | -0/+16 |
| * | Translate service-specific missing object exceptions into a generic one | Cameron Bothner | 2018-08-21 | 7 | -18/+102 |
* | | activestorage: yarn build | bogdanvlviv | 2018-08-19 | 1 | -4/+4 |
* | | Retry ActiveStorage::AnalyzeJobs on download integrity check failures | George Claghorn | 2018-08-19 | 1 | -0/+2 |
* | | Remove superfluous test | George Claghorn | 2018-08-19 | 1 | -10/+0 |
* | | Enable multiple submit buttons for Active Storage forms | Chris Seelus | 2018-08-18 | 2 | -2/+22 |
|/ |
|
* | Extract ActiveStorage::SetCurrent | George Claghorn | 2018-08-16 | 3 | -5/+23 |
* | Document all Active Storage error classes [ci skip] | George Claghorn | 2018-08-10 | 1 | -0/+8 |
* | Add a generic base class for Active Storage exceptions | George Claghorn | 2018-08-10 | 2 | -4/+14 |
* | Extract transformers | George Claghorn | 2018-08-10 | 6 | -70/+146 |
* | DRY up web image checks in ActiveStorage::Variant | George Claghorn | 2018-08-09 | 1 | -18/+24 |
* | Camelize instead of classifying | George Claghorn | 2018-08-06 | 1 | -1/+1 |
* | Improve ActiveStorage service adapter error handling | Joel Taylor | 2018-08-06 | 2 | -1/+9 |
* | Fix uploading Tempfiles to Azure Storage | George Claghorn | 2018-08-03 | 2 | -1/+18 |
* | Remove another unused require | George Claghorn | 2018-08-02 | 1 | -2/+0 |
* | Remove unused require | George Claghorn | 2018-08-01 | 1 | -2/+0 |
* | Retry ActiveStorage::PurgeJobs on DB deadlock | George Claghorn | 2018-07-31 | 1 | -0/+1 |
* | Guard against missing blobs caused by concurrent purges | George Claghorn | 2018-07-30 | 1 | -3/+3 |
* | Ignore concurrently-deleted files when deleting by prefix from GCS | George Claghorn | 2018-07-30 | 1 | -1/+7 |
* | Update ActiveStorage::Previewer docs | George Claghorn | 2018-07-29 | 1 | -2/+2 |
* | Clarify condition | George Claghorn | 2018-07-27 | 1 | -1/+1 |
* | Fix directly uploading zero-byte files | George Claghorn | 2018-07-27 | 2 | -2/+2 |
* | Log streaming downloads | George Claghorn | 2018-07-26 | 1 | -0/+2 |
* | Ignore ActiveRecord::InvalidForeignKey in ActiveStorage::Blob#purge | Jasper Martin | 2018-07-26 | 5 | -3/+95 |
* | 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 |
* | | Remove unused attribute | George Claghorn | 2018-07-21 | 2 | -5/+5 |
* | | Discard ActiveStorage::PurgeJobs on ActiveRecord::InvalidForeignKey | George Claghorn | 2018-07-20 | 2 | -1/+11 |
* | | 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 | 3 | -2/+3 |
* | | Delete attachment before purging blob | George Claghorn | 2018-07-19 | 1 | -2/+2 |