| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge variants with their blobs | George Claghorn | 2017-12-02 | 10 | -31/+107 |
* | 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 | 2 | -1/+3 |
* | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 3 | -2/+9 |
* | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 1 | -0/+14 |
* | Include migration files in gem | yuuji.yaginuma | 2017-11-28 | 1 | -1/+1 |
* | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 3 | -2/+4 |
* | Update yarn lock | Rafael Mendonça França | 2017-11-27 | 1 | -10/+0 |
* | Avoid connecting to GCS during app boot | George Claghorn | 2017-11-23 | 2 | -12/+14 |
* | Fix loading ActiveStorage::DiskController when CSRF protection is disabled by... | George Claghorn | 2017-11-21 | 1 | -1/+1 |
* | Fix that some ASt route helpers silently discarded options | George Claghorn | 2017-11-21 | 1 | -10/+10 |
* | Provide attachment writers | George Claghorn | 2017-11-20 | 2 | -0/+40 |
* | Load 5.2 defaults in ASt dummy app | George Claghorn | 2017-11-20 | 1 | -1/+1 |
* | Fix direct uploads to local service | George Claghorn | 2017-11-20 | 3 | -0/+6 |
* | Permit attaching files to new records | George Claghorn | 2017-11-19 | 3 | -5/+53 |
* | Fix ASt CI failure with rack-test 0.7.1 | Ryuta Kamizono | 2017-11-20 | 1 | -1/+1 |
* | Introduce ActiveStorage::Attached::{One,Many}#detach | George Claghorn | 2017-11-14 | 3 | -7/+40 |
* | Preserve existing metadata when analyzing a blob | George Claghorn | 2017-11-13 | 3 | -3/+28 |
* | Remove needless block parameter | George Claghorn | 2017-11-07 | 1 | -1/+1 |
* | Fix streaming downloads from S3/Azure Storage | George Claghorn | 2017-11-06 | 3 | -7/+17 |
* | Permit configuring Active Storage's job queue | George Claghorn | 2017-11-03 | 5 | -16/+13 |
* | 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 | 25 | -37/+407 |
* | Merge pull request #30821 from GBH/active-storage-readme | Eileen M. Uchitelle | 2017-10-22 | 1 | -0/+4 |
|\ |
|
| * | how do we install active_storage? [skip ci] | Oleg | 2017-10-06 | 1 | -0/+4 |
* | | [Active Storage] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | | Use `require_relative` instead of `require` with full path in activestorage/ | bogdanvlviv | 2017-10-13 | 1 | -1/+1 |
* | | Define path with __dir__ in activestorage/ | bogdanvlviv | 2017-10-13 | 3 | -4/+4 |
* | | Clarify comment [ci skip] | George Claghorn | 2017-10-13 | 1 | -1/+1 |
* | | 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 |
|/ |
|