aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+1
* Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+1
* Bump license years for 2019Arun Agrawal2018-12-311-1/+1
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+2
* Bump license years for 2018Yoshiyuki Hirano2017-12-311-1/+1
* Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-271-0/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Move and rename system testseileencodes2017-02-201-0/+2
* Bump license years for 2017Jon Moss2016-12-311-1/+1
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-1/+0
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-17/+17
* Provide a middleware to debug misbehaving locksMatthew Draper2016-06-101-0/+1
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-1/+1
* Add both HTTP Response Code and Type to assertion messagesSean Collins2016-01-121-0/+1
* Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-0/+1
* Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-311-1/+1
* `ActionDispatch::Head` was replaced by `Rack::Head`. Closes #14191.Yves Senn2014-02-251-1/+0
* Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-2/+0
* FilterParameters is referenced at the class level from the RequestZachary Scott2014-02-091-1/+0
* FilterRedirect is referenced at the class level from the ResponseAaron Patterson2014-01-311-1/+0
* Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-4/+6
* update copyright notices to 2014. [ci skip]Vipul A M2014-01-011-1/+1
* Remove extra whitespaceAgis Anastasopoulos2013-04-061-4/+4
* Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-2/+0
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-1/+0
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-1/+0
* Updated copyright notices for 2013Andrew Nesbitt2012-12-311-1/+1
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+1
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+1
* Add UpgradeSignatureToEncryptionCookieStoreSantiago Pastorino2012-11-161-5/+6
* Add encrypted cookie storeSantiago Pastorino2012-11-031-4/+5
* Implement ActionView::Template::TypesPiotr Sarnacki2012-08-281-0/+1
* Add ActionView::Base.default_formatsPiotr Sarnacki2012-08-281-0/+4
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-3/+5
* Remove the active_model require from action_dispatch.Rafael Mendonça França2012-08-161-1/+0
* load active_support/dependencies/autoload in active_support/railsXavier Noria2012-08-021-1/+0
* defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+1
* raise exceptions on header set after response committedAaron Patterson2012-07-291-0/+3
* Remove useless load path modificationsSantiago Pastorino2012-05-111-6/+0
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-0/+1
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | Remove Rescue middleware that was never used by Rails.José Valim2011-12-241-1/+0
* | remove Rails application fallback from AD::IntegrationTestSergey Nartimov2011-12-231-0/+3
* | Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-0/+1
* | Get rid of the close checks since we cannot reliably close the session anyway.José Valim2011-12-161-1/+0
* | Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-0/+1