Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into explore-polymorphism | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+1 |
|\ | |||||
| * | Return to same level of abstraction | David Heinemeier Hansson | 2017-07-23 | 1 | -1/+5 |
| | | |||||
| * | Require mini_magick when it's used | George Claghorn | 2017-07-23 | 1 | -1/+1 |
| | | |||||
* | | 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 | 3 | -5/+5 |
|\| | |||||
| * | Specify verification purposes | David Heinemeier Hansson | 2017-07-23 | 3 | -5/+5 |
| | | |||||
* | | 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 | 2 | -24/+1 |
| | | | | Thanks to rails/rails#29854! This does mean that we now depend on rails/rails master. | ||||
* | Switch to simpler signed_id for blob rather than full GlobalID | David Heinemeier Hansson | 2017-07-23 | 2 | -0/+10 |
| | | | | 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 | ||||
* | Move models and jobs to the app setup | David Heinemeier Hansson | 2017-07-22 | 12 | -0/+669 |
Follow engine conventions more closely |