| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 | 2 | -3/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support content_type in AzureStorageService#url | Mike Gunderloy | 2017-08-08 | 2 | -2/+12 |
* | | | ActiveStorage:Add migrations per rails engine conventions (#30111) | Dino Maric | 2017-08-08 | 3 | -12/+4 |
|/ / |
|
* / | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084) | Anton Khamets | 2017-08-07 | 2 | -1/+41 |
|/ |
|
* | Active Storage to 5.2.0.alpha inside `activestorage/package.json` | bogdanvlviv | 2017-08-06 | 1 | -1/+1 |
* | Pass over Active Storage readme [ci skip] (#30086) | Vipul A M | 2017-08-06 | 1 | -2/+2 |
* | Merge branch 'master' into ast-module | David Heinemeier Hansson | 2017-08-05 | 12 | -24/+30 |
|\ |
|
| * | Merge pull request #30068 from kamipo/user_start_with_than_regexp | David Heinemeier Hansson | 2017-08-05 | 1 | -4/+4 |
| |\ |
|
| | * | Use `content_type.start_with?("...")` than `content_type =~ /^.../` | Ryuta Kamizono | 2017-08-05 | 1 | -4/+4 |
| * | | Merge pull request #30081 from y-yagi/fix_ruby_warnings | David Heinemeier Hansson | 2017-08-05 | 6 | -11/+17 |
| |\ \ |
|
| | * | | Fix ruby warnings | yuuji.yaginuma | 2017-08-05 | 6 | -11/+17 |
| * | | | 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 |
| |/ / |
|
| * / | Fix repository URL [ci skip] | yuuji.yaginuma | 2017-08-05 | 2 | -4/+4 |
| |/ |
|
* / | `module ActiveStorage`, not `ActiveStorage::Class` | claudiob | 2017-08-04 | 12 | -660/+685 |
|/ |
|
* | Rename Azure to AzureStorage (#30057) | Dino Maric | 2017-08-04 | 6 | -8/+8 |
* | Fix tests for AWS buckets that include a . (#30059) | Claudio B | 2017-08-04 | 2 | -3/+7 |
* | 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 |
* | Merge pull request #30061 from claudiob/ast-rubocop | Rafael França | 2017-08-03 | 5 | -5/+5 |
|\ |
|
| * | Make Rubocop happier about ActiveStorage | claudiob | 2017-08-03 | 5 | -5/+5 |
* | | 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 | 4 | -12/+0 |
* | | There is no reason to single line methods here | Rafael Mendonça França | 2017-08-03 | 1 | -4/+12 |
|/ |
|
* | Can't initialize a message verifier without a key base | David Heinemeier Hansson | 2017-08-03 | 1 | -1/+3 |
* | Tweak requires | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 |
* | Use release azure-core gem | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 |
* | Update README.md | Mike Gunderloy | 2017-08-02 | 1 | -1/+1 |
* | Add Azure gems to README | Mike Gunderloy | 2017-08-02 | 1 | -1/+2 |
* | Fix `Style/StringLiterals` violations for Active Storage | Ryuta Kamizono | 2017-08-03 | 15 | -25/+25 |
* | Add Azure to the available services list | Rolandas Barysas | 2017-08-02 | 1 | -0/+1 |
* | Add Azure to readme | Bryan Lim | 2017-08-02 | 1 | -3/+1 |
* | Skip if credentials aren't provided | David Heinemeier Hansson | 2017-08-01 | 2 | -2/+2 |
* | Fix dummy app for inclusion in Rails | David Heinemeier Hansson | 2017-08-01 | 1 | -2/+1 |
* | Remove circular dependency | David Heinemeier Hansson | 2017-08-01 | 1 | -2/+0 |
* | Follow same format as action_cable | David Heinemeier Hansson | 2017-08-01 | 1 | -1/+3 |
* | Cut down on installation advice | David Heinemeier Hansson | 2017-08-01 | 1 | -8/+4 |
* | Drop README terms no longer relevant | David Heinemeier Hansson | 2017-08-01 | 1 | -12/+0 |
* | Rely on top-level files | David Heinemeier Hansson | 2017-08-01 | 2 | -150/+0 |
* | Merge pull request #30030 from claudiob/only-disk | Guillermo Iguaran | 2017-08-01 | 1 | -1/+3 |
|\ |
|
| * | Let ActiveStorage tests pass only for Disk | claudiob | 2017-08-01 | 1 | -1/+3 |
* | | Don't depend on HTTParty | claudiob | 2017-08-01 | 3 | -15/+18 |
|/ |
|
* | Setup travis to be able to run CI tests against S3 | David Heinemeier Hansson | 2017-07-31 | 4 | -33/+31 |
* | Move the direct_upload: true convenience option from the activestorage helper... | David Heinemeier Hansson | 2017-07-31 | 1 | -18/+0 |
* | Move to new storage.yml location | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+0 |