| Commit message (Expand) | Author | Age | Files | Lines |
* | Return `nil` instead of `false` if raise `Azure::Core::Http::HTTPError` | Yoshiyuki Hirano | 2017-12-12 | 1 | -1/+1 |
* | Swap raw video width and height if angle is 90 or 270 degrees | George Claghorn | 2017-12-08 | 1 | -1/+13 |
* | Fix customizing Content-Type via GCS service URLs | George Claghorn | 2017-12-07 | 1 | -1/+7 |
* | Fix instrumention name: delete_prefixed like the others. | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+1 |
* | Purge variants with their blobs | George Claghorn | 2017-12-02 | 7 | -29/+79 |
* | Make ASt previewer/analyzer binary paths configurable | George Claghorn | 2017-12-01 | 4 | -4/+32 |
* | Add ActiveStorage::Previewer#logger to match ActiveStorage::Analyzer#logger | George Claghorn | 2017-11-30 | 1 | -0/+4 |
* | Use `credentials` instead of `keyfile` in GCS sevice | yuuji.yaginuma | 2017-11-29 | 1 | -0/+2 |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 1 | -1/+1 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 1 | -1/+1 |
* | Avoid connecting to GCS during app boot | George Claghorn | 2017-11-23 | 1 | -5/+12 |
* | Provide attachment writers | George Claghorn | 2017-11-20 | 1 | -0/+8 |
* | Permit attaching files to new records | George Claghorn | 2017-11-19 | 2 | -5/+9 |
* | Introduce ActiveStorage::Attached::{One,Many}#detach | George Claghorn | 2017-11-14 | 2 | -7/+14 |
* | Remove needless block parameter | George Claghorn | 2017-11-07 | 1 | -1/+1 |
* | Fix streaming downloads from S3/Azure Storage | George Claghorn | 2017-11-06 | 2 | -7/+7 |
* | Permit configuring Active Storage's job queue | George Claghorn | 2017-11-03 | 2 | -14/+6 |
* | Allow third-party previewers/analyzers to customize their tempdirs | George Claghorn | 2017-11-02 | 2 | -3/+10 |
* | Use the indicative mood consistently [ci skip] | George Claghorn | 2017-10-22 | 1 | -1/+1 |
* | Fix links [ci skip] | George Claghorn | 2017-10-22 | 1 | -2/+2 |
* | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 13 | -30/+218 |
* | [Active Storage] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Fix "warning: `*' interpreted as argument prefix" | Ryuta Kamizono | 2017-09-30 | 1 | -1/+1 |
* | Preview PDFs and videos | George Claghorn | 2017-09-28 | 10 | -7/+135 |
* | Add `with_attached_*` scope to `has_one_attached` macro | Yoshiyuki Hirano | 2017-09-19 | 1 | -0/+6 |
* | Fix file missing in activestorage's example code [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 2 | -2/+2 |
* | Avoid making HTTP requests to generate signed URLs for GCS objects | George Claghorn | 2017-09-13 | 1 | -3/+3 |
* | Add credentials using a generic EncryptedConfiguration class (#30067) | David Heinemeier Hansson | 2017-09-11 | 1 | -3/+1 |
* | Use v3 of the AWS SDK | Yuji Yaginuma | 2017-09-09 | 1 | -3/+3 |
* | Accept GCS client options | George Claghorn | 2017-09-01 | 1 | -2/+2 |
* | Ignore files already deleted on GCS file deletions | Rosa Gutierrez | 2017-08-31 | 1 | -1/+5 |
* | Refactor | George Claghorn | 2017-08-29 | 1 | -12/+10 |
* | Fix replacing a singular attachment | George Claghorn | 2017-08-29 | 3 | -7/+25 |
* | Update Active Storage docs [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 2 | -2/+2 |
* | Fix order of Active Storage DiskService URL parameters | Koichi ITO | 2017-08-26 | 1 | -1/+1 |
* | Fix syntax error | George Claghorn | 2017-08-20 | 1 | -1/+1 |
* | DRY | George Claghorn | 2017-08-20 | 4 | -10/+14 |
* | Merge pull request #30280 from koic/change_namespace_of_active_storage_rake_task | Ryuta Kamizono | 2017-08-16 | 1 | -1/+1 |
|\ |
|
| * | Change namespace of Active Storage rake task | Koichi ITO | 2017-08-16 | 1 | -1/+1 |
* | | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -2/+2 |
|/ |
|
* | minor tweaks in Active Storage after a walkthrough | Xavier Noria | 2017-08-15 | 8 | -9/+9 |
* | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 16 | -1/+33 |
* | Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-file | Rafael França | 2017-08-11 | 1 | -1/+1 |
|\ |
|
| * | Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H... | Isaac Betesh | 2017-08-11 | 1 | -1/+1 |
* | | Merge pull request #30147 from yhirano55/fix_trailing_blank_lines | Rafael França | 2017-08-11 | 2 | -2/+0 |
|\ \ |
|
| * | | [Active Storage] `rubocop -a --only Layout/TrailingBlankLines` | Yoshiyuki Hirano | 2017-08-09 | 3 | -3/+1 |
* | | | Evaluate `@active_storage_attached_#{name}` only once | Ryuta Kamizono | 2017-08-12 | 1 | -12/+8 |
* | | | Fix formatting of Active Storage docs [ci skip] | Koichi ITO | 2017-08-11 | 2 | -2/+2 |
* | | | Fix formatting of Active Storage docs [ci skip] | yuuji.yaginuma | 2017-08-11 | 9 | -36/+36 |
| |/
|/| |
|
* | | Isolate ActiveStorage namespaces (#30095) | Dino Maric | 2017-08-10 | 2 | -1/+3 |
|/ |
|