aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Add direct upload support to the disk serviceGeorge Claghorn2017-07-251-0/+26
|
* Trivial typo fixMike Gunderloy2017-07-241-1/+1
| | | Only one character, but it needs to be done
* Basic documentation for jobDavid Heinemeier Hansson2017-07-241-0/+1
|
* Finish basic documentation for controllersDavid Heinemeier Hansson2017-07-243-13/+11
|
* Merge branch 'master' of github.com:rails/activestorageDavid Heinemeier Hansson2017-07-241-1/+1
|\
| * Verify direct upload checksumsGeorge Claghorn2017-07-241-1/+1
| | | | | | | | Closes #74.
* | Basic documentation for all the modelsDavid Heinemeier Hansson2017-07-245-3/+149
| |
* | Blob/Variant#url -> #service_url to emphasize this URL isn't to be publicDavid Heinemeier Hansson2017-07-245-6/+10
|/
* Everything under app/ is eager loaded, don't want that for serviceDavid Heinemeier Hansson2017-07-246-418/+0
| | | | Since it references all the specific cloud services that are intended only to be loaded on demand.
* Tell service which content-type to use for the responseDavid Heinemeier Hansson2017-07-237-13/+18
|
* Schema out of date and now obviousDavid Heinemeier Hansson2017-07-231-1/+0
|
* No more GlobalIDDavid Heinemeier Hansson2017-07-231-1/+0
|
* Merge branch 'master' into explore-polymorphismDavid Heinemeier Hansson2017-07-231-1/+1
|\
| * Return to same level of abstractionDavid Heinemeier Hansson2017-07-231-1/+5
| |
| * Require mini_magick when it's usedGeorge Claghorn2017-07-231-1/+1
| |
* | Return to same level of abstractionDavid Heinemeier Hansson2017-07-231-1/+5
| |
* | Merge branch 'master' into explore-polymorphismDavid Heinemeier Hansson2017-07-234-6/+6
|\|
| * Specify verification purposesDavid Heinemeier Hansson2017-07-234-6/+6
| |
* | Explore regular polymorphic associations rather than record_gidDavid Heinemeier Hansson2017-07-231-9/+1
|/
* VerifiedKeyWithExpiration no longer neededDavid Heinemeier Hansson2017-07-233-25/+2
| | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master.
* Provide a BlobsController for stable blob URLsDavid Heinemeier Hansson2017-07-231-0/+22
| | | | 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-234-10/+22
| | | | We don't need to lookup multiple different classes, so no need to use a globalid.
* Switch to a single message verifierDavid Heinemeier Hansson2017-07-232-8/+4
| | | | No need for this proliferation
* Disk controller must rely on key aloneDavid Heinemeier Hansson2017-07-231-5/+6
| | | | 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
* Nix more needless requiresDavid Heinemeier Hansson2017-07-221-2/+0
|
* No need for explicit requires any moreDavid Heinemeier Hansson2017-07-221-6/+0
|
* Move models and jobs to the app setupDavid Heinemeier Hansson2017-07-2213-0/+679
| | | | Follow engine conventions more closely
* Fix RuboCop offenses and warningsKoichi ITO2017-07-221-1/+1
|
* Fix and test VariantsControllerDavid Heinemeier Hansson2017-07-211-1/+4
|
* Fix-up variants controllerDavid Heinemeier Hansson2017-07-201-0/+11
|
* Move controllers to default engine location for auto loadingDavid Heinemeier Hansson2017-07-202-0/+60