Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add direct upload support to the disk service | George Claghorn | 2017-07-25 | 1 | -0/+26 |
| | |||||
* | Trivial typo fix | Mike Gunderloy | 2017-07-24 | 1 | -1/+1 |
| | | | Only one character, but it needs to be done | ||||
* | 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 | 1 | -1/+1 |
|\ | |||||
| * | Verify direct upload checksums | George Claghorn | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | | Closes #74. | ||||
* | | 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 | 5 | -6/+10 |
|/ | |||||
* | Everything under app/ is eager loaded, don't want that for service | David Heinemeier Hansson | 2017-07-24 | 6 | -418/+0 |
| | | | | Since it references all the specific cloud services that are intended only to be loaded on demand. | ||||
* | Tell service which content-type to use for the response | David Heinemeier Hansson | 2017-07-23 | 7 | -13/+18 |
| | |||||
* | Schema out of date and now obvious | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+0 |
| | |||||
* | No more GlobalID | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 4 | -6/+6 |
|\| | |||||
| * | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 4 | -6/+6 |
| | | |||||
* | | Explore regular polymorphic associations rather than record_gid | David Heinemeier Hansson | 2017-07-23 | 1 | -9/+1 |
|/ | |||||
* | VerifiedKeyWithExpiration no longer needed | David Heinemeier Hansson | 2017-07-23 | 3 | -25/+2 |
| | | | | 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 | 1 | -0/+22 |
| | | | | 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 | 4 | -10/+22 |
| | | | | 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 | -8/+4 |
| | | | | 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 | ||||
* | Nix more needless requires | David Heinemeier Hansson | 2017-07-22 | 1 | -2/+0 |
| | |||||
* | No need for explicit requires any more | David Heinemeier Hansson | 2017-07-22 | 1 | -6/+0 |
| | |||||
* | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 13 | -0/+679 |
| | | | | Follow engine conventions more closely | ||||
* | Fix RuboCop offenses and warnings | Koichi ITO | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Fix and test VariantsController | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+4 |
| | |||||
* | Fix-up variants controller | David Heinemeier Hansson | 2017-07-20 | 1 | -0/+11 |
| | |||||
* | Move controllers to default engine location for auto loading | David Heinemeier Hansson | 2017-07-20 | 2 | -0/+60 |