aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-1/+1
* Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-191-1/+1
* Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-191-1/+1
* Remove literal? check to fix issue with prefixed optionalseileencodes2016-01-161-1/+1
* Fix typo in docs [ci skip]Rebecca Skinner2016-01-141-2/+2
* Space OddityAkira Matsuda2016-01-143-4/+4
* Merge pull request #22935 from cllns/add-status-name-to-outputRafael França2016-01-122-14/+63
|\
| * Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-122-14/+63
* | Merge pull request #23035 from jkowens/fix-null-byteRafael França2016-01-121-1/+5
|\ \ | |/ |/|
| * Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-1/+5
* | Commit before freezing the headersMatthew Draper2016-01-122-1/+8
* | Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-7/+18
* | Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-rootKasper Timm Hansen2016-01-071-21/+21
|\ \
| * | Kept overridden root method and removed original methodPrathamesh Sonpatki2016-01-071-21/+21
* | | Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-2/+11
* | | Replace x.times.map{} with Array.new(x){}Viktar Basharymau2016-01-021-1/+1
| |/ |/|
* | Merge pull request #22826 from timrogers/actiondispatch-ssl-configRafael França2015-12-311-8/+12
|\ \
| * | Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-8/+12
* | | Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-291-2/+2
* | | Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-291-3/+3
|/ /
* | Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-12/+14
* | Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+9
* | Remember the parameter hash we returnMatthew Draper2015-12-221-1/+1
* | Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-181-1/+4
|\ \
| * | Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-1/+4
* | | Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-182-2/+2
* | | 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
* | | Remove ActionController::TestCase from documentationeileencodes2015-12-121-1/+1
|/ /
* | 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
* | | 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
* | | 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-063-0/+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
|/