| Commit message (Expand) | Author | Age | Files | Lines |
* | some changelog formatting. [ci skip] | Yves Senn | 2014-10-16 | 1 | -2/+2 |
* | Improve Journey compliance to RFC 3986 | Nicolas Cavigneaux | 2014-10-14 | 1 | -0/+10 |
* | No need CHANGLOG entry for a bug in a non released version | Rafael Mendonça França | 2014-09-25 | 1 | -7/+0 |
* | Remove internal options from query string of paths | Gert Goet | 2014-09-25 | 1 | -0/+7 |
* | Deprecate implicit AD::Response splatting and Array conversion | Jeremy Kemper | 2014-09-06 | 1 | -0/+13 |
* | Don't rescue IPAddr::InvalidAddressError | Peter Suschlik | 2014-08-29 | 1 | -0/+7 |
* | Merge pull request #16637 from Agis-/redirect-with-constraint-route | Aaron Patterson | 2014-08-28 | 1 | -0/+7 |
|\ |
|
| * | Don't ignore constraints in redirect routes | Agis- | 2014-08-25 | 1 | -0/+7 |
* | | minor changelog formatting changes. | Yves Senn | 2014-08-27 | 1 | -4/+5 |
|/ |
|
* | Refactor ActionDispatch::RemoteIp | Sam Aarons | 2014-08-21 | 1 | -0/+8 |
* | Avoid duplicating routes for HEAD requests. | Guo Xiang Tan | 2014-08-21 | 1 | -0/+8 |
* | Enable gzip compression by default | schneems | 2014-08-20 | 1 | -0/+6 |
* | Make `AC::Params#to_h` return Hash with safe keys | Prem Sichanugrist | 2014-08-18 | 1 | -0/+35 |
* | Deprecate TagAssertion instead of removing | Rafael Mendonça França | 2014-08-18 | 1 | -1/+1 |
* | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-17 | 1 | -0/+45 |
|\ |
|
| * | Use AS::JSON for (de)serializing cookies | Godfrey Chan | 2014-08-17 | 1 | -0/+8 |
| * | Merge pull request #16467 from strzalek/cookies-digest-config-option2 | Godfrey Chan | 2014-08-17 | 1 | -0/+5 |
| |\ |
|
| | * | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-12 | 1 | -0/+5 |
| * | | Move respond_with to the responders gem | José Valim | 2014-08-17 | 1 | -0/+5 |
| * | | When your templates change, browser caches bust automatically. | Jeremy Kemper | 2014-08-17 | 1 | -0/+18 |
| * | | remove deprecated `MissingHelperError` proxy. | Yves Senn | 2014-08-14 | 1 | -0/+5 |
| * | | Fix assert_template for files. | Guo Xiang Tan | 2014-08-14 | 1 | -0/+4 |
* | | | Prepare for partial release. | Kasper Timm Hansen | 2014-08-17 | 1 | -3/+1 |
* | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 1 | -0/+42 |
|\| | |
|
| * | | Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option" | Santiago Pastorino | 2014-08-08 | 1 | -5/+0 |
| * | | Add config option for cookies digest | Łukasz Strzałkowski | 2014-08-08 | 1 | -0/+5 |
| |/ |
|
| * | Update actionpack CHANGELOG | Ryan Dao | 2014-08-08 | 1 | -0/+5 |
| * | Add CHANGELOG for #14886 | Arthur Neves | 2014-07-18 | 1 | -0/+5 |
| * | Stash original path in `ShowExceptions` middleware | Grey Baker | 2014-07-14 | 1 | -1/+12 |
| * | Use `#bytesize` instead of `#size` when checking for cookie overflow | Agis- | 2014-07-11 | 1 | -0/+5 |
| * | Synced 4.2 release notes with the latest commits. | Godfrey Chan | 2014-07-11 | 1 | -0/+2 |
| * | Removed single space padding from empty response body. | Godfrey Chan | 2014-07-10 | 1 | -0/+14 |
* | | Merge pull request #11218 from kaspth/loofah-integration | Rafael Mendonça França | 2014-07-10 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Added deprecation notice to actionpack changelog. | Timm | 2014-06-16 | 1 | -0/+6 |
* | | Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp... | Aaron Patterson | 2014-07-10 | 1 | -0/+5 |
|\ \ |
|
| * | | Address CVE-2014-4671 (JSONP Flash exploit) | Greg Campbell | 2014-07-09 | 1 | -0/+5 |
* | | | Force encoding of US-ASCII to UTF-8 in unescape_uri. | Karl Entwistle | 2014-07-10 | 1 | -0/+9 |
|/ / |
|
* | | Generate shallow paths for all children of shallow resources. | Seb Jacobs | 2014-07-06 | 1 | -1/+6 |
* | | Change the JSON renderer to enforce the 'JS' Content Type | Lucas Mazza | 2014-07-02 | 1 | -0/+7 |
* | | Merge pull request #15933 from rafael/master | Rafael Mendonça França | 2014-06-27 | 1 | -0/+6 |
|\ \ |
|
* | | | Fix request's path_info when a rack app mounted at '/'. | Larry Lv | 2014-06-14 | 1 | -0/+6 |
* | | | Merge pull request #15692 from sromano/falseClass | Matthew Draper | 2014-06-14 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | ActionController::Parameters#require now accepts FalseClass values | Sergio Romano | 2014-06-13 | 1 | -0/+6 |
|/ / / |
|
* | / | Fix parsed token value with header `Authorization token=`. | Larry Lv | 2014-06-13 | 1 | -0/+7 |
| |/
|/| |
|
* | | Handle client disconnect during live streaming | Matthew Draper | 2014-06-08 | 1 | -0/+5 |
* | | Partially revert deprecation of *_filter | Rafael Mendonça França | 2014-06-03 | 1 | -4/+0 |
* | | Routes specifying 'to:' must be a string that contains a "#" or a rack | Aaron Patterson | 2014-06-03 | 1 | -0/+4 |
* | | Missing period from AP/CHANGELOG [ci skip] | Zachary Scott | 2014-05-31 | 1 | -1/+1 |
* | | Deprecate all *_filter callbacks in favor of *_action callbacks | Rafael Mendonça França | 2014-05-27 | 1 | -0/+4 |
* | | Merge pull request #14986 from dlangevin/trailing-slash-url-generation | Rafael Mendonça França | 2014-05-24 | 1 | -0/+6 |
|\ \ |
|