| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22172 from tijmenb/fix-source-in-show-exception | Rafael França | 2015-11-24 | 1 | -0/+8 |
|\ |
|
| * | Add text template for source code | Tijmen Brommet | 2015-11-03 | 1 | -0/+8 |
* | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method | Sean Griffin | 2015-11-23 | 1 | -0/+20 |
|\ \ |
|
| * | | write a test for `#form_data?` | Sergey Alekseev | 2015-03-31 | 1 | -0/+20 |
* | | | Remove arity check for `RouteSet#draw` | yui-knk | 2015-11-21 | 1 | -6/+0 |
* | | | Fix typo [ci skip] | Jake Worth | 2015-11-12 | 1 | -1/+1 |
* | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 2 | -2/+2 |
* | | | tests, test should not care wether 9ms or 11ms have passed. | Yves Senn | 2015-11-04 | 1 | -1/+1 |
| |/
|/| |
|
* | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 5 | -11/+31 |
* | | Merge pull request #21251 from rodzyn/more_param_parser_tests | Sean Griffin | 2015-10-30 | 1 | -0/+14 |
|\ \ |
|
| * | | Add test for parsing application/vnd.api+json | Marcin Olichwirowicz | 2015-08-21 | 1 | -0/+14 |
* | | | Revert "ActionController::Base#process() now only takes an action name" | Aaron Patterson | 2015-10-29 | 1 | -0/+20 |
* | | | ActionController::Base#process() now only takes an action name | Aaron Patterson | 2015-10-29 | 1 | -20/+0 |
* | | | 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 skipped JRuby tests that are passing on 9.0.3.0. | Guo Xiang Tan | 2015-10-27 | 3 | -6/+0 |
* | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -2/+2 |
* | | | Remove skip on tests that have been fixed. | Guo Xiang Tan | 2015-10-24 | 1 | -4/+0 |
* | | | Catch invalid UTF-8 querystring values and respond with BadRequest | Grey Baker | 2015-10-23 | 1 | -6/+10 |
* | | | 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 |
* | | | Merge pull request #22003 from yui-knk/remove_needless_require_as | Yves Senn | 2015-10-20 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 |
* | | | | Show helpful messages on invalid param. encodings | Agis Anastasopoulos | 2015-10-19 | 1 | -0/+14 |
|/ / / |
|
* | | | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 1 | -8/+27 |
|\ \ \ |
|
| * | | | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 1 | -8/+27 |
* | | | | Merge pull request #21849 from yui-knk/refactor_regexp_to_string | Andrew White | 2015-10-12 | 2 | -2/+13 |
|\ \ \ \ |
|
| * | | | | Change `Journey::Route#verb` to return string instead of regexp. | yui-knk | 2015-10-03 | 2 | -2/+13 |
* | | | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 12 | -128/+113 |
* | | | | | move file sending to the response object | Aaron Patterson | 2015-10-05 | 2 | -1/+3 |
* | | | | | Merge pull request #21848 from yui-knk/test_suppress_warnings | Sean Griffin | 2015-10-04 | 1 | -3/+2 |
|\ \ \ \ \ |
|
| * | | | | | Suppress warnings of `assigned but unused variable` | yui-knk | 2015-10-03 | 1 | -3/+2 |
| |/ / / / |
|
* / / / / | Introduce `Headers#add`. Move `Response#add_header` upstream. | Jeremy Daer | 2015-10-03 | 2 | -10/+28 |
|/ / / / |
|
* | | | | Response#add_header for adding to multi-valued headers like Vary | Jeremy Daer | 2015-10-01 | 1 | -0/+59 |
* | | | | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea... | Jeremy Daer | 2015-10-01 | 1 | -74/+93 |
* | | | | adding test for content type with default charset | Gaurav Sharma | 2015-10-02 | 1 | -1/+11 |
* | | | | Remove TestRouter#add_routes | akihiro17 | 2015-09-29 | 1 | -11/+0 |
* | | | | Added test case for deprecation of Mime.const_defined? and removed use of it. | Ronak Jangir | 2015-09-27 | 1 | -1/+5 |
* | | | | fix Mime type in doc since mime types via constants is deprecated [ci skip] | Gaurav Sharma | 2015-09-26 | 1 | -3/+3 |
* | | | | 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 |