aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+15
* speed up accept header parsing a bit.Aaron Patterson2016-01-281-8/+11
* convert AcceptList to a regular classAaron Patterson2016-01-281-20/+19
* remove == from AcceptItemAaron Patterson2016-01-271-6/+7
* remove useless private methodsAaron Patterson2016-01-271-13/+9
* change `@app_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-16/+10
* change `@text_xml_idx` to an lvar and cache it on the stackAaron Patterson2016-01-271-13/+11
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-2/+16
|\
| * stop caching mime types globallyAaron Patterson2016-01-221-2/+16
* | Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-14/+20
|\ \
| * | Fix marking of custom routes for JourneyAndrew White2016-01-201-14/+20
* | | Merge pull request #17573 from zerothabhishek/masterGodfrey Chan2016-01-201-1/+1
|\ \ \ | |/ / |/| |
| * | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-1/+1
* | | 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