| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22826 from timrogers/actiondispatch-ssl-config | Rafael França | 2015-12-31 | 1 | -15/+30 |
|\ |
|
| * | Flexible configuration for ActionDispatch::SSL | Tim Rogers | 2015-12-29 | 1 | -15/+30 |
* | | Format from Accept headers have higher precedence than path extension format | Jorge Bejar | 2015-12-29 | 1 | -0/+9 |
* | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i... | Jorge Bejar | 2015-12-29 | 1 | -0/+12 |
|/ |
|
* | Currectly test the Middleware#== | Rafael Mendonça França | 2015-12-22 | 1 | -4/+8 |
* | Add #== back to ActionDispatch::MiddlewareStack::Middleware | Jon Moss | 2015-12-21 | 1 | -0/+12 |
* | Don't catch all NameError to reraise as ActionController::RoutingError #22368 | Maxime Garcia | 2015-12-12 | 1 | -0/+41 |
* | Do not add format key to request_params | Jorge Bejar | 2015-12-09 | 1 | -1/+0 |
* | DebugException initialize with a response_format value | Jorge Bejar | 2015-12-09 | 1 | -2/+2 |
* | Fix some edge cases in AD::DebugExceptions in rails api apps | Jorge Bejar | 2015-12-09 | 1 | -11/+62 |
* | Response when error should be formatted properly in Rails API if local request | Jorge Bejar | 2015-12-09 | 2 | -0/+19 |
* | Use URL path extension as format in bad params exception handling | Jorge Bejar | 2015-12-08 | 1 | -1/+15 |
* | Push `before_sending` to super class | eileencodes | 2015-12-06 | 4 | -3/+8 |
* | Test against the real value of tld_length unless explicitly set | Will Jessop | 2015-12-04 | 1 | -26/+30 |
* | Merge pull request #22371 from yui-knk/better_mount_error | Arthur Nogueira Neves | 2015-11-28 | 1 | -1/+13 |
|\ |
|
| * | Brush up errors of `ActionDispatch::Routing::Mapper#mount` | yui-knk | 2015-11-28 | 1 | -1/+13 |
* | | Merge pull request #21241 from pdg137/master | Arthur Nogueira Neves | 2015-11-26 | 1 | -0/+7 |
|\ \ |
|
| * | | In url_for, never append ? when the query string is empty anyway. | Paul Grayson | 2015-10-29 | 1 | -0/+7 |
* | | | 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 |
* | | | | Fix typo [ci skip] | Jake Worth | 2015-11-12 | 1 | -1/+1 |
* | | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 4 | -9/+21 |
* | | | 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 |
* | | | 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 |
* | | | Catch invalid UTF-8 querystring values and respond with BadRequest | Grey Baker | 2015-10-23 | 1 | -6/+10 |
* | | | 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 | 3 | -93/+78 |
* | | | | | move file sending to the response object | Aaron Patterson | 2015-10-05 | 1 | -0/+2 |
* | | | | | 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 |
* | | | | 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 |
* | | | | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 1 | -3/+3 |
* | | | | split cookie tests | Aaron Patterson | 2015-09-23 | 1 | -1/+6 |
* | | | | don't mutate a response object after to_a | Aaron Patterson | 2015-09-23 | 1 | -0/+2 |
* | | | | remove html_types set | Aaron Patterson | 2015-09-21 | 1 | -1/+1 |
* | | | | introduce an `All` mime type | Aaron Patterson | 2015-09-21 | 1 | -2/+4 |