Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Basic documentation for all the models | David Heinemeier Hansson | 2017-07-24 | 5 | -3/+149 | |
| | | | | | | ||||||
| | * | | | | Blob/Variant#url -> #service_url to emphasize this URL isn't to be public | David Heinemeier Hansson | 2017-07-24 | 8 | -11/+15 | |
| | |/ / / | ||||||
| | * | | | Everything under app/ is eager loaded, don't want that for service | David Heinemeier Hansson | 2017-07-24 | 6 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -1/+7 | |
| | |\ \ \ | ||||||
| | | * | | | Skip controller test, too | George Claghorn | 2017-07-23 | 1 | -0/+2 | |
| | | | | | | ||||||
| | | * | | | Temporarily skip variant tests pending a fix | George Claghorn | 2017-07-23 | 1 | -0/+4 | |
| | | | | | | ||||||
| | | * | | | 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 | |
| | |/ / / | ||||||
| | * | | | Tell service which content-type to use for the response | David Heinemeier Hansson | 2017-07-23 | 12 | -21/+27 | |
| | | | | | ||||||
| | * | | | Still need GlobalID for PurgeJob serialization | David Heinemeier Hansson | 2017-07-23 | 1 | -0/+4 | |
| | | | | | ||||||
| | * | | | Schema out of date and now obvious | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | Fix attaching | David Heinemeier Hansson | 2017-07-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Can use the associations now | |||||
| | * | | | Merge pull request #32 from rails/explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 9 | -31/+47 | |
| | |\ \ \ | | | | | | | | | | | | | Use regular polymorphic associations rather than record_gid | |||||
| | | * | | | Demonstrate preloading in example | David Heinemeier Hansson | 2017-07-23 | 1 | -0/+5 | |
| | | | | | | ||||||
| | | * | | | No more GlobalID | David Heinemeier Hansson | 2017-07-23 | 4 | -8/+1 | |
| | | | | | | ||||||
| | | * | | | Add and test preloading scope | David Heinemeier Hansson | 2017-07-23 | 2 | -1/+10 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Work-around until @response.parsed_body problem is solved | David Heinemeier Hansson | 2017-07-23 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Return to same level of abstraction | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+5 | |
| | | | | | | ||||||
| | * | | | | Require mini_magick when it's used | George Claghorn | 2017-07-23 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Return to same level of abstraction | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+5 | |
| | | | | | | ||||||
| | | * | | | Work-around until @response.parsed_body problem is solved | David Heinemeier Hansson | 2017-07-23 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 6 | -9/+9 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Merge branch 'master' of github.com:rails/activestorage | David Heinemeier Hansson | 2017-07-23 | 1 | -8/+8 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 6 | -9/+9 | |
| | | | | | | | ||||||
| | | | * | | | Fix attaching with standard Rails associations. | Kasper Timm Hansen | 2017-07-23 | 3 | -11/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 6 | -17/+24 | |
| | | |/ / / | ||||||
| | | * / / | Use parsed_body to auto parse the response as JSON. | Kasper Timm Hansen | 2017-07-23 | 1 | -8/+8 | |
| | |/ / / | ||||||
| | * | | | Update the README with more explicit expectation setting | David Heinemeier Hansson | 2017-07-23 | 1 | -6/+6 | |
| | | | | | ||||||
| | * | | | VerifiedKeyWithExpiration no longer needed | David Heinemeier Hansson | 2017-07-23 | 9 | -62/+11 | |
| | | | | | | | | | | | | | | | | | | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master. | |||||
| | * | | | Provide a BlobsController for stable blob URLs | David Heinemeier Hansson | 2017-07-23 | 2 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | | | We need to have stable urls for blobs and variants or caching won't work. So provide a controller that can give that and redirect to the service URL upon lookup. | |||||
| | * | | | Switch to simpler signed_id for blob rather than full GlobalID | David Heinemeier Hansson | 2017-07-23 | 12 | -30/+41 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 5 | -15/+9 | |
| | | | | | | | | | | | | | | | | | | | | No need for this proliferation | |||||
| | * | | | Disk controller must rely on key alone | David Heinemeier Hansson | 2017-07-23 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | Otherwise it can't be used to display variants. It's better anyway since all other services won't know about blobs either. Better simulation. Closes #71 | |||||
| | * | | | Even more needless requires | David Heinemeier Hansson | 2017-07-22 | 4 | -6/+0 | |
| | | | | | ||||||
| | * | | | Nix more needless requires | David Heinemeier Hansson | 2017-07-22 | 4 | -8/+4 | |
| | | | | | ||||||
| | * | | | No need for explicit requires any more | David Heinemeier Hansson | 2017-07-22 | 1 | -6/+0 | |
| | | | | | ||||||
| | * | | | Fix extension to run test automatically | David Heinemeier Hansson | 2017-07-22 | 1 | -0/+0 | |
| | | | | | ||||||
| | * | | | Move model tests to models directory | David Heinemeier Hansson | 2017-07-22 | 4 | -0/+0 | |
| | | | | | ||||||
| | * | | | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 14 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | 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 | -1/+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 | |
| | | | | | ||||||
| | * | | | Merge pull request #67 from dixpac/move_controller_tests | David Heinemeier Hansson | 2017-07-22 | 2 | -0/+0 | |
| | |\ \ \ | | | | | | | | | | | | | Move all controller tests to controllers dir | |||||
| | | * | | | Move all controller tests to controller/ dir | dixpac | 2017-07-22 | 2 | -0/+0 | |
| | |/ / / | ||||||
| | * | | | Fix RuboCop offenses and warnings | Koichi ITO | 2017-07-22 | 7 | -52/+52 | |
| | | | | | ||||||
| | * | | | Merge pull request #63 from rails/variants | David Heinemeier Hansson | 2017-07-21 | 21 | -53/+296 | |
| | |\ \ \ | | | | | | | | | | | | | On-demand variants | |||||
| | | * | | | Mention need for mini_magick with variants | David Heinemeier Hansson | 2017-07-21 | 1 | -0/+1 | |
| | | | | | |