| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #20831 from jmbejar/rails-api-json-error-response | Santiago Pastorino | 2015-12-09 | 3 | -5/+90 |
|\ |
|
| * | 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 | 3 | -4/+25 |
| * | Use URL path extension as format in bad params exception handling | Jorge Bejar | 2015-12-08 | 1 | -1/+15 |
* | | Fix `make_response!` when called by `serve` in `RouteSet` | eileencodes | 2015-12-09 | 1 | -0/+39 |
|/ |
|
* | Change the `protect_from_forgery` prepend default to `false` | eileencodes | 2015-12-07 | 1 | -2/+2 |
* | Push `before_sending` to super class | eileencodes | 2015-12-06 | 6 | -5/+10 |
* | Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_length | Eileen M. Uchitelle | 2015-12-06 | 1 | -26/+30 |
|\ |
|
| * | Test against the real value of tld_length unless explicitly set | Will Jessop | 2015-12-04 | 1 | -26/+30 |
* | | Add redirection path in the error message of assert_response if response is :... | Prathamesh Sonpatki | 2015-12-04 | 1 | -1/+16 |
|/ |
|
* | 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 #22263 from mastahyeti/csrf-origin-check | Rafael França | 2015-11-26 | 1 | -0/+45 |
|\ \ \ |
|
| * | | | Add option to verify Origin header in CSRF checks | Ben Toews | 2015-11-25 | 1 | -0/+45 |
* | | | | 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 |