| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test for AC::Parameters#to_unsafe_h | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 |
* | Merge pull request #22830 from jcoyne/parameters_include | Richard Schneeman | 2015-12-29 | 1 | -0/+6 |
|\ |
|
| * | Add AC::Parameters#include? | Justin Coyne | 2015-12-29 | 1 | -0/+6 |
* | | 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 |
* | Merge pull request #22650 from derekprior/dp-actionpack-warnings | Rafael França | 2015-12-18 | 1 | -0/+5 |
|\ |
|
| * | Fix "instance variable not initialized" in tests | Derek Prior | 2015-12-17 | 1 | -0/+5 |
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parameters | Rafael França | 2015-12-18 | 3 | -3/+10 |
|\ \
| |/
|/| |
|
| * | Prevent ActionController::Parameters from being passed to url_for directly | Jean Boussier | 2015-12-15 | 3 | -3/+10 |
* | | Only dup Ruby's Hash and Array. | Kasper Timm Hansen | 2015-12-17 | 1 | -0/+28 |
* | | Deprecate `redirect_to :back` | Derek Prior | 2015-12-16 | 1 | -2/+15 |
* | | Add `redirect_back` for safer referrer redirects | Derek Prior | 2015-12-16 | 1 | -0/+21 |
* | | deletes code commented out in 72160d9f | Tony Ta | 2015-12-15 | 1 | -10/+0 |
* | | Merge pull request #14212 from tylerhunt/fix-token-regex | Sean Griffin | 2015-12-15 | 1 | -0/+8 |
|\ \ |
|
| * | | Handle tab in token authentication header. | Tyler Hunt | 2014-02-26 | 1 | -0/+8 |
* | | | Add fragment_cache_key macro for controller-wide fragment cache key prefixes | Sam Stephenson | 2015-12-14 | 1 | -0/+25 |
* | | | Merge pull request #22564 from maximeg/legit_name_errors | Sean Griffin | 2015-12-14 | 1 | -0/+41 |
|\ \ \ |
|
| * | | | Don't catch all NameError to reraise as ActionController::RoutingError #22368 | Maxime Garcia | 2015-12-12 | 1 | -0/+41 |
| | |/
| |/| |
|
* / | | Make Parameters#to_h and #to_unsafe_h return HWIA | Prem Sichanugrist | 2015-12-14 | 1 | -4/+4 |
|/ / |
|
* | | Show redirect response code in assert_response messages | Jon Atack | 2015-12-11 | 1 | -7/+28 |
* | | Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre... | Rafael França | 2015-12-11 | 1 | -2/+2 |
|\ \ |
|
| * | | Use assert over assert_predicate in assert_response | Prathamesh Sonpatki | 2015-12-06 | 1 | -2/+2 |
* | | | 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 |
| |/ / /
|/| | | |
|