aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-121-2/+3
|\ \ \ \
| * | | | Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-2/+3
* | | | | Add fixes accidentally removed.Kasper Timm Hansen2016-02-122-2/+3
| |_|/ / |/| | |
* | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-argsKasper Timm Hansen2016-02-121-2/+1
|\ \ \ \
| * | | | - Fixed and removed long arguments to rake routesVipul A M2016-02-121-2/+1
* | | | | Memoize `parsed_body`.Kasper Timm Hansen2016-02-111-1/+1
* | | | | [ci skip] Mention `parsed_body` in docs.Kasper Timm Hansen2016-02-111-2/+1
* | | | | Make `parsed_body` extract parser from the content type.Kasper Timm Hansen2016-02-112-5/+9
|/ / / /
* | | | Add `parsed_body` to spare writing out parsing routines.Kasper Timm Hansen2016-02-102-12/+32
* | | | Merge pull request #21671 from kaspth/integration-request-encoding-helpersDavid Heinemeier Hansson2016-02-101-4/+79
|\ \ \ \ | |/ / / |/| | |
| * | | Add `as` to encode a request as a specific mime type.Kasper Timm Hansen2016-01-041-4/+79
* | | | Add SVG as a default mime typeDavid Heinemeier Hansson2016-02-071-0/+1
* | | | add missing requireAaron Patterson2016-02-051-0/+1
* | | | Sleep well, sweet princeSean Griffin2016-02-021-1/+1
* | | | Merge pull request #23396 from pschambacher/pschambacher/fix_assert_generatesRafael França2016-02-021-0/+1
|\ \ \ \
| * | | | Duplicate assert_generates options before modifying itPierre Schambacher2016-02-011-0/+1
* | | | | Converge on filter.Kasper Timm Hansen2016-02-011-5/+4
* | | | | Simplify filter normalization.Kasper Timm Hansen2016-02-011-5/+3
* | | | | Merge pull request #23225 from vipulnsward/20420-rake-routes-optionsKasper Timm Hansen2016-02-012-16/+21
|\ \ \ \ \
| * | | | | Add options for rake routes taskVipul A M2016-02-022-16/+21
| |/ / / /
* / / / / Add documentation for #17573Jon Moss2016-02-011-0/+8
|/ / / /
* | | / remove unused requireyuuji.yaginuma2016-01-301-1/+0
| |_|/ |/| |
* | | 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