aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Document when fallback_location is used [ci-skip]Derek Prior2015-12-171-2/+8
* | | | Only dup Ruby's Hash and Array.Kasper Timm Hansen2015-12-171-2/+18
* | | | Deprecate `redirect_to :back`Derek Prior2015-12-161-10/+6
* | | | Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-161-0/+23
* | | | Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-161-1/+2
|\ \ \ \
| * | | | Deprecate passing string to define callback.yui-knk2015-12-161-1/+2
| |/ / /
* | | | Merge pull request #14212 from tylerhunt/fix-token-regexSean Griffin2015-12-151-1/+1
|\ \ \ \
| * | | | Handle tab in token authentication header.Tyler Hunt2014-02-261-1/+1
* | | | | Remove warning of shadowing variableRafael Mendonça França2015-12-151-1/+1
* | | | | Add fragment_cache_key macro for controller-wide fragment cache key prefixesSam Stephenson2015-12-141-3/+42
* | | | | Remove ActionView::Helpers::CacheHelper#fragment_cache_keySam Stephenson2015-12-141-0/+6
* | | | | 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
|\ \ \ \ \ \