aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-2/+2
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-8/+14
* [ci skip] Replace usage of rake routes with rails routesAbhishek Jain2016-02-252-2/+2
* Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-241-16/+10
|\
| * Update Session to utilize indiffernt accessTom Prats2016-01-301-14/+8
| * Update session to have indifferent accessTom Prats2016-01-291-2/+2
* | Fix `request.ssl?` bug with Action CableJon Moss2016-02-231-0/+4
* | Add `internal` attribute to routesJon Moss2016-02-223-4/+7
* | Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-222-4/+14
* | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-2/+2
* | Fix typographical errorGustavo Villa2016-02-221-1/+1
* | Merge pull request #23729 from maclover7/rm-unused-journeyRafael França2016-02-172-8/+0
|\ \
| * | Remove unused Journey codeJon Moss2016-02-172-8/+0
* | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-171-1/+1
|\ \ \
| * | | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-1/+1
* | | | Fix code styleRafael Mendonça França2016-02-171-3/+4
| |/ / |/| |
* | | Merge pull request #23661 from meinac/add_gzip_mime_typeRichard Schneeman2016-02-161-0/+1
|\ \ \
| * | | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-0/+1
* | | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exceptionRichard Schneeman2016-02-161-7/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-7/+11
* | | | Merge pull request #23692 from abhishekjain16/docsYves Senn2016-02-162-2/+2
|\ \ \ \
| * | | | Use a URL instead of an URL everywhereAbhishek Jain2016-02-152-2/+2
| | |/ / | |/| |
* | | | Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* | | | Add require and move escape to private methodAndrew White2016-02-161-1/+6
* | | | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...Andrew White2016-02-161-1/+1
|\ \ \ \
| * | | | Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-1/+1
* | | | | Corrected secret_key_basevs4vijay2016-02-151-1/+1
| |/ / / |/| | |
* | | | 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