aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Add author's name to CHANGELOGyui-knk2015-11-281-0/+2
* Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-0/+4
|\
| * In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-0/+4
* | Move `static_cache_contorl` deprecation changelog entry to Railties.Kasper Timm Hansen2015-11-041-5/+0
|/
* Revert "ActionController::Base#process() now only takes an action name"Aaron Patterson2015-10-291-4/+0
* ActionController::Base#process() now only takes an action nameAaron Patterson2015-10-291-0/+4
* Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-0/+8
* Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-0/+4
* Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-0/+7
* Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-0/+19
|\
| * Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-0/+19
* | Allow multiple `root` routes in same scope levelRafael Sales2015-10-101-0/+8
* | Fix mounted engine named routes regressionMatthew Erhard2015-10-071-0/+8
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+5
* | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-0/+5
* | Fix a typo: Mime::Types should be Mime::Type [ci skip]Juanito Fatas2015-09-221-1/+1
* | update changelog for mime changesAaron Patterson2015-09-211-0/+13
* | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar...Rafael Mendonça França2015-09-081-0/+4
|\ \
| * | `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-0/+4
* | | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-0/+27
|/ /
* | minor copy edit. [ci skip]Yves Senn2015-08-271-2/+2
* | Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+5
* | 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
|\