Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Document ShareLock and the Interlock | Matthew Draper | 2015-07-09 | 3 | -9/+42 | |
| * | | | | | | | | | Fix the Interlock middleware | Matthew Draper | 2015-07-09 | 1 | -5/+14 | |
| * | | | | | | | | | Rely on the load interlock for non-caching reloads, too | Matthew Draper | 2015-07-09 | 4 | -24/+28 | |
| * | | | | | | | | | Soften the lock requirements when eager_load is disabled | Matthew Draper | 2015-07-09 | 7 | -47/+263 | |
* | | | | | | | | | | Require yaml for time_zone isolation test. | Kasper Timm Hansen | 2015-07-11 | 1 | -0/+1 | |
* | | | | | | | | | | Use private method call assertions in Active Model tests. | Kasper Timm Hansen | 2015-07-10 | 4 | -59/+46 | |
* | | | | | | | | | | Add multiple expected calls to assert_called_with. | Kasper Timm Hansen | 2015-07-10 | 2 | -1/+13 | |
* | | | | | | | | | | we don't really need an extra method to set the script name | Aaron Patterson | 2015-07-10 | 1 | -5/+1 | |
* | | | | | | | | | | Remove useless conditional | Aaron Patterson | 2015-07-10 | 1 | -12/+0 | |
* | | | | | | | | | | default `PATH_INFO` to the generated path | Aaron Patterson | 2015-07-10 | 1 | -1/+2 | |
* | | | | | | | | | | always default the SCRIPT_NAME to whatever is on the controller | Aaron Patterson | 2015-07-10 | 1 | -1/+1 | |
* | | | | | | | | | | remove useless ivar clearing | Aaron Patterson | 2015-07-10 | 1 | -6/+0 | |
* | | | | | | | | | | call the `path_parameters=` setter rather than rely on mutations | Aaron Patterson | 2015-07-10 | 1 | -1/+3 | |
* | | | | | | | | | | start collecting `env` mutations | Aaron Patterson | 2015-07-10 | 1 | -5/+3 | |
* | | | | | | | | | | Parameters are converted to a query string | Aaron Patterson | 2015-07-10 | 1 | -17/+0 | |
* | | | | | | | | | | no more HWIA | Aaron Patterson | 2015-07-10 | 1 | -1/+1 | |
* | | | | | | | | | | remove param dup'ing logic | Aaron Patterson | 2015-07-10 | 1 | -8/+0 | |
* | | | | | | | | | | encode / decode parameters before assigning them to the request | Aaron Patterson | 2015-07-10 | 1 | -5/+58 | |
* | | | | | | | | | | Merge pull request #20836 from sikachu/fix-time-zone-test | Rafael Mendonça França | 2015-07-10 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Require yaml for time_with_zone isolation test | Prem Sichanugrist | 2015-07-10 | 1 | -0/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | start disconnecting the parameter parser from the instance | Aaron Patterson | 2015-07-10 | 1 | -3/+3 | |
* | | | | | | | | | | drop a conditional by always assigning | Aaron Patterson | 2015-07-10 | 1 | -6/+5 | |
* | | | | | | | | | | Reuse the same test for HWIA reverse_merge! | Rafael Mendonça França | 2015-07-10 | 1 | -3/+1 | |
* | | | | | | | | | | Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-proc | Rafael Mendonça França | 2015-07-10 | 4 | -13/+58 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | test/hash: move lonely indifferent hash test | Simon Eskildsen | 2015-07-10 | 2 | -11/+6 | |
| * | | | | | | | | | active_support/indifferent_hash: dont raise on to_hash when default_proc raises | Simon Eskildsen | 2015-07-10 | 3 | -1/+22 | |
| * | | | | | | | | | active_support/indifferent_hash: fix cloning default_proc on dup | Simon Eskildsen | 2015-07-10 | 3 | -1/+30 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | drop runtime conditionals in parameter parsing | Aaron Patterson | 2015-07-09 | 1 | -13/+9 | |
* | | | | | | | | | Merge pull request #20457 from ronakjangir47/remove_mocha_activesupport | Kasper Timm Hansen | 2015-07-09 | 8 | -65/+87 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Removed use of mocha in active_support | Ronak Jangir | 2015-07-10 | 8 | -65/+87 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #20813 from noniq/locale-argument-for-pluralize-helper | Kasper Timm Hansen | 2015-07-09 | 2 | -2/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow `pluralize` helper to take a locale. | Stefan Daschek | 2015-07-09 | 2 | -2/+22 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | use `Rack::Test::UploadedFile` when uploading files | Aaron Patterson | 2015-07-09 | 1 | -2/+2 | |
* | | | | | | | | | set parameters as a query string | Aaron Patterson | 2015-07-09 | 2 | -7/+10 | |
* | | | | | | | | | use JSON to communicate between the controller and the tests | Aaron Patterson | 2015-07-09 | 1 | -12/+12 | |
* | | | | | | | | | Merge pull request #20765 from maurogeorge/activejob-exception | Robin Dupret | 2015-07-09 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add Deserialization section on guides at ActiveJob Exception | Mauro George | 2015-07-08 | 1 | -0/+7 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | build and assign parameters rather than rely on mutations | Aaron Patterson | 2015-07-08 | 2 | -4/+18 | |
* | | | | | | | | use new constructor. (Oops! :bomb:) | Aaron Patterson | 2015-07-08 | 2 | -2/+2 | |
* | | | | | | | | assign the cookie hash on request allocation | Aaron Patterson | 2015-07-08 | 2 | -2/+2 | |
* | | | | | | | | request objects are no longer recycled | Aaron Patterson | 2015-07-08 | 2 | -16/+8 | |
* | | | | | | | | pass the variant as a parameter to more reflect real world apps | Aaron Patterson | 2015-07-08 | 1 | -3/+3 | |
* | | | | | | | | add a new constructor for allocating test requests | Aaron Patterson | 2015-07-08 | 4 | -29/+31 | |
* | | | | | | | | make `env` a required parameter | Aaron Patterson | 2015-07-08 | 2 | -7/+7 | |
* | | | | | | | | pass the starting env and session to build_request | Aaron Patterson | 2015-07-08 | 2 | -4/+4 | |
* | | | | | | | | remove call to build_request | Aaron Patterson | 2015-07-08 | 1 | -1/+0 | |
* | | | | | | | | pass the session and env in to the test request | Aaron Patterson | 2015-07-08 | 1 | -4/+8 | |
* | | | | | | | | let the superclass build the request and response | Aaron Patterson | 2015-07-08 | 11 | -48/+14 | |
* | | | | | | | | Merge pull request #20781 from dubek/collection-cache-explicit | Kasper Timm Hansen | 2015-07-08 | 5 | -9/+47 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Support explicit defintion of resouce name for collection caching. | Dov Murik | 2015-07-07 | 5 | -9/+47 |