| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 1 | -0/+1 |
* | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 1 | -1/+1 |
* | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 1 | -0/+2 |
* | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 1 | -1/+1 |
* | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 1 | -0/+1 |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Move and rename system tests | eileencodes | 2017-02-20 | 1 | -0/+2 |
* | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
* | Deprecated ActionDispatch::ParamsParser::ParamsParser | Rafael Mendonça França | 2016-10-10 | 1 | -1/+0 |
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -17/+17 |
* | Provide a middleware to debug misbehaving locks | Matthew Draper | 2016-06-10 | 1 | -0/+1 |
* | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 1 | -1/+1 |
* | Add both HTTP Response Code and Type to assertion messages | Sean Collins | 2016-01-12 | 1 | -0/+1 |
* | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 1 | -1/+1 |
* | Soften the lock requirements when eager_load is disabled | Matthew Draper | 2015-07-09 | 1 | -0/+1 |
* | Update copyright notices to 2015 [ci skip] | Arun Agrawal | 2014-12-31 | 1 | -1/+1 |
* | `ActionDispatch::Head` was replaced by `Rack::Head`. Closes #14191. | Yves Senn | 2014-02-25 | 1 | -1/+0 |
* | Renamed session_serializer option to cookies_serializer | Godfrey Chan | 2014-02-11 | 1 | -2/+0 |
* | FilterParameters is referenced at the class level from the Request | Zachary Scott | 2014-02-09 | 1 | -1/+0 |
* | FilterRedirect is referenced at the class level from the Response | Aaron Patterson | 2014-01-31 | 1 | -1/+0 |
* | Allow session serializer key in config.session_store | Lukasz Sarnacki | 2014-01-29 | 1 | -4/+6 |
* | update copyright notices to 2014. [ci skip] | Vipul A M | 2014-01-01 | 1 | -1/+1 |
* | Remove extra whitespace | Agis Anastasopoulos | 2013-04-06 | 1 | -4/+4 |
* | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au... | Trevor Turk | 2013-03-28 | 1 | -2/+0 |
* | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 1 | -1/+0 |
* | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 1 | -1/+0 |
* | Updated copyright notices for 2013 | Andrew Nesbitt | 2012-12-31 | 1 | -1/+1 |
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -0/+1 |
* | Adding filter capability to ActionController logs | Fabrizio Regini | 2012-12-05 | 1 | -0/+1 |
* | Add UpgradeSignatureToEncryptionCookieStore | Santiago Pastorino | 2012-11-16 | 1 | -5/+6 |
* | Add encrypted cookie store | Santiago Pastorino | 2012-11-03 | 1 | -4/+5 |
* | Implement ActionView::Template::Types | Piotr Sarnacki | 2012-08-28 | 1 | -0/+1 |
* | Add ActionView::Base.default_formats | Piotr Sarnacki | 2012-08-28 | 1 | -0/+4 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -3/+5 |
* | Remove the active_model require from action_dispatch. | Rafael Mendonça França | 2012-08-16 | 1 | -1/+0 |
* | load active_support/dependencies/autoload in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | defines a private require-hub active_support/rails | Xavier Noria | 2012-08-02 | 1 | -0/+1 |
* | raise exceptions on header set after response committed | Aaron Patterson | 2012-07-29 | 1 | -0/+3 |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -6/+0 |
* | Rack::SSL -> ActionDispatch::SSL | Rafael Mendonça França | 2012-03-17 | 1 | -0/+1 |
* | Merge pull request #4248 from andrew/2012 | Vijay Dev | 2011-12-31 | 1 | -1/+1 |
|\ |
|
| * | Updated copyright notices for 2012 | Andrew Nesbitt | 2011-12-31 | 1 | -1/+1 |
* | | Remove Rescue middleware that was never used by Rails. | José Valim | 2011-12-24 | 1 | -1/+0 |
* | | remove Rails application fallback from AD::IntegrationTest | Sergey Nartimov | 2011-12-23 | 1 | -0/+3 |
* | | Extract the rendering of public exceptions pages into a Rack app. | José Valim | 2011-12-16 | 1 | -0/+1 |
* | | Get rid of the close checks since we cannot reliably close the session anyway. | José Valim | 2011-12-16 | 1 | -1/+0 |
* | | Split ShowExceptions responsibilities in two middlewares. | José Valim | 2011-12-01 | 1 | -0/+1 |
* | | Add an ExceptionWrapper that wraps an exception and provide convenience helpers. | José Valim | 2011-12-01 | 1 | -0/+1 |