| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove literal? check to fix issue with prefixed optionals | eileencodes | 2016-01-16 | 1 | -1/+1 |
* | Fix typo in docs [ci skip] | Rebecca Skinner | 2016-01-14 | 1 | -2/+2 |
* | Space Oddity | Akira Matsuda | 2016-01-14 | 3 | -4/+4 |
* | Merge pull request #22935 from cllns/add-status-name-to-output | Rafael França | 2016-01-12 | 2 | -14/+63 |
|\ |
|
| * | Add both HTTP Response Code and Type to assertion messages | Sean Collins | 2016-01-12 | 2 | -14/+63 |
* | | Merge pull request #23035 from jkowens/fix-null-byte | Rafael França | 2016-01-12 | 1 | -1/+5 |
|\ \
| |/
|/| |
|
| * | Prevent attempt to serve a request with a null byte | Jordan Owens | 2016-01-12 | 1 | -1/+5 |
* | | Commit before freezing the headers | Matthew Draper | 2016-01-12 | 2 | -1/+8 |
* | | Better error message when running `rake routes` with CONTROLLER arg: | Edouard CHIN | 2016-01-07 | 1 | -7/+18 |
* | | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-root | Kasper Timm Hansen | 2016-01-07 | 1 | -21/+21 |
|\ \ |
|
| * | | Kept overridden root method and removed original method | Prathamesh Sonpatki | 2016-01-07 | 1 | -21/+21 |
* | | | Allow AC::Parameters as an argument to url_helpers | Prathamesh Sonpatki | 2016-01-07 | 1 | -2/+11 |
* | | | Replace x.times.map{} with Array.new(x){} | Viktar Basharymau | 2016-01-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #22826 from timrogers/actiondispatch-ssl-config | Rafael França | 2015-12-31 | 1 | -8/+12 |
|\ \ |
|
| * | | Flexible configuration for ActionDispatch::SSL | Tim Rogers | 2015-12-29 | 1 | -8/+12 |
* | | | Format from Accept headers have higher precedence than path extension format | Jorge Bejar | 2015-12-29 | 1 | -2/+2 |
* | | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i... | Jorge Bejar | 2015-12-29 | 1 | -3/+3 |
|/ / |
|
* | | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -12/+14 |
* | | Add #== back to ActionDispatch::MiddlewareStack::Middleware | Jon Moss | 2015-12-21 | 1 | -0/+9 |
* | | Remember the parameter hash we return | Matthew Draper | 2015-12-22 | 1 | -1/+1 |
* | | Merge pull request #20797 from byroot/prevent-url-for-ac-parameters | Rafael França | 2015-12-18 | 1 | -1/+4 |
|\ \ |
|
| * | | Prevent ActionController::Parameters from being passed to url_for directly | Jean Boussier | 2015-12-15 | 1 | -1/+4 |
* | | | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 2 | -2/+2 |
* | | | Merge pull request #22564 from maximeg/legit_name_errors | Sean Griffin | 2015-12-14 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't catch all NameError to reraise as ActionController::RoutingError #22368 | Maxime Garcia | 2015-12-12 | 1 | -2/+4 |
* | | | Remove ActionController::TestCase from documentation | eileencodes | 2015-12-12 | 1 | -1/+1 |
|/ / |
|
* | | Show redirect response code in assert_response messages | Jon Atack | 2015-12-11 | 1 | -10/+8 |
* | | Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre... | Rafael França | 2015-12-11 | 1 | -1/+1 |
|\ \ |
|
| * | | Use assert over assert_predicate in assert_response | Prathamesh Sonpatki | 2015-12-06 | 1 | -1/+1 |
* | | | Avoid calling AD::MimeNegotiation#format_from_path_extension method twice | Jorge Bejar | 2015-12-09 | 1 | -2/+2 |
* | | | Avoid warning because of the mime type | Jorge Bejar | 2015-12-09 | 1 | -1/+1 |
* | | | Do not add format key to request_params | Jorge Bejar | 2015-12-09 | 2 | -17/+11 |
* | | | DebugException initialize with a response_format value | Jorge Bejar | 2015-12-09 | 1 | -6/+7 |
* | | | Better name for method in DebugExceptions middleware | Jorge Bejar | 2015-12-09 | 1 | -2/+2 |
* | | | Improve regexp in AC::Http::Parameters | Jorge Bejar | 2015-12-09 | 1 | -1/+1 |
* | | | Minor cleanup in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 1 | -6/+9 |
* | | | Remove unneeded args in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 1 | -1/+0 |
* | | | New hash syntax in AD::DebugExceptions | Jorge Bejar | 2015-12-09 | 1 | -4/+4 |
* | | | Fix some edge cases in AD::DebugExceptions in rails api apps | Jorge Bejar | 2015-12-09 | 1 | -41/+64 |
* | | | Response when error should be formatted properly in Rails API if local request | Jorge Bejar | 2015-12-09 | 2 | -5/+18 |
* | | | Use URL path extension as format in bad params exception handling | Jorge Bejar | 2015-12-08 | 1 | -2/+17 |
* | | | Only commit the cookie jar if it hasn't been committed | eileencodes | 2015-12-06 | 1 | -1/+1 |
* | | | Stop violating law of demeter in response cookie_jar | eileencodes | 2015-12-06 | 3 | -1/+10 |
* | | | Push `before_sending` to super class | eileencodes | 2015-12-06 | 3 | -0/+7 |
|/ / |
|
* | | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a... | Arthur Nogueira Neves | 2015-12-05 | 1 | -0/+15 |
|\ \ |
|
| * | | Add redirection path in the error message of assert_response if response is :... | Prathamesh Sonpatki | 2015-12-04 | 1 | -0/+15 |
| |/ |
|
* / | Shrink a couple of deprecation warnings to one-liners | Matthew Draper | 2015-12-06 | 1 | -18/+8 |
|/ |
|
* | Merge pull request #22373 from yui-knk/ad_constraints | Yves Senn | 2015-11-30 | 1 | -1/+1 |
|\ |
|
| * | Add `Routing` namespace to point appropriate constant | yui-knk | 2015-11-22 | 1 | -1/+1 |
* | | Merge pull request #22371 from yui-knk/better_mount_error | Arthur Nogueira Neves | 2015-11-28 | 1 | -6/+9 |
|\ \ |
|