aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-0/+8
* | | Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+12
* | | Correct prestreaming controller response status.Kevin Casey2014-02-151-0/+7
* | | Updated CHANGELOG, docs, guides and release notes.Godfrey Chan2014-02-111-15/+14
* | | Added changelog entry for Flash changes [ci skip]Godfrey Chan2014-02-111-0/+4
* | | Set the :shallow_path as each scope is generatedAndrew White2014-02-091-0/+8
* | | Require action_view to fix missing constantPhilipe Fatio2014-02-071-0/+5
* | | synchronize 4.1 release notes with CHANGELOGS. [ci skip]Yves Senn2014-02-061-1/+1
* | | Merge pull request #13863 from joshjordan/jsj-dont-throw-out-get-paramsRafael Mendonça França2014-02-011-0/+5
|\ \ \
| * | | Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-301-0/+5
* | | | tidy CHANGELOGs [ci skip]Yves Senn2014-01-301-2/+2
* | | | Modify the session serializer implementationGuillermo Iguaran2014-01-301-7/+8
* | | | Update CHANGELOG properly with GH #13692 [ci-skip]Guillermo Iguaran2014-01-291-14/+14
* | | | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-0/+14
* | | | Log which keys were set to nil in deep_mungeLukasz Sarnacki2014-01-281-0/+8
|/ / /
* | | Clear filtered request attributes between requests in testsAndrew White2014-01-271-0/+7
* | | Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-0/+6
* | | Tidy up tests and CHANGELOG for #12598Andrew White2014-01-201-2/+13
* | | Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-201-0/+13
* | | Revert "Don't remove trailing slash from PATH_INFO for mounted apps"Piotr Sarnacki2014-01-161-6/+0
* | | Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-101-3/+194
|\ \ \
| * | | add example to the CHANGELOG entry from 3a48b83e5 [ci skip].Yves Senn2014-01-061-2/+8
| * | | quick formatting pass through CHANGELOGS. [ci skip].Yves Senn2014-01-061-6/+6
| * | | Allow an absolute controller path inside a module scopeAndrew White2014-01-051-0/+4
| * | | Unique the segment keys array for non-optimized url helpersAndrew White2014-01-051-0/+12
| * | | Show full route constraints in error messageAndrew White2014-01-051-0/+10
| * | | Use a custom route vistor for optimized route generationAndrew White2014-01-051-0/+4
| * | | Allow engine root relative redirects using an empty string.Andrew White2014-01-011-0/+20
| * | | Merge pull request #13470 from strzalek/variants-all-anyDavid Heinemeier Hansson2013-12-311-0/+18
| |\ \ \
| | * | | Add any/all support for variantsŁukasz Strzałkowski2013-12-261-0/+18