aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing on CHANGELOG nameeileencodes2015-12-121-1/+1
* Remove ActionController::TestCase from documentationeileencodes2015-12-123-1/+17
* Show redirect response code in assert_response messagesJon Atack2015-12-112-17/+36
* Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...Rafael França2015-12-112-3/+3
|\
| * Use assert over assert_predicate in assert_responsePrathamesh Sonpatki2015-12-062-3/+3
* | Merge pull request #20831 from jmbejar/rails-api-json-error-responseSantiago Pastorino2015-12-096-38/+181
|\ \
| * | Avoid calling AD::MimeNegotiation#format_from_path_extension method twiceJorge Bejar2015-12-091-2/+2
| * | Avoid warning because of the mime typeJorge Bejar2015-12-091-1/+1
| * | Do not add format key to request_paramsJorge Bejar2015-12-093-18/+11
| * | Update Changelog with the added response_format option in AD::DebugExceptionsJorge Bejar2015-12-091-0/+10
| * | DebugException initialize with a response_format valueJorge Bejar2015-12-092-8/+9
| * | Better name for method in DebugExceptions middlewareJorge Bejar2015-12-091-2/+2
| * | Improve regexp in AC::Http::ParametersJorge Bejar2015-12-091-1/+1
| * | Minor cleanup in AD::DebugExceptionsJorge Bejar2015-12-091-6/+9
| * | Remove unneeded args in AD::DebugExceptionsJorge Bejar2015-12-091-1/+0
| * | New hash syntax in AD::DebugExceptionsJorge Bejar2015-12-091-4/+4
| * | Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-092-52/+126
| * | Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-095-9/+43
| * | Use URL path extension as format in bad params exception handlingJorge Bejar2015-12-082-3/+32
* | | Fix `make_response!` when called by `serve` in `RouteSet`eileencodes2015-12-092-6/+40
|/ /
* | Change the `protect_from_forgery` prepend default to `false`eileencodes2015-12-073-9/+32
* | Merge pull request #22475 from claudiob/missing-requireMatthew Draper2015-12-081-0/+1
|\ \
| * | Add missing require to strong_parameters.rbclaudiob2015-12-041-0/+1
* | | Merge pull request #22517 from Elektron1c97/masterRafael França2015-12-071-2/+1
|\ \ \
| * | | [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-061-2/+1
| |/ /
* | | Only commit the cookie jar if it hasn't been committedeileencodes2015-12-061-1/+1
* | | Stop violating law of demeter in response cookie_jareileencodes2015-12-063-1/+10
* | | Push `before_sending` to super classeileencodes2015-12-0610-11/+17
* | | Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_lengthEileen M. Uchitelle2015-12-061-26/+30
|\ \ \ | |_|/ |/| |
| * | Test against the real value of tld_length unless explicitly setWill Jessop2015-12-041-26/+30
| |/
* | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...Arthur Nogueira Neves2015-12-052-1/+31
|\ \
| * | Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-042-1/+31
| |/
* / Shrink a couple of deprecation warnings to one-linersMatthew Draper2015-12-061-18/+8
|/
* Merge pull request #22373 from yui-knk/ad_constraintsYves Senn2015-11-301-1/+1
|\
| * Add `Routing` namespace to point appropriate constantyui-knk2015-11-221-1/+1
* | Merge pull request #22371 from yui-knk/better_mount_errorArthur Nogueira Neves2015-11-282-7/+22
|\ \
| * | Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-282-7/+22
| |/
* | [ci skip] Add author's name to CHANGELOGyui-knk2015-11-281-0/+2
* | Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-263-1/+13
|\ \
| * | In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-293-1/+13
* | | Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-263-4/+75
|\ \ \
| * | | Add option to verify Origin header in CSRF checksBen Toews2015-11-253-4/+75
* | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-243-0/+16
|\ \ \ \
| * | | | Add text template for source codeTijmen Brommet2015-11-033-0/+16
* | | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-232-3/+29
|\ \ \ \ \
| * | | | | write a test for `#form_data?`Sergey Alekseev2015-03-312-1/+29
* | | | | | Clearer comment and variable name on IP spoofingGrey Baker2015-11-221-7/+15
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #22353 from Bounga/doc_for_cookies_encryptedClaudio B2015-11-201-0/+7
|\ \ \ \ \
| * | | | | Add missing example for cookies.encrypted [ci skip]Nicolas Cavigneaux2015-11-201-0/+7
* | | | | | Remove arity check for `RouteSet#draw`yui-knk2015-11-212-10/+0
|/ / / / /