1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
David Heinemeier Hansson
15efa6720f Specify verification purposes 2017-07-23 15:51:01 -05:00
David Heinemeier Hansson
347dc16632 VerifiedKeyWithExpiration no longer needed
Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master.
2017-07-23 13:19:32 -05:00
David Heinemeier Hansson
c285c6824d Provide a BlobsController for stable blob URLs
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.
2017-07-23 11:06:06 -05:00
David Heinemeier Hansson
46da4ee7da Switch to simpler signed_id for blob rather than full GlobalID
We don't need to lookup multiple different classes, so no need to use a globalid.
2017-07-23 11:05:20 -05:00
David Heinemeier Hansson
9e81741b34 Disk controller must rely on key alone
Otherwise it can't be used to display variants. It's better anyway since all other services won't know about blobs either. Better simulation. Closes #71
2017-07-23 10:56:53 -05:00
David Heinemeier Hansson
e0b89fa4fc No need for explicit requires any more 2017-07-22 09:56:40 -05:00
Koichi ITO
b44b0f2c3b Fix RuboCop offenses and warnings 2017-07-22 00:14:46 -04:00
David Heinemeier Hansson
796f8330ad Fix and test VariantsController 2017-07-21 16:12:29 -05:00
David Heinemeier Hansson
6c2cef21ce Fix-up variants controller 2017-07-20 17:34:32 -05:00
David Heinemeier Hansson
1c85eecee0 Move controllers to default engine location for auto loading 2017-07-20 17:34:13 -05:00