| Commit message (Expand) | Author | Age | Files | Lines |
* | stop using deprecated Abstract::ID class | Aaron Patterson | 2015-09-04 | 1 | -1/+1 |
* | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 1 | -4/+4 |
* | Fix bug where cookies mutated by request were not persisted | eileencodes | 2015-09-01 | 1 | -0/+1 |
* | Updating TestSession to access with indifference | Jeremy Friesen | 2015-08-26 | 1 | -2/+2 |
* | remove more direct `env` mutations | Aaron Patterson | 2015-08-24 | 1 | -1/+3 |
* | rm useless method | Aaron Patterson | 2015-08-24 | 1 | -4/+0 |
* | remove more `env` access | Aaron Patterson | 2015-08-23 | 1 | -11/+19 |
* | remove more env access | Aaron Patterson | 2015-08-23 | 1 | -3/+3 |
* | remove more env access | Aaron Patterson | 2015-08-23 | 1 | -4/+6 |
* | convert more `@env` access to get / set header | Aaron Patterson | 2015-08-23 | 1 | -1/+1 |
* | Fix master build | Marcin Olichwirowicz | 2015-08-17 | 1 | -0/+1 |
* | Refactor how assign_parameters sets generated_path & query_string_keys | eileencodes | 2015-08-15 | 1 | -8/+20 |
* | Rename `extra_keys` variables to `query_string_keys` | eileencodes | 2015-08-08 | 1 | -2/+2 |
* | Adds missing argument handling for ActionController::TestSession to | Matthew Gerrior | 2015-08-06 | 1 | -0/+4 |
* | Rack implements `redirect?` so we don't need it | Aaron Patterson | 2015-07-14 | 1 | -3/+0 |
* | Change AC::TestResponse to AD::TestResponse | Prem Sichanugrist | 2015-07-14 | 1 | -1/+1 |
* | only have one TestResponse class | Aaron Patterson | 2015-07-13 | 1 | -4/+1 |
* | move buffer caching on to the buffer | Aaron Patterson | 2015-07-13 | 1 | -4/+0 |
* | 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 |
* | set parameters as a query string | Aaron Patterson | 2015-07-09 | 1 | -6/+9 |
* | build and assign parameters rather than rely on mutations | Aaron Patterson | 2015-07-08 | 1 | -1/+15 |
* | assign the cookie hash on request allocation | Aaron Patterson | 2015-07-08 | 1 | -1/+1 |
* | request objects are no longer recycled | Aaron Patterson | 2015-07-08 | 1 | -10/+8 |
* | add a new constructor for allocating test requests | Aaron Patterson | 2015-07-08 | 1 | -11/+13 |
* | pass the starting env and session to build_request | Aaron Patterson | 2015-07-08 | 1 | -3/+3 |
* | pass the session and env in to the test request | Aaron Patterson | 2015-07-08 | 1 | -4/+8 |
* | allocate new responses rather than recycling them | Aaron Patterson | 2015-07-08 | 1 | -12/+5 |
* | pass cookies from the jar in the HTTP_COOKIE header | eileencodes | 2015-07-07 | 1 | -8/+7 |
* | Send cookies with request | eileencodes | 2015-07-07 | 1 | -1/+4 |
* | Update RDoc for ActionController::TestCase for kwargs. | Victor Costan | 2015-06-12 | 1 | -1/+1 |
* | Merge pull request #20138 from tgxworld/deprecated_assert_template | Rafael Mendonça França | 2015-06-01 | 1 | -6/+0 |
|\ |
|
| * | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -6/+0 |
* | | Use `any?` rather than `present?` to check args | eileencodes | 2015-05-31 | 1 | -1/+1 |
|/ |
|
* | Remove unused code. | Guo Xiang Tan | 2015-05-29 | 1 | -2/+0 |
* | Merge pull request #19808 from byroot/action-parameter | Rafael Mendonça França | 2015-05-27 | 1 | -15/+12 |
|\ |
|
| * | Allow to parameters named `action` or `controller` from AC::TestCase helpers | Jean Boussier | 2015-04-18 | 1 | -15/+12 |
* | | Move `TemplateAssertions` to their own file | eileencodes | 2015-05-09 | 1 | -188/+1 |
* | | Use `args` instead of `*args` in `kwargs_request?` method | eileencodes | 2015-05-02 | 1 | -3/+3 |
|/ |
|
* | Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection... | Santiago Pastorino | 2015-04-12 | 1 | -5/+2 |
* | fix fails to force_ssl_redirection if session_store is disabled | Taishi Kasuga | 2015-04-09 | 1 | -2/+5 |