aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ActionController#translate supports symbolsprintercu2013-09-251-0/+4
* | fix typo in fresh_when example [ci skip]yuuji.yaginuma2015-02-121-3/+3
* | Accept a collection in fresh_when and stale?claudiob2015-02-101-0/+18
* | Explicitly ignored wildcard verbs from head_routesTerence Sun2015-02-081-0/+20
* | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-0/+13
|\ \
| * | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-0/+13
* | | unify CHANGELOG format. [ci skip]Yves Senn2015-01-311-4/+5
|/ /
* | Improve CHANGELOGRafael Mendonça França2015-01-291-6/+5
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-0/+12
* | Preserve default url options when generating URLsTekin Suleyman2015-01-281-0/+8
* | Add CHANGELOG entryRafael Mendonça França2015-01-281-0/+6
* | Add ActionController::Base.renderbrainopia2015-01-221-0/+3
* | Add ActionController::Rendererbrainopia2015-01-221-0/+5
* | Support `:assigns` option when rendering with controllers/mailers.brainopia2015-01-221-0/+4
* | formatting pass over CHANGELOGs. [ci skip]Yves Senn2015-01-101-1/+1
* | Merge pull request #18423 from jone/remove-default-headerYves Senn2015-01-091-0/+5
|\ \
| * | Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-091-0/+5
|/ /
* | Deprecate all *_filter callbacks in favor of *_action callbacksAbdelkader Boudih2015-01-081-1/+5
* | Fix the example (for realz)David Heinemeier Hansson2015-01-081-1/+1
* | Fix the exampleDavid Heinemeier Hansson2015-01-081-1/+1