| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept variation keys in #preview and #variant | George Claghorn | 2017-10-12 | 2 | -7/+12 |
* | Introduce ActiveStorage::Blob#representation | George Claghorn | 2017-10-12 | 4 | -0/+73 |
* | Replace variation key use with SHA256 of key to prevent long filenames | khall | 2017-10-05 | 2 | -1/+6 |
* | Fix third-party system libraries list in ActiveStorage::Preview [ci skip] | Yoshiyuki Hirano | 2017-10-04 | 1 | -2/+2 |
* | Associate blobs with their attachments | George Claghorn | 2017-10-03 | 1 | -0/+2 |
* | Fix `test "signed URL generation"` failure | Ryuta Kamizono | 2017-09-30 | 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 | 35 | -68/+436 |
* | Set version in activestorage/package.json in proper format. | bogdanvlviv | 2017-09-27 | 1 | -1/+1 |
* | Fixed broken `bundle exec rake install` | yalab | 2017-09-26 | 1 | -0/+2 |
* | Add missing word [ci skip] | George Claghorn | 2017-09-20 | 1 | -1/+1 |
* | Flesh out ActiveStorage::Filename docs | George Claghorn | 2017-09-20 | 1 | -6/+14 |
* | Merge pull request #30629 from yhirano55/add_scope_to_has_one_attached_macro | Eileen M. Uchitelle | 2017-09-20 | 2 | -0/+19 |
|\ |
|
| * | Add `with_attached_*` scope to `has_one_attached` macro | Yoshiyuki Hirano | 2017-09-19 | 2 | -0/+19 |
* | | Remove unused require in ActiveStorage::Variation | Yoshiyuki Hirano | 2017-09-18 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #30628 from yhirano55/add_local_option_to_message_form | Ryuta Kamizono | 2017-09-17 | 1 | -1/+1 |
|\ |
|
| * | Add local option to Message form [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 1 | -1/+1 |
* | | Fix file missing in activestorage's example code [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 3 | -3/+3 |
|/ |
|
* | Don't expose Active Storage routes | yuuji.yaginuma | 2017-09-16 | 1 | -5/+5 |
* | Avoid making HTTP requests to generate signed URLs for GCS objects | George Claghorn | 2017-09-13 | 1 | -3/+3 |
* | Fix activestorage direct upload on firefox | _N_I_X_O_N_ | 2017-09-12 | 3 | -1/+3 |
* | Rename activestorage/test/service/configurations.yml to activestorage/test/se... | George Claghorn | 2017-09-11 | 1 | -0/+0 |
* | 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 |
* | Have attachments touch their records | George Claghorn | 2017-08-31 | 1 | -1/+1 |
* | 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 | 4 | -7/+50 |
* | Update Active Storage docs [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 4 | -9/+17 |
* | Synchronously destroy attachments | George Claghorn | 2017-08-29 | 2 | -9/+7 |
* | Fix order of Active Storage DiskService URL parameters | Koichi ITO | 2017-08-26 | 2 | -2/+2 |
* | Enable links in Active Storage docs [ci skip] | Yoshiyuki Hirano | 2017-08-26 | 2 | -2/+2 |
* | Fix link in doc for active storage [ci skip] | Yoshiyuki Hirano | 2017-08-25 | 1 | -1/+1 |
* | Widen blob size column | George Claghorn | 2017-08-24 | 1 | -1/+1 |
* | Merge pull request #30213 from ckundo/ccundiff-alt-text-default | Rafael Mendonça França | 2017-08-23 | 1 | -3/+3 |
|\ |
|
| * | Do not generate default alt text in image tags | Cameron Cundiff | 2017-08-17 | 1 | -3/+3 |
* | | Use 5.2 version of ActiveRecord::Migration for Active Storage | bogdanvlviv | 2017-08-22 | 2 | -2/+2 |
* | | Merge pull request #30356 from bogdanvlviv/remove-frozen_string_literal-from-... | Kasper Timm Hansen | 2017-08-22 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove frozen_string_literal comment from activestorage's migration | bogdanvlviv | 2017-08-22 | 1 | -2/+0 |
* | | | Add frozen string literal pragma | George Claghorn | 2017-08-21 | 1 | -0/+2 |
* | | | Encode Content-Disposition filenames according to RFC 2231 | George Claghorn | 2017-08-21 | 6 | -4/+74 |
|/ / |
|
* | | Update regex | George Claghorn | 2017-08-20 | 1 | -1/+1 |
* | | Fix tests | George Claghorn | 2017-08-20 | 4 | -4/+4 |
* | | Fix syntax error | George Claghorn | 2017-08-20 | 1 | -1/+1 |
* | | DRY | George Claghorn | 2017-08-20 | 8 | -16/+20 |
* | | Rename ActiveStorage::Filename#extname to extension_with_delimiter | George Claghorn | 2017-08-20 | 2 | -9/+29 |
* | | Add executable file `activestorage/bin/test` | bogdanvlviv | 2017-08-20 | 1 | -0/+5 |
* | | Remove Active Storage code climate config file | Jon Moss | 2017-08-18 | 1 | -7/+0 |
* | | Merge pull request #30292 from maclover7/jm-ast-purge | George Claghorn | 2017-08-17 | 1 | -0/+7 |
|\ \ |
|