Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return to same level of abstraction | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 4 | -6/+6 |
|\ | |||||
| * | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 4 | -6/+6 |
| | | |||||
* | | Explore regular polymorphic associations rather than record_gid | David Heinemeier Hansson | 2017-07-23 | 1 | -9/+1 |
|/ | |||||
* | VerifiedKeyWithExpiration no longer needed | David Heinemeier Hansson | 2017-07-23 | 3 | -25/+2 |
| | | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master. | ||||
* | Provide a BlobsController for stable blob URLs | David Heinemeier Hansson | 2017-07-23 | 1 | -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 GlobalID | David Heinemeier Hansson | 2017-07-23 | 4 | -10/+22 |
| | | | | We don't need to lookup multiple different classes, so no need to use a globalid. | ||||
* | Switch to a single message verifier | David Heinemeier Hansson | 2017-07-23 | 2 | -8/+4 |
| | | | | No need for this proliferation | ||||
* | Disk controller must rely on key alone | David Heinemeier Hansson | 2017-07-23 | 1 | -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 requires | David Heinemeier Hansson | 2017-07-22 | 1 | -2/+0 |
| | |||||
* | No need for explicit requires any more | David Heinemeier Hansson | 2017-07-22 | 1 | -6/+0 |
| | |||||
* | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 13 | -0/+679 |
| | | | | Follow engine conventions more closely | ||||
* | Fix RuboCop offenses and warnings | Koichi ITO | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Fix and test VariantsController | David Heinemeier Hansson | 2017-07-21 | 1 | -1/+4 |
| | |||||
* | Fix-up variants controller | David Heinemeier Hansson | 2017-07-20 | 1 | -0/+11 |
| | |||||
* | Move controllers to default engine location for auto loading | David Heinemeier Hansson | 2017-07-20 | 2 | -0/+60 |