aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-071-0/+9
* Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-061-0/+9
* Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-181-0/+5
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+2
* Update documentation on `AC::Parameters`Prem Sichanugrist2015-07-151-1/+1
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-0/+14
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-0/+5
* Allow filtering params based on parent keysGuillaume Malette2015-06-221-0/+10
* Revert "Merge pull request #20584 from arthurnn/fix_url"Arthur Neves2015-06-171-4/+0
* Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-0/+4
* Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-151-0/+4
* quick pass over changelogs. [ci skip]Yves Senn2015-06-151-4/+4
* Handle param-parsing errors from Rack in ExceptionWrapperGrey Baker2015-06-121-0/+6
* Add CHANGELOG entries for API apps functionalitySantiago Pastorino2015-06-111-0/+6
* Merge pull request #19094 from phoet/have_bearer_be_valid_as_wellRafael Mendonça França2015-06-011-0/+10
|\
| * add changelog entryphoet2015-06-011-0/+10
* | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-0/+7
|/
* Merge pull request #20017 from eliotsykes/configurable-static-index-filenameRafael Mendonça França2015-05-281-0/+8
|\
| * config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+8
* | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-0/+4
|/
* Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
* Pass over CHANGELOGS [ci skip]Prathamesh Sonpatki2015-05-161-1/+1
* [skip ci] Fix typos in actionpack changelog and security guideAnton Davydov2015-05-071-1/+1
* Add changelog for rake routes default fixArthur Neves2015-04-271-0/+7
* pass over CHANGELOGs. [ci skip]Yves Senn2015-04-221-4/+4
* Override default form builder for a controllerKevin McPhillips2015-04-131-0/+8
* head no_content when there is no template or action performedStephen Bussey2015-04-051-0/+8
* Merge pull request #18939 from georgeclaghorn/variant-inquiryRafael Mendonça França2015-03-271-1/+15
|\
| * Provide friendlier access to request variantsGeorge Claghorn2015-03-241-5/+19
* | Add changelog entry for #19271Arthur Neves2015-03-241-0/+7
|/
* Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-0/+8
* Fix typo in Action Pack changelog. [ci skip]Mike Naberezny2015-03-141-1/+1
* Drop request class from RouteSet constructor.Aaron Patterson2015-03-041-0/+7
* Merge pull request #18775 from yasyf/issue_5122Rafael Mendonça França2015-03-031-0/+10
|\
| * Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.Yasyf Mohamedali2015-02-241-0/+10
* | Merge pull request #15806 from tgxworld/partition_routes_during_setupAaron Patterson2015-03-021-0/+5
|\ \
| * | Partition routes during setup.Guo Xiang Tan2015-02-261-0/+5
* | | Merge pull request #18434 from brainopia/change_filter_on_rails_info_routesRichard Schneeman2015-02-261-0/+8
|\ \ \ | |/ / |/| |
| * | Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-0/+8
* | | add CHANGELOG for f6e293ec54f02f83cdb37502bea117f66f87bcae. [ci skip]Yves Senn2015-02-251-0/+7
| |/ |/|
* | Merge pull request #19060 from iainbeeston/deprecate-skip-action-callbackRafael Mendonça França2015-02-241-0/+5
|\ \ | |/ |/|
| * Deprecate `AbstractController::Callbacks#skip_action_callback`Iain Beeston2015-02-241-0/+5
* | some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-231-10/+11
|/
* Fix changelog indent [ci skip]Carlos Antonio da Silva2015-02-201-2/+2
* Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...David Ilizarov2015-02-201-0/+6
* Merge pull request #18917 from lautis/non-string-csrf-tokenRafael Mendonça França2015-02-181-0/+5
|\
| * Handle non-string authenticity tokensVille Lautanala2015-02-121-0/+5
* | Implement http_cache_forever to ActionControllerArthur Neves2015-02-151-0/+4
|/
* Merge pull request #11790 from printercu/patch-3Rafael Mendonça França2015-02-121-0/+5
|\
| * ActionController#translate also lookups shortcut without action nameMax Melentiev2013-10-221-1/+2