| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|\ \ |
|
| * | | Add missing test for Blob#purge | Jon Moss | 2017-08-17 | 1 | -0/+7 |
| |/ |
|
* / | Use nil Logger for tests | Jon Moss | 2017-08-17 | 1 | -1/+1 |
|/ |
|
* | 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 |
|/ |
|
* | restores some double newlines deleted in ae87217 | Xavier Noria | 2017-08-15 | 3 | -0/+6 |
* | minor tweaks in Active Storage after a walkthrough | Xavier Noria | 2017-08-15 | 15 | -48/+59 |
* | Move test to its proper place | George Claghorn | 2017-08-14 | 1 | -0/+0 |
* | Run Active Storage service tests in CI | George Claghorn | 2017-08-14 | 1 | -0/+0 |
* | Should escape regexp wildcard character `.` | Koichi ITO | 2017-08-14 | 3 | -4/+4 |
* | Merge pull request #30211 from koic/frozen_activestorage | Matthew Draper | 2017-08-13 | 74 | -4/+148 |
|\ |
|
| * | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 74 | -4/+148 |
* | | Use `references` to respect primary key type in active storage tables | Ryuta Kamizono | 2017-08-13 | 1 | -5/+3 |
|/ |
|
* | Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-file | Rafael França | 2017-08-11 | 2 | -2/+8 |
|\ |
|
| * | Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H... | Isaac Betesh | 2017-08-11 | 2 | -2/+8 |
* | | 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 |
* | | | Merge pull request #30113 from dixpac/remove_unecessary_require_in_test_helper | Rafael França | 2017-08-11 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | Remove unecessary require in test_helper | dixpac | 2017-08-09 | 1 | -2/+0 |
| |/ / |
|
* | | | Remove unnedded Active Storage installation steps | Rafael Mendonça França | 2017-08-11 | 1 | -8/+0 |
* | | | Merge pull request #30201 from kamipo/eval_active_storage_attached_name_only_... | Rafael França | 2017-08-11 | 1 | -12/+8 |
|\ \ \ |
|