aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22564 from maximeg/legit_name_errorsSean Griffin2015-12-141-2/+4
|\
| * Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-2/+4
* | Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-5/+7
* | Remove ActionController::TestCase from documentationeileencodes2015-12-122-1/+5
|/
* Show redirect response code in assert_response messagesJon Atack2015-12-111-10/+8
* Merge pull request #22514 from prathamesh-sonpatki/use-assert-over-assert-pre...Rafael França2015-12-111-1/+1
|\
| * Use assert over assert_predicate in assert_responsePrathamesh Sonpatki2015-12-061-1/+1
* | Merge pull request #20831 from jmbejar/rails-api-json-error-responseSantiago Pastorino2015-12-092-33/+81
|\ \
| * | 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-092-17/+11
| * | DebugException initialize with a response_format valueJorge Bejar2015-12-091-6/+7
| * | 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-091-41/+64
| * | Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-092-5/+18
| * | Use URL path extension as format in bad params exception handlingJorge Bejar2015-12-081-2/+17
* | | Fix `make_response!` when called by `serve` in `RouteSet`eileencodes2015-12-091-6/+1
|/ /
* | Change the `protect_from_forgery` prepend default to `false`eileencodes2015-12-071-7/+7
* | Merge pull request #22475 from claudiob/missing-requireMatthew Draper2015-12-081-0/+1
|\ \
| * | Add missing require to strong_parameters.rbclaudiob2015-12-041-0/+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-064-6/+7
| |/ |/|
* | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...Arthur Nogueira Neves2015-12-051-0/+15
|\ \
| * | Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-041-0/+15
| |/
* / 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-281-6/+9
|\ \
| * | Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-281-6/+9
| |/
* | Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-1/+2
|\ \
| * | In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-1/+2
* | | Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-262-4/+30
|\ \ \
| * | | Add option to verify Origin header in CSRF checksBen Toews2015-11-252-4/+30
* | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-242-0/+8
|\ \ \ \
| * | | | Add text template for source codeTijmen Brommet2015-11-032-0/+8
| |/ / /
* | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-231-3/+9
|\ \ \ \
| * | | | write a test for `#form_data?`Sergey Alekseev2015-03-311-1/+9
* | | | | 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-211-4/+0
|/ / / /
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-11-151-5/+5
|\ \ \ \
| * | | | adding missing `.` Gaurav Sharma2015-11-151-5/+5
* | | | | [ci skip] Fix <tt> in docclaudiob2015-11-151-1/+1
* | | | | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rbYves Senn2015-11-121-1/+0
|\ \ \ \ \