aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|\ \ \
| * | | fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-151-0/+7
|/ / /
* | | Merge pull request #15121 from skarpesh/rfc4791-methodsRafael Mendonça França2014-05-151-0/+4
|\ \ \
| * | | Add RFC4791 MKCALENDAR methodkasper2014-05-151-0/+4
|/ / /
* | | Merge pull request #14137 from dasch/better-fragment-cache-instrumentationRafael Mendonça França2014-05-141-0/+8
|\ \ \
| * | | Add controller and action name to the instrumentation payloadDaniel Schierbeck2014-05-101-0/+8
* | | | Always use the provided port for protocol relative urlsAndrew White2014-05-111-0/+6
* | | | Moved 'params[request_forgery_protection_token]' into its own method and impr...Tom Kadwill2014-05-061-0/+7
| |/ / |/| |
* | | Improve CHANGELOG entryRafael Mendonça França2014-05-041-2/+2
* | | Merge pull request #11166 from xavier/callable_constraint_verificationRafael Mendonça França2014-05-041-0/+7
|\ \ \ | |/ / |/| |
| * | Verify that route constraints respond to the expected messages instead of sil...Xavier Defrang2013-06-281-0/+7
* | | Merge pull request #12651 from cespare/ipv6-remote-ip-fixesRafael Mendonça França2014-05-011-0/+8
|\ \ \
| * | | Make remote_ip detection properly handle private IPv6 addressesCaleb Spare2013-10-261-0/+8
* | | | Fixed an issue with migrating legacy json cookies.Godfrey Chan2014-04-231-0/+13
* | | | Make URL escaping more consistentAndrew White2014-04-201-0/+16
* | | | Add CHANGELOG entry for #14755 [ci skip]Rafael Mendonça França2014-04-171-0/+5
* | | | Return null type format when format is not knowRafael Mendonça França2014-04-141-0/+7
* | | | Add CHANGELOG entry for #14619 [ci skip]Rafael Mendonça França2014-04-111-0/+4
* | | | Only make deeply nested routes shallow when parent is shallowAndrew White2014-04-111-2/+8
* | | | Append link to bad code to backtrace when exception is SyntaxErrorBoris Kuznetsov2014-03-271-0/+4
* | | | Swapped parameters of assert_equal in assert_selectVishal Lal2014-03-221-0/+7
* | | | Use nested_scope? not shallow? to determine whether to copy optionsAndrew White2014-03-161-0/+8
* | | | Move changelog entry to the top, highlight module name [ci skip]Carlos Antonio da Silva2014-03-081-5/+6
* | | | Make CSRF failure logging optional/configurable.John Barton (joho)2014-03-051-0/+5
* | | | Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-0/+5
* | | | Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-551/+1
* | | | Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+9