aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Allow any key in Renderer environment hashSammy Larbi2016-10-151-0/+5
* [ci skip] fix typo in Actionpack ChangelogAlex Kitchens2016-10-111-1/+1
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-0/+5
* Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`.Rafael Mendonça França2016-10-101-0/+4
* Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request`Rafael Mendonça França2016-10-101-0/+4
* Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-101-1/+5
* Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-101-0/+4
* Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi...Rafael Mendonça França2016-10-101-0/+4
* Remove deprecated support to passing strings to the middleware stackRafael Mendonça França2016-10-101-0/+4
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-0/+8
* Remove deprecated code in ActionDispatch::Session::SessionRestoreErrorRafael Mendonça França2016-10-101-0/+9
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-0/+5
* Remove deprecated ActionDispatch::ParamsParserRafael Mendonça França2016-10-101-0/+4
* Remove deprecated code in ActionDispatch::ParamsParser::ParseErrorRafael Mendonça França2016-10-101-0/+9
* Remove deprecated access to mime types through constantsRafael Mendonça França2016-10-101-0/+4
* Remove deprecated support to non-keyword arguments #processRafael Mendonça França2016-10-101-0/+5
* Remove deprecated `xml_http_request` and `xhr` methodsRafael Mendonça França2016-10-101-0/+4
* Remove deprecated methods in ActionController::ParametersRafael Mendonça França2016-10-101-0/+4
* Remove deprecated comparing support with `ActionController::Parameters`Rafael Mendonça França2016-10-101-0/+5
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-0/+4
* Remove deprecated support to :nothing in renderRafael Mendonça França2016-10-091-0/+4
* Remove deprecated support to `:back` in `redirect_to`Rafael Mendonça França2016-10-091-0/+4
* Remove deprecated support for status option in headRafael Mendonça França2016-10-091-0/+4
* Remove deprecation at ActionController::BadRequestRafael Mendonça França2016-10-091-0/+5
* Remove deprecated methods related to controller filtersRafael Mendonça França2016-10-091-0/+7
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-0/+7
* Add #25546 and #25817 to changelog [ci skip]Philip Nguyen2016-09-231-0/+8
* make `fixture_file_upload` work in integration testsyuuji.yaginuma2016-09-041-0/+4
* Add changelog entry for #26328.Kasper Timm Hansen2016-08-311-0/+7
* Fix nested multiple rootsRyo Hashimoto2016-08-291-1/+18
* Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+12
* Return 307 status instead of 301 when rerouting POST requests to SSLChirag Singhal2016-08-221-0/+20
* Copy edits in the documentation [ci skip]Rafael Mendonça França2016-08-191-3/+5
* Set the request type if as: is specifiedEverest Munro-Zeisberger2016-08-181-0/+5
* Pass over changelogs [ci skip]Vipul A M2016-08-101-5/+5
* Add changelog entry to Action Pack as well.Kasper Timm Hansen2016-08-071-0/+24
* Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-0/+6
* Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-rootRafael Mendonça França2016-07-271-0/+7
|\
| * Update changelogChris Arcand2016-07-261-0/+7
|/
* CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip]Prathamesh Sonpatki2016-07-171-1/+1
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-0/+10
* Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-131-0/+9
* Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-0/+6
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-822/+1
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+2
* Release notes: Add PR #24866 to release notesPrathamesh Sonpatki2016-05-051-1/+1
* Implement helpers proxy in controller instance levelRafael Mendonça França2016-05-051-0/+6
* Prep Rails 5 beta 4eileencodes2016-04-271-0/+2
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-1/+6
|\
| * Refactor handling of :action default in routingAndrew White2016-02-161-0/+7