Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add direct upload support to the disk service | George Claghorn | 2017-07-25 | 1 | -1/+2 |
| | |||||
* | Provide a BlobsController for stable blob URLs | David Heinemeier Hansson | 2017-07-23 | 1 | -0/+8 |
| | | | | 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 | 1 | -7/+10 |
| | | | | We don't need to lookup multiple different classes, so no need to use a globalid. | ||||
* | Move storage_services.yml to config for consistency | David Heinemeier Hansson | 2017-07-22 | 1 | -0/+27 |
| | |||||
* | Fix RuboCop offenses and warnings | Koichi ITO | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Fix parens after inline block | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Actually we just want them mounted straight | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Provide directed URL as well as resolving | David Heinemeier Hansson | 2017-07-21 | 1 | -4/+7 |
| | |||||
* | Fix and test VariantsController | David Heinemeier Hansson | 2017-07-21 | 1 | -5/+5 |
| | |||||
* | Mount routes on the engine | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+1 |
| | |||||
* | Extract routes.rb to engine location for auto configuration | David Heinemeier Hansson | 2017-07-20 | 1 | -0/+13 |