aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | Deprecate implicit AD::Response splatting and Array conversionJeremy Kemper2014-09-061-0/+13
* | Don't rescue IPAddr::InvalidAddressErrorPeter Suschlik2014-08-291-0/+7
* | Merge pull request #16637 from Agis-/redirect-with-constraint-routeAaron Patterson2014-08-281-0/+7
|\ \
| * | Don't ignore constraints in redirect routesAgis-2014-08-251-0/+7
* | | minor changelog formatting changes.Yves Senn2014-08-271-4/+5
|/ /
* | Refactor ActionDispatch::RemoteIpSam Aarons2014-08-211-0/+8
* | Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-0/+8
* | Enable gzip compression by defaultschneems2014-08-201-0/+6
* | Make `AC::Params#to_h` return Hash with safe keysPrem Sichanugrist2014-08-181-0/+35
* | Deprecate TagAssertion instead of removingRafael Mendonça França2014-08-181-1/+1
* | Merge branch 'master' into loofahRafael Mendonça França2014-08-171-0/+45
|\ \
| * | Use AS::JSON for (de)serializing cookiesGodfrey Chan2014-08-171-0/+8
| * | Merge pull request #16467 from strzalek/cookies-digest-config-option2Godfrey Chan2014-08-171-0/+5
| |\ \
| | * | Add config option for cookies digestŁukasz Strzałkowski2014-08-121-0/+5
| * | | Move respond_with to the responders gemJosé Valim2014-08-171-0/+5
| * | | When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-171-0/+18
| * | | remove deprecated `MissingHelperError` proxy.Yves Senn2014-08-141-0/+5
| * | | Fix assert_template for files.Guo Xiang Tan2014-08-141-0/+4
* | | | Prepare for partial release.Kasper Timm Hansen2014-08-171-3/+1
* | | | Merge branch 'master' into loofahRafael Mendonça França2014-08-121-0/+42
|\| | |
| * | | Revert "Merge pull request #16434 from strzalek/cookies-digest-config-option"Santiago Pastorino2014-08-081-5/+0
| * | | Add config option for cookies digestŁukasz Strzałkowski2014-08-081-0/+5
| |/ /
| * | Update actionpack CHANGELOGRyan Dao2014-08-081-0/+5
| * | Add CHANGELOG for #14886Arthur Neves2014-07-181-0/+5
| * | Stash original path in `ShowExceptions` middlewareGrey Baker2014-07-141-1/+12
| * | Use `#bytesize` instead of `#size` when checking for cookie overflowAgis-2014-07-111-0/+5
| * | Synced 4.2 release notes with the latest commits.Godfrey Chan2014-07-111-0/+2
| * | Removed single space padding from empty response body.Godfrey Chan2014-07-101-0/+14
* | | Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-0/+6
|\ \ \ | |/ / |/| |
| * | Added deprecation notice to actionpack changelog.Timm2014-06-161-0/+6
* | | Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp...Aaron Patterson2014-07-101-0/+5
|\ \ \
| * | | Address CVE-2014-4671 (JSONP Flash exploit)Greg Campbell2014-07-091-0/+5
* | | | Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-101-0/+9
|/ / /
* | | Generate shallow paths for all children of shallow resources.Seb Jacobs2014-07-061-1/+6
* | | Change the JSON renderer to enforce the 'JS' Content TypeLucas Mazza2014-07-021-0/+7
* | | Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-0/+6
|\ \ \
* | | | Fix request's path_info when a rack app mounted at '/'.Larry Lv2014-06-141-0/+6
* | | | Merge pull request #15692 from sromano/falseClassMatthew Draper2014-06-141-0/+6
|\ \ \ \
| * | | | ActionController::Parameters#require now accepts FalseClass valuesSergio Romano2014-06-131-0/+6
|/ / / /
* | / / Fix parsed token value with header `Authorization token=`.Larry Lv2014-06-131-0/+7
| |/ / |/| |
* | | Handle client disconnect during live streamingMatthew Draper2014-06-081-0/+5
* | | Partially revert deprecation of *_filterRafael Mendonça França2014-06-031-4/+0
* | | Routes specifying 'to:' must be a string that contains a "#" or a rackAaron Patterson2014-06-031-0/+4
* | | Missing period from AP/CHANGELOG [ci skip]Zachary Scott2014-05-311-1/+1
* | | Deprecate all *_filter callbacks in favor of *_action callbacksRafael Mendonça França2014-05-271-0/+4
* | | Merge pull request #14986 from dlangevin/trailing-slash-url-generationRafael Mendonça França2014-05-241-0/+6
|\ \ \
| * | | Fixes URL generation with trailing_slash: trueDan Langevin2014-05-221-0/+5
* | | | Future port c8ddb61Zachary Scott2014-05-231-3/+3
* | | | Form full URI as string to be parsed in Rack::Test.Guo Xiang Tan2014-05-211-0/+5
* | | | Merge pull request #15118 from khelben/head_with_status_action_stack_level_to...Rafael Mendonça França2014-05-151-0/+7
|\ \ \ \