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

11 commits

Author SHA1 Message Date
David Heinemeier Hansson
a91bb13b8d Convert type inquiry into root predicates for base types alone instead 2017-07-28 15:49:43 -05:00
David Heinemeier Hansson
801b4eb465 Add Blob#type as a StringInquirer 2017-07-28 15:27:43 -05:00
Mike Gunderloy
87cb006374 Trivial typo fix
Only one character, but it needs to be done
2017-07-24 16:20:33 -04:00
David Heinemeier Hansson
6de1c0b7b5 Merge branch 'master' of github.com:rails/activestorage 2017-07-24 12:06:25 -05:00
David Heinemeier Hansson
48d0427ff8 Basic documentation for all the models 2017-07-24 12:05:15 -05:00
George Claghorn
52eed68e39 Verify direct upload checksums
Closes #74.
2017-07-24 12:41:34 -04:00
David Heinemeier Hansson
d0e90b4a9d Blob/Variant#url -> #service_url to emphasize this URL isn't to be public 2017-07-24 11:14:29 -05:00
David Heinemeier Hansson
5944850bc1 Tell service which content-type to use for the response 2017-07-23 17:50:31 -05:00
David Heinemeier Hansson
15efa6720f Specify verification purposes 2017-07-23 15:51:01 -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
d50679f4ee Move models and jobs to the app setup
Follow engine conventions more closely
2017-07-22 09:47:24 -05:00
Renamed from lib/active_storage/blob.rb (Browse further)