Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish basic documentation for controllers | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Blob/Variant#url -> #service_url to emphasize this URL isn't to be public | David Heinemeier Hansson | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | 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. |