Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blob/Variant#url -> #service_url to emphasize this URL isn't to be public | David Heinemeier Hansson | 2017-07-24 | 1 | -2/+2 |
| | |||||
* | Tell service which content-type to use for the response | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | VerifiedKeyWithExpiration no longer needed | David Heinemeier Hansson | 2017-07-23 | 1 | -2/+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 | 1 | -0/+1 |
| | | | | We don't need to lookup multiple different classes, so no need to use a globalid. | ||||
* | Nix more needless requires | David Heinemeier Hansson | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | Move model tests to models directory | David Heinemeier Hansson | 2017-07-22 | 1 | -0/+41 |