Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Update session to have indifferent access | Tom Prats | 2016-01-29 | 1 | -2/+2 | |
* | | | Fix `request.ssl?` bug with Action Cable | Jon Moss | 2016-02-23 | 1 | -0/+4 | |
* | | | Add `internal` attribute to routes | Jon Moss | 2016-02-22 | 3 | -4/+7 | |
* | | | Transform the mime object to symbol when registering the parsers | Rafael Mendonça França | 2016-02-22 | 2 | -4/+14 | |
* | | | Use symbol of mime type instead of object to get correct parser | Mehmet Emin İNAÇ | 2016-02-22 | 1 | -2/+2 | |
* | | | Fix typographical error | Gustavo Villa | 2016-02-22 | 1 | -1/+1 | |
* | | | Merge pull request #23729 from maclover7/rm-unused-journey | Rafael França | 2016-02-17 | 2 | -8/+0 | |
|\ \ \ | ||||||
| * | | | Remove unused Journey code | Jon Moss | 2016-02-17 | 2 | -8/+0 | |
* | | | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende... | Rafael França | 2016-02-17 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | The JSON API media type should only work wih a JSON API handler | Benjamin Fleischer | 2016-02-16 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Fix code style | Rafael Mendonça França | 2016-02-17 | 1 | -3/+4 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #23661 from meinac/add_gzip_mime_type | Richard Schneeman | 2016-02-16 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | application/gzip added as default mime type into mime type list | Mehmet Emin İNAÇ | 2016-02-13 | 1 | -0/+1 | |
* | | | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exception | Richard Schneeman | 2016-02-16 | 1 | -7/+11 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | WIP: Errors in logs should show log tags as well. | Vipul A M | 2016-02-12 | 1 | -7/+11 | |
* | | | | Merge pull request #23692 from abhishekjain16/docs | Yves Senn | 2016-02-16 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Use a URL instead of an URL everywhere | Abhishek Jain | 2016-02-15 | 2 | -2/+2 | |
| | |/ / | |/| | | ||||||
* | | | | Join values using '; ' as per RFC spec | Andrew White | 2016-02-16 | 1 | -1/+1 | |
* | | | | Add require and move escape to private method | Andrew White | 2016-02-16 | 1 | -1/+6 | |
* | | | | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into... | Andrew White | 2016-02-16 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Escape cookie's key and value in ActionController::TestCase | Takayuki Matsubara | 2015-12-30 | 1 | -1/+1 | |
* | | | | | Corrected secret_key_base | vs4vijay | 2016-02-15 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #23611 from abhishekjain16/routes_options | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fixes routes to match verbs and path with -g option | Abhishek Jain | 2016-02-11 | 1 | -2/+3 | |
* | | | | | Add fixes accidentally removed. | Kasper Timm Hansen | 2016-02-12 | 2 | -2/+3 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-args | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+1 | |
|\ \ \ \ | ||||||
| * | | | | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 1 | -2/+1 | |
* | | | | | Memoize `parsed_body`. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 | |
* | | | | | [ci skip] Mention `parsed_body` in docs. | Kasper Timm Hansen | 2016-02-11 | 1 | -2/+1 | |
* | | | | | Make `parsed_body` extract parser from the content type. | Kasper Timm Hansen | 2016-02-11 | 2 | -5/+9 | |
|/ / / / | ||||||
* | | | | Add `parsed_body` to spare writing out parsing routines. | Kasper Timm Hansen | 2016-02-10 | 2 | -12/+32 | |
* | | | | Merge pull request #21671 from kaspth/integration-request-encoding-helpers | David Heinemeier Hansson | 2016-02-10 | 1 | -4/+79 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add `as` to encode a request as a specific mime type. | Kasper Timm Hansen | 2016-01-04 | 1 | -4/+79 | |
* | | | | Add SVG as a default mime type | David Heinemeier Hansson | 2016-02-07 | 1 | -0/+1 | |
* | | | | add missing require | Aaron Patterson | 2016-02-05 | 1 | -0/+1 | |
* | | | | Sleep well, sweet prince | Sean Griffin | 2016-02-02 | 1 | -1/+1 | |
* | | | | Merge pull request #23396 from pschambacher/pschambacher/fix_assert_generates | Rafael França | 2016-02-02 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Duplicate assert_generates options before modifying it | Pierre Schambacher | 2016-02-01 | 1 | -0/+1 | |
* | | | | | Converge on filter. | Kasper Timm Hansen | 2016-02-01 | 1 | -5/+4 | |
* | | | | | Simplify filter normalization. | Kasper Timm Hansen | 2016-02-01 | 1 | -5/+3 | |
* | | | | | Merge pull request #23225 from vipulnsward/20420-rake-routes-options | Kasper Timm Hansen | 2016-02-01 | 2 | -16/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add options for rake routes task | Vipul A M | 2016-02-02 | 2 | -16/+21 | |
| |/ / / / | ||||||
* / / / / | Add documentation for #17573 | Jon Moss | 2016-02-01 | 1 | -0/+8 | |
|/ / / / | ||||||
* | | / | remove unused require | yuuji.yaginuma | 2016-01-30 | 1 | -1/+0 | |
| |_|/ |/| | | ||||||
* | | | Add additional documentation on Headers#[] [ci skip] | Tawan Sierek | 2016-01-29 | 1 | -1/+15 | |
* | | | speed up accept header parsing a bit. | Aaron Patterson | 2016-01-28 | 1 | -8/+11 | |
* | | | convert AcceptList to a regular class | Aaron Patterson | 2016-01-28 | 1 | -20/+19 | |
* | | | remove == from AcceptItem | Aaron Patterson | 2016-01-27 | 1 | -6/+7 | |
* | | | remove useless private methods | Aaron Patterson | 2016-01-27 | 1 | -13/+9 | |
* | | | change `@app_xml_idx` to an lvar and cache it on the stack | Aaron Patterson | 2016-01-27 | 1 | -16/+10 |