| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Merge pull request #30118 from georgeclaghorn/active-storage-load-hooks | Rafael França | 2017-08-08 | 1 | -16/+15 |
|\ |
|
| * | Set ActiveStorage::Blob.service when ActiveStorage::Blob is loaded | George Claghorn | 2017-08-08 | 1 | -16/+15 |
* | | Merge pull request #30135 from ffmike/azure-storage-fix-content-type | Rafael Mendonça França | 2017-08-08 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Support content_type in AzureStorageService#url | Mike Gunderloy | 2017-08-08 | 1 | -2/+3 |
* | | ActiveStorage:Add migrations per rails engine conventions (#30111) | Dino Maric | 2017-08-08 | 2 | -36/+2 |
|/ |
|
* | Merge branch 'master' into ast-module | David Heinemeier Hansson | 2017-08-05 | 4 | -7/+13 |
|\ |
|
| * | Merge pull request #30081 from y-yagi/fix_ruby_warnings | David Heinemeier Hansson | 2017-08-05 | 1 | -2/+8 |
| |\ |
|
| | * | Fix ruby warnings | yuuji.yaginuma | 2017-08-05 | 1 | -2/+8 |
| * | | Merge pull request #30080 from georgeclaghorn/active-storage-secret-key-base | David Heinemeier Hansson | 2017-08-05 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base` | George Claghorn | 2017-08-05 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #30083 from koic/change_gem_version_of_active_storage_to_5... | David Heinemeier Hansson | 2017-08-05 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Change gem version of Active Storage to 5.2.0.alpha | Koichi ITO | 2017-08-05 | 1 | -2/+2 |
| | |/ |
|
| * / | Remove unecesarry exception variable | dixpac | 2017-08-05 | 1 | -1/+1 |
| |/ |
|
* / | `module ActiveStorage`, not `ActiveStorage::Class` | claudiob | 2017-08-04 | 12 | -660/+685 |
|/ |
|
* | Rename Azure to AzureStorage (#30057) | Dino Maric | 2017-08-04 | 3 | -3/+3 |
* | Do not change the entire codebase style only because of active_storage | Rafael Mendonça França | 2017-08-03 | 1 | -4/+2 |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 1 | -2/+4 |
* | We need to require the top file before individual one | Rafael Mendonça França | 2017-08-03 | 1 | -0/+1 |
* | Do not eager load ActiveRecord::Base | Rafael Mendonça França | 2017-08-03 | 1 | -3/+0 |
* | Can't initialize a message verifier without a key base | David Heinemeier Hansson | 2017-08-03 | 1 | -1/+3 |
* | Add Azure to the available services list | Rolandas Barysas | 2017-08-02 | 1 | -0/+1 |
* | Follow same format as action_cable | David Heinemeier Hansson | 2017-08-01 | 1 | -1/+3 |