| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21366 from amitsuroliya/remove_unused_variable | Rafael Mendonça França | 2015-08-25 | 1 | -12/+12 |
|\ |
|
| * | Remove more unused block arguments | amitkumarsuroliya | 2015-08-25 | 1 | -12/+12 |
* | | Merge pull request #21345 from aditya-kapoor/trim-ap | Rafael Mendonça França | 2015-08-25 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Trim out unneeded controllers from AP test suite | Aditya Kapoor | 2015-08-24 | 1 | -4/+4 |
* | | Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests | Rafael Mendonça França | 2015-08-25 | 1 | -0/+10 |
|\ \ |
|
| * | | add missing tests for action regexp | Aditya Kapoor | 2015-08-02 | 1 | -0/+10 |
* | | | remove more direct `env` mutations | Aaron Patterson | 2015-08-24 | 1 | -1/+1 |
* | | | use `make_set` helper method to generate route sets | Aaron Patterson | 2015-08-24 | 1 | -31/+1 |
* | | | Merge pull request #21355 from akihiro17/remove-variables | Rafael Mendonça França | 2015-08-24 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Remove unused variables | akihiro17 | 2015-08-24 | 1 | -2/+2 |
| | |/
| |/| |
|
* / | | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 3 | -45/+60 |
|/ / |
|
* | | Merge pull request #21106 from amitsuroliya/fix_routing_test | Andrew White | 2015-08-21 | 1 | -6/+0 |
|\ \ |
|
| * | | Remove duplicity in tests | amitkumarsuroliya | 2015-08-03 | 1 | -6/+0 |
| |/ |
|
* | | test the verb method on the route, specifically | Aaron Patterson | 2015-08-17 | 1 | -1/+1 |
* | | routes are always constructed with a hash for the conditions | Aaron Patterson | 2015-08-17 | 1 | -1/+1 |
* | | Merge pull request #21203 from denniss/issue-21199 | Sean Griffin | 2015-08-11 | 1 | -0/+8 |
|\ \ |
|
| * | | Authorization scheme should be case insensitive. Fixes #21199 | Dennis Suratna | 2015-08-11 | 1 | -0/+8 |
* | | | Refactor route assertion methods in resources test | eileencodes | 2015-08-08 | 1 | -50/+51 |
* | | | remove vestigial code | Aaron Patterson | 2015-08-07 | 1 | -43/+0 |
* | | | finish deprecating handling strings and symbols | Aaron Patterson | 2015-08-07 | 1 | -1/+1 |
* | | | do not add common ports to HTTP_HOST | Michael Grosser | 2015-08-06 | 1 | -0/+19 |
|/ / |
|
* / | Add missing assertion for test_route_with_colon_first | Aditya Kapoor | 2015-08-03 | 1 | -2/+4 |
|/ |
|
* | Fix state being carried over from previous transaction | Roque Pinel | 2015-07-20 | 1 | -1/+1 |
* | Fix exception overwritten for parameters fetch method | Roque Pinel | 2015-07-18 | 1 | -0/+13 |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 25 | -186/+186 |
* | Add deprecation warning for `render :text` | Prem Sichanugrist | 2015-07-17 | 1 | -11/+42 |
* | Skip a few failing tests on JRuby with the attached tickets | Robin Dupret | 2015-07-17 | 1 | -0/+4 |
* | Make AC::Parameters not inherited from Hash | Prem Sichanugrist | 2015-07-15 | 5 | -6/+10 |
* | Merge pull request #20866 from jdantonio/countdown-latch | Aaron Patterson | 2015-07-14 | 1 | -14/+14 |
|\ |
|
| * | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -14/+14 |
* | | Merge pull request #20877 from sikachu/rename-ac-test_response | Rafael Mendonça França | 2015-07-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Change AC::TestResponse to AD::TestResponse | Prem Sichanugrist | 2015-07-14 | 1 | -1/+1 |
* | | | only call methods that are on the superclass | Aaron Patterson | 2015-07-14 | 2 | -3/+3 |
|/ / |
|
* / | only have one TestResponse class | Aaron Patterson | 2015-07-13 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | 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 |
* | Fix the random caching test failure. | Kasper Timm Hansen | 2015-07-05 | 1 | -0/+1 |
* | Override default_render's behavior with a block | Dave Copeland | 2015-06-20 | 1 | -0/+21 |
* | 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 |
* | 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 |