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
George Claghorn
5492c4efa9 Add direct upload support to the disk service 2017-07-25 21:03:48 -04: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
Koichi ITO
b44b0f2c3b Fix RuboCop offenses and warnings 2017-07-22 00:14:46 -04:00
David Heinemeier Hansson
b6fd579a7e Fix parens after inline block 2017-07-21 16:26:34 -05:00
David Heinemeier Hansson
39f9ef122d Actually we just want them mounted straight 2017-07-21 16:25:11 -05:00
David Heinemeier Hansson
c231a73b89 Provide directed URL as well as resolving 2017-07-21 16:25:01 -05:00
David Heinemeier Hansson
796f8330ad Fix and test VariantsController 2017-07-21 16:12:29 -05:00
David Heinemeier Hansson
9ac31a3c8a Mount routes on the engine 2017-07-21 15:50:19 -05:00
David Heinemeier Hansson
1a9026b485 Extract routes.rb to engine location for auto configuration 2017-07-20 17:33:31 -05:00