| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Make `parsed_body` extract parser from the content type. | Kasper Timm Hansen | 2016-02-11 | 4 | -6/+20 |
|/ / / / |
|
* | | | | Add request encoding and response parsing to changelog. | Kasper Timm Hansen | 2016-02-10 | 1 | -0/+38 |
* | | | | Add `parsed_body` to spare writing out parsing routines. | Kasper Timm Hansen | 2016-02-10 | 3 | -23/+56 |
* | | | | Merge pull request #21671 from kaspth/integration-request-encoding-helpers | David Heinemeier Hansson | 2016-02-10 | 2 | -4/+122 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add `as` to encode a request as a specific mime type. | Kasper Timm Hansen | 2016-01-04 | 2 | -4/+122 |
* | | | | `log_process_action` will return an array, so use `empty?` | Aaron Patterson | 2016-02-09 | 1 | -1/+1 |
* | | | | Request#fullpath should not raise an exception, so remove the rescue | Aaron Patterson | 2016-02-09 | 1 | -1/+1 |
* | | | | AC::Request#format always returns a value, so we do not need to try | Aaron Patterson | 2016-02-09 | 1 | -1/+1 |
* | | | | speed up string xor operation and reduce object allocations | Aaron Patterson | 2016-02-08 | 1 | -1/+2 |
* | | | | Merge pull request #23534 from bronson/fix-redefined-warning | Arthur Nogueira Neves | 2016-02-08 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | fix 'method redefined' warnings | Scott Bronson | 2016-02-06 | 1 | -0/+1 |
* | | | | | Revert "Merge pull request #23562 from Azzurrio/patch-1" | Rafael Mendonça França | 2016-02-08 | 1 | -1/+1 |
* | | | | | Update rails-html-sanitizer version to v1.0.3 | Karim El-Husseiny | 2016-02-08 | 1 | -1/+1 |
* | | | | | Merge pull request #23532 from matthewd/live-interlock | Matthew Draper | 2016-02-08 | 1 | -23/+28 |
|\ \ \ \ \ |
|
| * | | | | | Hand off the interlock to the new thread in AC::Live | Matthew Draper | 2016-02-07 | 1 | -23/+28 |
| |/ / / / |
|
* / / / / | Add SVG as a default mime type | David Heinemeier Hansson | 2016-02-07 | 2 | -0/+5 |
|/ / / / |
|
* | | | | Avoid coupling Action Pack to Railties. | Kasper Timm Hansen | 2016-02-06 | 1 | -1/+1 |
* | | | | add missing require | Aaron Patterson | 2016-02-05 | 1 | -0/+1 |
* | | | | disable controller / view thread spawning in tests | Aaron Patterson | 2016-02-05 | 3 | -3/+31 |
* | | | | Put some space for non-assets requests in development mode | Prathamesh Sonpatki | 2016-02-03 | 1 | -0/+2 |
* | | | | 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 |
* | | | | | Update CHANGELOG.md | Kang-Kyu Lee | 2016-02-01 | 1 | -2/+2 |
* | | | | | Add some Action Cable CHANGELOG entries | Rafael Mendonça França | 2016-02-01 | 1 | -3/+0 |
* | | | | | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 2 | -2/+7 |
* | | | | | 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 | 4 | -23/+58 |
|\ \ \ \ \ |
|
| * | | | | | Add options for rake routes task | Vipul A M | 2016-02-02 | 4 | -23/+58 |
| |/ / / / |
|
* / / / / | Add documentation for #17573 | Jon Moss | 2016-02-01 | 1 | -0/+8 |
|/ / / / |
|
* | | | | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
* | | | | Merge pull request #23342 from y-yagi/remove_unused_variable | Rafael França | 2016-01-30 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | remove unused variable from render test | yuuji.yaginuma | 2016-01-30 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #23343 from y-yagi/remove_unused_require | Rafael França | 2016-01-30 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | remove unused require | yuuji.yaginuma | 2016-01-30 | 1 | -1/+0 |
| |/ / / |
|
* / / / | Handle response_body= when body is nil | eileencodes | 2016-01-30 | 2 | -0/+17 |
|/ / / |
|
* | | | Add additional documentation on Headers#[] [ci skip] | Tawan Sierek | 2016-01-29 | 1 | -1/+15 |
* | | | Merge pull request #22800 from dgynn/pr_cache_helper_options | Rafael Mendonça França | 2016-01-29 | 2 | -0/+15 |
|\ \ \ |
|
| * | | | restore ability to pass extra options to cache stores | Dave Gynn | 2015-12-26 | 2 | -0/+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 |
* | | | Run `file.close` before unlinking for travis | eileencodes | 2016-01-28 | 1 | -1/+2 |
* | | | Regression test for rendering file from absolute path | eileencodes | 2016-01-28 | 1 | -0/+11 |
* | | | 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 |
* | | | change `@text_xml_idx` to an lvar and cache it on the stack | Aaron Patterson | 2016-01-27 | 1 | -13/+11 |
* | | | Fix typo in strong params hash deprecation message | Marek | 2016-01-27 | 1 | -2/+2 |
* | | | doc typo | Akira Matsuda | 2016-01-27 | 1 | -2/+2 |