Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 7 | -31/+31 | |
|/ / / / | ||||||
* | | | | Added test for `send_file_headers` called with nil content type | Ronak Jangir | 2015-09-19 | 1 | -1/+12 | |
* | | | | do not instantiate a param parser middleware | Aaron Patterson | 2015-09-18 | 1 | -8/+12 | |
* | | | | create a new renderer instance on calls to `for` | Aaron Patterson | 2015-09-14 | 1 | -16/+3 | |
* | | | | eagerly allocate the renderer object | Aaron Patterson | 2015-09-14 | 1 | -0/+4 | |
* | | | | Handle Content-Types that are not :json, :xml, or :url_encoded_form | eileencodes | 2015-09-09 | 1 | -0/+25 | |
* | | | | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar... | Rafael Mendonça França | 2015-09-08 | 1 | -0/+20 | |
|\ \ \ \ | ||||||
| * | | | | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 1 | -0/+20 | |
* | | | | | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 4 | -38/+56 | |
|/ / / / | ||||||
* | | | | Fix route creation when format is a blank string | eileencodes | 2015-09-02 | 1 | -0/+1 | |
* | | | | Set the content-type to `text/html` if the options[:html] is true | akihiro17 | 2015-08-29 | 1 | -1/+0 | |
* | | | | revises 877e42e | Xavier Noria | 2015-08-28 | 1 | -6/+6 | |
* | | | | [Feature] params.require requires array of params | Gaurish Sharma | 2015-08-28 | 1 | -0/+17 | |
* | | | | remove RackDelegation module | Aaron Patterson | 2015-08-26 | 2 | -4/+0 | |
* | | | | include ActionView::Rendering in the minimal controller | Aaron Patterson | 2015-08-26 | 1 | -0/+1 | |
* | | | | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -1/+0 | |
* | | | | provide a request and response to all controllers | Aaron Patterson | 2015-08-25 | 4 | -2/+6 | |
* | | | | Fix another rack SPEC violation | Aaron Patterson | 2015-08-25 | 1 | -1/+1 | |
* | | | | rack SPEC doesn't allow `first` on the body | Aaron Patterson | 2015-08-25 | 1 | -8/+12 | |
* | | | | Merge pull request #21368 from rodzyn/remove_mocha | Kasper Timm Hansen | 2015-08-25 | 2 | -121/+177 | |
|\ \ \ \ | ||||||
| * | | | | Get rid of mocha tests - part 2 | Marcin Olichwirowicz | 2015-08-25 | 2 | -121/+177 | |
* | | | | | 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 | |
|\ \ \ |