aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Provide a BlobsController for stable blob URLsDavid Heinemeier Hansson2017-07-231-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 GlobalIDDavid Heinemeier Hansson2017-07-231-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 consistencyDavid Heinemeier Hansson2017-07-221-0/+27
|
* Fix RuboCop offenses and warningsKoichi ITO2017-07-221-1/+1
|
* Fix parens after inline blockDavid Heinemeier Hansson2017-07-211-1/+1
|
* Actually we just want them mounted straightDavid Heinemeier Hansson2017-07-211-1/+1
|
* Provide directed URL as well as resolvingDavid Heinemeier Hansson2017-07-211-4/+7
|
* Fix and test VariantsControllerDavid Heinemeier Hansson2017-07-211-5/+5
|
* Mount routes on the engineDavid Heinemeier Hansson2017-07-211-1/+1
|
* Extract routes.rb to engine location for auto configurationDavid Heinemeier Hansson2017-07-201-0/+13