Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add direct upload support to the disk service | George Claghorn | 2017-07-25 | 1 | -1/+28 |
| | |||||
* | Document the rest of lib | David Heinemeier Hansson | 2017-07-24 | 9 | -10/+61 |
| | |||||
* | Fix blob associations | David Heinemeier Hansson | 2017-07-24 | 1 | -2/+2 |
| | | | | cc @javan | ||||
* | 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 |
| | |||||
* | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-24 | 3 | -6/+6 |
|\ | |||||
| * | Verify direct upload checksums | George Claghorn | 2017-07-24 | 3 | -6/+6 |
| | | | | | | | | Closes #74. | ||||
* | | Start on docs for lib | David Heinemeier Hansson | 2017-07-24 | 2 | -0/+3 |
|/ | |||||
* | Everything under app/ is eager loaded, don't want that for service | David Heinemeier Hansson | 2017-07-24 | 6 | -0/+418 |
| | | | | Since it references all the specific cloud services that are intended only to be loaded on demand. | ||||
* | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 |
|\ | |||||
| * | Don't annotate template class with :nodoc: | George Claghorn | 2017-07-23 | 1 | -1/+1 |
| | | |||||
* | | Refer to the yielded app | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 |
|/ | |||||
* | Fix attaching | David Heinemeier Hansson | 2017-07-23 | 1 | -3/+3 |
| | | | | Can use the associations now | ||||
* | No more GlobalID | David Heinemeier Hansson | 2017-07-23 | 1 | -2/+0 |
| | |||||
* | Add and test preloading scope | David Heinemeier Hansson | 2017-07-23 | 1 | -0/+6 |
| | |||||
* | Fix attaching with standard Rails associations. | Kasper Timm Hansen | 2017-07-23 | 2 | -9/+13 |
| | | | | | | | Removes needless ivar caching (a Rails association handles that). Inserts a reload and a nil assign, since the association proxy doesn't seem to that it's been destroyed through `purge`. | ||||
* | Collapse indeces per Jeremy. | Kasper Timm Hansen | 2017-07-23 | 1 | -3/+1 |
| | |||||
* | Explore regular polymorphic associations rather than record_gid | David Heinemeier Hansson | 2017-07-23 | 4 | -8/+15 |
| | |||||
* | Switch to simpler signed_id for blob rather than full GlobalID | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 |
| | | | | We don't need to lookup multiple different classes, so no need to use a globalid. | ||||
* | Switch to a single message verifier | David Heinemeier Hansson | 2017-07-23 | 2 | -7/+4 |
| | | | | No need for this proliferation | ||||
* | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 13 | -679/+0 |
| | | | | Follow engine conventions more closely | ||||
* | Unused, we can extract from it out-of-repo | David Heinemeier Hansson | 2017-07-22 | 1 | -90/+0 |
| | |||||
* | Move storage_services.yml to config for consistency | David Heinemeier Hansson | 2017-07-22 | 2 | -28/+1 |
| | |||||
* | Don't need to validate transformations actually | David Heinemeier Hansson | 2017-07-22 | 1 | -12/+0 |
| | | | | Since they're only ever generated in signed form. Users never have direct access to dictate transformations. | ||||
* | Assume Rails is defined | Dino Maric | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Fix RuboCop offenses and warnings | Koichi ITO | 2017-07-22 | 2 | -2/+2 |
| | |||||
* | Anemic intro | David Heinemeier Hansson | 2017-07-21 | 1 | -0/+1 |
| | |||||
* | Proper require | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Fix and test VariantsController | David Heinemeier Hansson | 2017-07-21 | 1 | -6/+0 |
| | |||||
* | Extract variation value object | David Heinemeier Hansson | 2017-07-21 | 4 | -58/+71 |
| | |||||
* | Better naming | David Heinemeier Hansson | 2017-07-21 | 1 | -2/+3 |
| | |||||
* | True is the same as no arguments | David Heinemeier Hansson | 2017-07-20 | 1 | -3/+4 |
| | |||||
* | Consistent naming | David Heinemeier Hansson | 2017-07-20 | 1 | -2/+2 |
| | |||||
* | Make processing an explicit step | David Heinemeier Hansson | 2017-07-20 | 1 | -4/+8 |
| | |||||
* | Fix-up variants controller | David Heinemeier Hansson | 2017-07-20 | 1 | -22/+0 |
| | |||||
* | Move controllers to default engine location for auto loading | David Heinemeier Hansson | 2017-07-20 | 2 | -52/+0 |
| | |||||
* | Extract routes.rb to engine location for auto configuration | David Heinemeier Hansson | 2017-07-20 | 2 | -14/+0 |
| | |||||
* | Use a unique blob variant key for storage | David Heinemeier Hansson | 2017-07-20 | 1 | -2/+10 |
| | |||||
* | Do real transformations in a safe way | David Heinemeier Hansson | 2017-07-20 | 1 | -4/+20 |
| | |||||
* | Follow AR like naming of factory method | David Heinemeier Hansson | 2017-07-20 | 2 | -2/+2 |
| | |||||
* | Easier access to the variant of a blob | David Heinemeier Hansson | 2017-07-20 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' into variants | David Heinemeier Hansson | 2017-07-20 | 10 | -29/+42 |
|\ | |||||
| * | Accept S3 upload options (e.g. server_side_encryption) | James Baer | 2017-07-20 | 1 | -3/+5 |
| | | |||||
| * | Add direct upload support to GCS service | Michael Herold | 2017-07-17 | 1 | -0/+11 |
| | | |||||
| * | Splat options | George Claghorn | 2017-07-16 | 1 | -16/+2 |
| | | |||||
| * | Fix a typo in S3Service | colorfulfool | 2017-07-16 | 1 | -3/+1 |
| | | |||||
| * | Swap branches | George Claghorn | 2017-07-15 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #48 from seanhandley/hosted_s3 | George Claghorn | 2017-07-15 | 1 | -2/+18 |
| |\ | | | | | | | Allow custom endpoints for S3. | ||||
| | * | Allow custom endpoints for S3. | Sean Handley | 2017-07-15 | 1 | -2/+18 |
| | | |