| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+1 |
* | use JSON to communicate between the controller and the tests | Aaron Patterson | 2015-07-09 | 1 | -12/+12 |
* | build and assign parameters rather than rely on mutations | Aaron Patterson | 2015-07-08 | 1 | -3/+3 |
* | request objects are no longer recycled | Aaron Patterson | 2015-07-08 | 1 | -6/+0 |
* | 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 | 1 | -9/+9 |
* | make `env` a required parameter | Aaron Patterson | 2015-07-08 | 1 | -6/+6 |
* | remove call to build_request | Aaron Patterson | 2015-07-08 | 1 | -1/+0 |
* | let the superclass build the request and response | Aaron Patterson | 2015-07-08 | 10 | -47/+13 |
* | pass variants in rather than mutating the request. | Aaron Patterson | 2015-07-07 | 1 | -48/+31 |
* | pass cookies from the jar in the HTTP_COOKIE header | eileencodes | 2015-07-07 | 1 | -2/+0 |
* | Merge pull request #13897 from gmalette/nested-parameter-filtering-2 | Arthur Nogueira Neves | 2015-07-06 | 1 | -0/+1 |
|\ |
|
| * | Allow filtering params based on parent keys | Guillaume Malette | 2015-06-22 | 1 | -0/+1 |
* | | Fix the random caching test failure. | Kasper Timm Hansen | 2015-07-05 | 1 | -0/+1 |
* | | Improve error messages in cookies_test | eileencodes | 2015-06-27 | 1 | -3/+3 |
* | | Merge pull request #20276 from davetron5000/revert-head-on-no-template | Kasper Timm Hansen | 2015-06-27 | 1 | -0/+21 |
|\ \ |
|
| * | | Override default_render's behavior with a block | Dave Copeland | 2015-06-20 | 1 | -0/+21 |
| |/ |
|
* | | Merge pull request #19431 from hmarr/head-routing | Rafael Mendonça França | 2015-06-22 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | Respect routing precedence for HEAD requests | Harry Marr | 2015-03-20 | 1 | -3/+2 |
* | | Revert "Merge pull request #20584 from arthurnn/fix_url" | Arthur Neves | 2015-06-17 | 1 | -7/+0 |
* | | Catch InvalidURIError on bad paths on redirect. | Arthur Neves | 2015-06-16 | 1 | -0/+7 |
* | | remove `header=` on the response object. | Aaron Patterson | 2015-06-15 | 1 | -0/+2 |
* | | Deprecate passing hash as first parameter into ActionController::Head | Mehmet Emin İNAÇ | 2015-06-15 | 3 | -10/+31 |
* | | Fix flakyness. | Kasper Timm Hansen | 2015-06-15 | 1 | -0/+1 |
* | | ActionDispatch::SSL should keep original header's behavior | Fumiaki MATSUSHIMA | 2015-06-14 | 1 | -0/+11 |
* | | Return 204 if render is not called in API controllers | Jorge Bejar | 2015-06-11 | 1 | -0/+15 |
* | | Add test coverage for implicit render in empty actions | Jorge Bejar | 2015-06-11 | 1 | -0/+14 |
* | | Include ParamsWrapper in AC::API | Jorge Bejar | 2015-06-11 | 1 | -0/+26 |
* | | Rename test methods in api conditional get controller tests | Jorge Bejar | 2015-06-11 | 1 | -2/+2 |
* | | Routes resources avoid :new and :edit endpoints if api_only is enabled | Jorge Bejar | 2015-06-11 | 1 | -0/+75 |
* | | Remove extra whitespaces | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 |
* | | Use new hash syntax | Santiago Pastorino | 2015-06-11 | 2 | -7/+7 |
* | | Remove Unneeded ApiPublicExceptions middleware, PublicExceptions already does... | Santiago Pastorino | 2015-06-11 | 1 | -37/+0 |
* | | Use nex hash syntax on tests | Santiago Pastorino | 2015-06-11 | 1 | -5/+5 |
* | | Add ApiPublicException middleware | Santiago Pastorino | 2015-06-11 | 1 | -2/+39 |
* | | Move Model test class inside RenderersApiController namespace | Santiago Pastorino | 2015-06-11 | 1 | -8/+8 |
* | | Add ActionController API functionality | Santiago Pastorino | 2015-06-11 | 7 | -0/+184 |
* | | Change the `index` arg of `ActionDispatch::Static#new` to a kwarg | Yuki Nishijima | 2015-06-11 | 1 | -1/+1 |
* | | extract required_defaults from the conditions hash before constructing the route | Aaron Patterson | 2015-06-08 | 3 | -48/+48 |
* | | Merge pull request #19094 from phoet/have_bearer_be_valid_as_well | Rafael Mendonça França | 2015-06-01 | 1 | -1/+8 |
|\ \ |
|
| * | | allow `Bearer` as well as `Token` | phoet | 2015-06-01 | 1 | -0/+7 |
| * | | actually test what the name says | phoet | 2015-06-01 | 1 | -1/+1 |
* | | | Merge pull request #20138 from tgxworld/deprecated_assert_template | Rafael Mendonça França | 2015-06-01 | 11 | -492/+101 |
|\ \ \ |
|
| * | | | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 11 | -492/+101 |
| |/ / |
|
* | | | Merge pull request #20284 from kaspth/fix-caching-test | Rafael Mendonça França | 2015-06-01 | 3 | -3/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | Replace expectation with state check. | Kasper Timm Hansen | 2015-05-30 | 3 | -3/+9 |
* | | | Fix warning about ambiguous first argument | Arun Agrawal | 2015-05-29 | 1 | -1/+1 |
* | | | Merge pull request #20017 from eliotsykes/configurable-static-index-filename | Rafael Mendonça França | 2015-05-28 | 5 | -0/+18 |
|\ \ \ |
|
| * | | | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 5 | -0/+18 |