| Commit message (Expand) | Author | Age | Files | Lines |
* | switch to JSON.dump to avoid infinite recursion | Aaron Patterson | 2015-10-29 | 1 | -1/+1 |
* | Write the cookie jar it was not committed in TestCase | Rafael Mendonça França | 2015-10-28 | 1 | -1/+1 |
* | Remove skip on tests that have been fixed. | Guo Xiang Tan | 2015-10-24 | 1 | -4/+0 |
* | FIX: Randomly failing test when running without GIL. | Guo Xiang Tan | 2015-10-23 | 1 | -0/+6 |
* | Merge pull request #19327 from rousisk/master | Sean Griffin | 2015-10-22 | 1 | -2/+2 |
|\ |
|
| * | Change Integer#year to return a Fixnum instead of a Float to improve consistency | Konstantinos Rousis | 2015-10-22 | 1 | -2/+2 |
* | | Suppress warnings (warnings about AD::IntegrationTest HTTP request) | yui-knk | 2015-10-22 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xml | Sean Griffin | 2015-10-20 | 1 | -13/+17 |
* | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 |
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 8 | -32/+32 |
* | move file sending to the response object | Aaron Patterson | 2015-10-05 | 1 | -1/+1 |
* | call `get` instead of controller.process | Aaron Patterson | 2015-09-23 | 1 | -12/+10 |
* | remove controller construction | Aaron Patterson | 2015-09-23 | 1 | -8/+4 |
* | stop directly referencing the request and response objects | Aaron Patterson | 2015-09-23 | 1 | -23/+21 |
* | test framework allocates the controller for us | Aaron Patterson | 2015-09-23 | 1 | -1/+0 |
* | type of response should not matter | Aaron Patterson | 2015-09-23 | 1 | -6/+0 |
* | don't touch the response object until after we call `get` | Aaron Patterson | 2015-09-23 | 1 | -5/+2 |
* | stop directly setting headers on the controller | Aaron Patterson | 2015-09-23 | 1 | -9/+1 |
* | test against controller responses | Aaron Patterson | 2015-09-23 | 1 | -52/+65 |
* | don't access the response object before a request was made | Aaron Patterson | 2015-09-23 | 1 | -1/+10 |
* | Merge pull request #21703 from ronakjangir47/redirect_error_messages | Jeremy Daer | 2015-09-21 | 1 | -2/+4 |
|\ |
|
| * | Added assertion for error messages for redirection to nil and params | Ronak Jangir | 2015-09-21 | 1 | -2/+4 |
* | | 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 |