aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* we don't really need an extra method to set the script nameAaron Patterson2015-07-101-5/+1
* Remove useless conditionalAaron Patterson2015-07-101-12/+0
* default `PATH_INFO` to the generated pathAaron Patterson2015-07-101-1/+2
* always default the SCRIPT_NAME to whatever is on the controllerAaron Patterson2015-07-101-1/+1
* remove useless ivar clearingAaron Patterson2015-07-101-6/+0
* call the `path_parameters=` setter rather than rely on mutationsAaron Patterson2015-07-101-1/+3
* start collecting `env` mutationsAaron Patterson2015-07-101-5/+3
* Parameters are converted to a query stringAaron Patterson2015-07-101-17/+0
* no more HWIAAaron Patterson2015-07-101-1/+1
* remove param dup'ing logicAaron Patterson2015-07-101-8/+0
* encode / decode parameters before assigning them to the requestAaron Patterson2015-07-101-5/+58
* Merge pull request #20836 from sikachu/fix-time-zone-testRafael Mendonça França2015-07-101-0/+1
|\
| * Require yaml for time_with_zone isolation testPrem Sichanugrist2015-07-101-0/+1
|/
* start disconnecting the parameter parser from the instanceAaron Patterson2015-07-101-3/+3
* drop a conditional by always assigningAaron Patterson2015-07-101-6/+5
* Reuse the same test for HWIA reverse_merge!Rafael Mendonça França2015-07-101-3/+1
* Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-procRafael Mendonça França2015-07-104-13/+58
|\
| * test/hash: move lonely indifferent hash testSimon Eskildsen2015-07-102-11/+6
| * active_support/indifferent_hash: dont raise on to_hash when default_proc raisesSimon Eskildsen2015-07-103-1/+22
| * active_support/indifferent_hash: fix cloning default_proc on dupSimon Eskildsen2015-07-103-1/+30
* | drop runtime conditionals in parameter parsingAaron Patterson2015-07-091-13/+9
* | Merge pull request #20457 from ronakjangir47/remove_mocha_activesupportKasper Timm Hansen2015-07-098-65/+87
|\ \
| * | Removed use of mocha in active_supportRonak Jangir2015-07-108-65/+87
* | | Merge pull request #20813 from noniq/locale-argument-for-pluralize-helperKasper Timm Hansen2015-07-092-2/+22
|\ \ \
| * | | Allow `pluralize` helper to take a locale.Stefan Daschek2015-07-092-2/+22
* | | | use `Rack::Test::UploadedFile` when uploading filesAaron Patterson2015-07-091-2/+2
* | | | set parameters as a query stringAaron Patterson2015-07-092-7/+10
* | | | use JSON to communicate between the controller and the testsAaron Patterson2015-07-091-12/+12
* | | | Merge pull request #20765 from maurogeorge/activejob-exceptionRobin Dupret2015-07-091-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Add Deserialization section on guides at ActiveJob ExceptionMauro George2015-07-081-0/+7
* | | | build and assign parameters rather than rely on mutationsAaron Patterson2015-07-082-4/+18
* | | | use new constructor. (Oops! :bomb:)Aaron Patterson2015-07-082-2/+2
* | | | assign the cookie hash on request allocationAaron Patterson2015-07-082-2/+2
* | | | request objects are no longer recycledAaron Patterson2015-07-082-16/+8
* | | | pass the variant as a parameter to more reflect real world appsAaron Patterson2015-07-081-3/+3
* | | | add a new constructor for allocating test requestsAaron Patterson2015-07-084-29/+31
* | | | make `env` a required parameterAaron Patterson2015-07-082-7/+7
* | | | pass the starting env and session to build_requestAaron Patterson2015-07-082-4/+4
* | | | remove call to build_requestAaron Patterson2015-07-081-1/+0
* | | | pass the session and env in to the test requestAaron Patterson2015-07-081-4/+8
* | | | let the superclass build the request and responseAaron Patterson2015-07-0811-48/+14
* | | | Merge pull request #20781 from dubek/collection-cache-explicitKasper Timm Hansen2015-07-085-9/+47
|\ \ \ \
| * | | | Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-075-9/+47
* | | | | Merge pull request #20784 from kaspth/great-expectationsKasper Timm Hansen2015-07-082-0/+121
|\ \ \ \ \
| * | | | | Add method call assertions for internal use.Kasper Timm Hansen2015-07-082-0/+121
* | | | | | remove useless `new` implementationAaron Patterson2015-07-081-4/+0
* | | | | | allocate new responses rather than recycling themAaron Patterson2015-07-081-12/+5
| |_|_|/ / |/| | | |
* | | | | Merge pull request #20805 from yui-knk/fix/how_to_run_testYves Senn2015-07-081-1/+1
|\ \ \ \ \
| * | | | | [ci skip] Add `bundle exec` to Running a Single Testyui-knk2015-07-081-1/+1
|/ / / / /
* | | | | Merge pull request #20803 from TheBlasfem/marking_serialization_classRafael Mendonça França2015-07-081-1/+1
|\ \ \ \ \