Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Move test for #22828 into it's own test | Andrew White | 2016-02-16 | 1 | -2/+10 | |
* | | | | | | | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into... | Andrew White | 2016-02-16 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Escape cookie's key and value in ActionController::TestCase | Takayuki Matsubara | 2015-12-30 | 2 | -1/+8 | |
* | | | | | | | Corrected secret_key_base | vs4vijay | 2016-02-15 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS` | Ryuta Kamizono | 2016-02-15 | 2 | -16/+0 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Only write to collection cache if we have a callable cache key. | Kasper Timm Hansen | 2016-02-12 | 1 | -15/+8 | |
* | | | | | Check `partial_rendered_times` to clarify expectations. | Kasper Timm Hansen | 2016-02-12 | 1 | -1/+4 | |
* | | | | | Test collection caching with callable cache key. | Kasper Timm Hansen | 2016-02-12 | 1 | -0/+25 | |
| |/ / / |/| | | | ||||||
* | | | | 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 | 3 | -3/+4 | |
* | | | | | Flesh out request encoding + response parsing changelog entry. | Kasper Timm Hansen | 2016-02-12 | 1 | -2/+11 | |
* | | | | | use rails instead of rake | Gaurav Sharma | 2016-02-12 | 1 | -2/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-args | Kasper Timm Hansen | 2016-02-12 | 2 | -4/+2 | |
|\ \ \ \ | ||||||
| * | | | | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 2 | -4/+2 | |
* | | | | | 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 | |
* | | | | | [ci skip] Fix syntax error in CHANGELOG example. | Kasper Timm Hansen | 2016-02-11 | 1 | -1/+1 | |
* | | | | | 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 |