aboutsummaryrefslogtreecommitdiffstats
path: root/test/models
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily skip variant tests pending a fixGeorge Claghorn2017-07-231-0/+4
|
* Tell service which content-type to use for the responseDavid Heinemeier Hansson2017-07-231-1/+1
|
* Add and test preloading scopeDavid Heinemeier Hansson2017-07-231-1/+4
|
* Merge branch 'master' into explore-polymorphismDavid Heinemeier Hansson2017-07-231-1/+1
|\
| * Specify verification purposesDavid Heinemeier Hansson2017-07-231-1/+1
| |
* | Fix attaching with standard Rails associations.Kasper Timm Hansen2017-07-231-2/+2
| | | | | | | | | | | | | | Removes needless ivar caching (a Rails association handles that). Inserts a reload and a nil assign, since the association proxy doesn't seem to that it's been destroyed through `purge`.
* | Explore regular polymorphic associations rather than record_gidDavid Heinemeier Hansson2017-07-231-0/+8
|/
* VerifiedKeyWithExpiration no longer neededDavid Heinemeier Hansson2017-07-232-22/+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 GlobalIDDavid Heinemeier Hansson2017-07-233-1/+3
| | | | We don't need to lookup multiple different classes, so no need to use a globalid.
* Even more needless requiresDavid Heinemeier Hansson2017-07-221-1/+0
|
* Nix more needless requiresDavid Heinemeier Hansson2017-07-222-6/+0
|
* Move model tests to models directoryDavid Heinemeier Hansson2017-07-224-0/+183