Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trivial typo fix | Mike Gunderloy | 2017-07-24 | 1 | -1/+1 |
| | | | Only one character, but it needs to be done | ||||
* | 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 | 2 | -3/+7 |
|/ | |||||
* | 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 | 6 | -11/+16 |
| | |||||
* | 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 | 3 | -5/+5 |
|\| | |||||
| * | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 3 | -5/+5 |
| | | |||||
* | | 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 | 2 | -24/+1 |
| | | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master. | ||||
* | Switch to simpler signed_id for blob rather than full GlobalID | David Heinemeier Hansson | 2017-07-23 | 2 | -0/+10 |
| | | | | 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 | ||||
* | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 12 | -0/+669 |
Follow engine conventions more closely |