aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Work-around until @response.parsed_body problem is solvedDavid Heinemeier Hansson2017-07-231-2/+2
|
* Merge branch 'master' of github.com:rails/activestorageDavid Heinemeier Hansson2017-07-231-8/+8
|\
| * Use parsed_body to auto parse the response as JSON.Kasper Timm Hansen2017-07-231-8/+8
| |
* | Specify verification purposesDavid Heinemeier Hansson2017-07-231-2/+2
|/
* VerifiedKeyWithExpiration no longer neededDavid Heinemeier Hansson2017-07-231-2/+2
| | | | 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-232-5/+5
| | | | We don't need to lookup multiple different classes, so no need to use a globalid.
* Even more needless requiresDavid Heinemeier Hansson2017-07-223-5/+0
|
* Fix extension to run test automaticallyDavid Heinemeier Hansson2017-07-221-0/+0
|
* Move all controller tests to controller/ dirdixpac2017-07-222-0/+91
|
* Test actual transformation via controller tooDavid Heinemeier Hansson2017-07-211-0/+1
|
* Extract test helper for image blob fixturesDavid Heinemeier Hansson2017-07-211-4/+2
|
* Fix and test VariantsControllerDavid Heinemeier Hansson2017-07-211-0/+25