| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Create the skeleton directories needed and ignore accordingly | David Heinemeier Hansson | 2017-07-31 | 2 | -0/+8 |
| * | | | | Fix gitignore to be relative | David Heinemeier Hansson | 2017-07-31 | 1 | -1/+1 |
| * | | | | Follow form from actioncable | David Heinemeier Hansson | 2017-07-31 | 1 | -1/+4 |
| * | | | | Load activestorage by default | David Heinemeier Hansson | 2017-07-31 | 2 | -0/+8 |
| * | | | | Use config/storage.yml as part of the skeleton and loading | David Heinemeier Hansson | 2017-07-31 | 9 | -43/+48 |
| * | | | | Resolve gemspec typo | David Heinemeier Hansson | 2017-07-31 | 2 | -1/+86 |
| * | | | | No longer used | David Heinemeier Hansson | 2017-07-31 | 1 | -23/+0 |
| * | | | | Require activestorage per default with asset pipeline | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+1 |
| * | | | | Bring activestorage dependencies into the general Gemfile | David Heinemeier Hansson | 2017-07-31 | 3 | -233/+14 |
| * | | | | Initialize changelog | David Heinemeier Hansson | 2017-07-31 | 1 | -0/+3 |
| * | | | | Use standard Rails layout for gemspec | David Heinemeier Hansson | 2017-07-31 | 1 | -12/+24 |
| * | | | | Include default storage configuration | David Heinemeier Hansson | 2017-07-31 | 5 | -0/+36 |
| * | | | | Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58' | Rafael Mendonça França | 2017-07-31 | 121 | -0/+7370 |
| |\ \ \ \ |
|
| | * | | | | Azure Storage support (#36) | Dino Maric | 2017-07-31 | 7 | -0/+198 |
| | * | | | | Depend on Ruby >=2.2.2 (#85) | Dino Maric | 2017-07-31 | 2 | -2/+2 |
| | * | | | | activestorage.js 0.1.1 | Javan Makhmali | 2017-07-30 | 1 | -1/+1 |
| | * | | | | Configure per-service request headers for direct uploads (#83) | Javan Makhmali | 2017-07-30 | 11 | -20/+81 |
| | * | | | | Convert type inquiry into root predicates for base types alone instead | David Heinemeier Hansson | 2017-07-28 | 2 | -16/+14 |
| | * | | | | Must always return the options even if they werent converted | David Heinemeier Hansson | 2017-07-28 | 1 | -1/+1 |
| | * | | | | Add Blob#type as a StringInquirer | David Heinemeier Hansson | 2017-07-28 | 2 | -0/+20 |
| | * | | | | Add a direct_upload: true option to file_field_tag and Form#file_field | David Heinemeier Hansson | 2017-07-28 | 2 | -1/+19 |
| | * | | | | Add npm package details | Javan Makhmali | 2017-07-28 | 1 | -4/+11 |
| | * | | | | Minor constructor signature tweaks | Javan Makhmali | 2017-07-28 | 4 | -8/+12 |
| | * | | | | Add JavaScript linting (#82) | Javan Makhmali | 2017-07-28 | 6 | -24/+594 |
| | * | | | | Add JavaScript direct upload support (#81) | Javan Makhmali | 2017-07-27 | 16 | -0/+3139 |
| | * | | | | Separate show and direct upload tests | George Claghorn | 2017-07-27 | 1 | -0/+1 |
| | * | | | | Use blob service URL methods | George Claghorn | 2017-07-27 | 1 | -34/+14 |
| | * | | | | Validate Content-Length | George Claghorn | 2017-07-27 | 2 | -44/+46 |
| | * | | | | Introduce the Dummy. (#70) | Dino Maric | 2017-07-27 | 54 | -77/+676 |
| | * | | | | Fix broken links in README | Rolandas Barysas | 2017-07-27 | 1 | -1/+1 |
| | * | | | | Fix test failure in CI due to platform differences | George Claghorn | 2017-07-26 | 1 | -1/+1 |
| | * | | | | Check variant image properties directly | George Claghorn | 2017-07-26 | 5 | -25/+14 |
| | * | | | | Avoid creating unnecessary blobs | George Claghorn | 2017-07-26 | 1 | -3/+0 |
| | * | | | | Compare images by selected attributes (size, colorspace) | Anton Khamets | 2017-07-26 | 3 | -15/+28 |
| | * | | | | Add direct upload support to the disk service | George Claghorn | 2017-07-25 | 7 | -9/+134 |
| | * | | | | Deep merge | George Claghorn | 2017-07-24 | 1 | -8/+5 |
| | * | | | | Did that | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+0 |
| | * | | | | Flesh out the README a bit more | David Heinemeier Hansson | 2017-07-24 | 1 | -10/+22 |
| | * | | | | Document the rest of lib | David Heinemeier Hansson | 2017-07-24 | 9 | -10/+61 |
| | * | | | | Trivial typo fix | Mike Gunderloy | 2017-07-24 | 1 | -1/+1 |
| | * | | | | Fix blob associations | David Heinemeier Hansson | 2017-07-24 | 3 | -2/+21 |
| | * | | | | Models are autoloaded per engine standards | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 |
| | * | | | | Add standard version setup | David Heinemeier Hansson | 2017-07-24 | 2 | -0/+23 |
| | * | | | | Follow the same copyright format as the other Rails frameworks | David Heinemeier Hansson | 2017-07-24 | 1 | -0/+23 |
| | * | | | | Basic documentation for job | David Heinemeier Hansson | 2017-07-24 | 1 | -0/+1 |
| | * | | | | Finish basic documentation for controllers | David Heinemeier Hansson | 2017-07-24 | 3 | -13/+11 |
| | * | | | | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-24 | 6 | -16/+18 |
| | |\ \ \ \ |
|
| | | * | | | | Verify direct upload checksums | George Claghorn | 2017-07-24 | 6 | -16/+18 |
| | * | | | | | Start on docs for lib | David Heinemeier Hansson | 2017-07-24 | 2 | -0/+3 |
| | * | | | | | Basic documentation for all the models | David Heinemeier Hansson | 2017-07-24 | 5 | -3/+149 |