aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't include routes helpers inside System test class:Edouard CHIN2019-07-161-6/+0
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+2
* Permit running jobs in system testsGeorge Claghorn2019-05-161-0/+6
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-0/+1
* Add 'Referrer-Policy' header to default headers setGuillermo Iguaran2018-01-081-1/+2
* Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de...Guillermo Iguaran2017-12-091-1/+3
* Add key rotation cookies middlewareMichael Coyne2017-09-241-2/+4
* 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
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-0/+3
* Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-311-2/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-7/+7
* Don't reference Rails.application from inside a componentMatthew Draper2016-03-021-0/+2
* pass a config to the route setAaron Patterson2015-03-051-2/+0
* Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.Yasyf Mohamedali2015-02-241-0/+2
* Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+2
* Don't set X-UA-Compatible header by defaultGuillermo Iguaran2013-06-131-2/+1
* Add 'X-UA-Compatible' => 'chrome=1' to default headersGuillermo Iguaran2013-01-291-1/+2
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-291-1/+0
* nodoc AD & AV railties classesCarlos Duclos2012-12-011-1/+1
* Allow users to change the default salt if they want, shouldn't be necessarySantiago Pastorino2012-11-031-0/+4
* config.action_dispatch.rack_cache should set explicitly to enable Rack::CacheGuillermo Iguaran2012-10-041-6/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* Added X-Content-Type-Options to the header defaults.Jim Jones2012-08-181-1/+2
* Move AD default_headers configurations to railtieGuillermo Iguaran2012-08-101-0/+5
* introduce default_headers configEgor Homakov2012-08-091-0/+1
* Turn off verbose mode of rack-cache, we still have X-Rack-Cache to check that...Santiago Pastorino2012-03-031-1/+1
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-1/+0
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+1
* Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-1/+2
* remove Rails application fallback from AD::IntegrationTestSergey Nartimov2011-12-231-0/+2
* Assign config.encoding to AD::Response.default_charset at the initialization ...kennyj2011-12-071-0/+1
* Add an ExceptionWrapper that wraps an exception and provide convenience helpers.José Valim2011-12-011-2/+2
* Allow rescue responses to be configured through a railtie.José Valim2011-12-011-1/+12
* configuration option to always write cookielest2011-11-231-1/+3
* stop circular require warningsAaron Patterson2011-08-241-1/+0
* x_sendfile_header now defaults to nil and production.rb env file doesn'tSantiago Pastorino2011-08-071-1/+1
* Allow ignore_accept_header through configuration option.José Valim2011-05-021-0/+2
* First pass at Rack::Cachewycats2010-09-131-0/+1
* Partial revert of commit #7fae0aa4ac116 removing action_dispatch.prepare_disp...Mikel Lindsaar2010-09-111-5/+0
* Add configuration option for tld lengthSimon Jefford2010-09-091-0/+10
* Ensure routes are loaded only after the initialization process finishes, ensu...José Valim2010-09-021-5/+0
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-1/+2
* Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.José Valim2010-06-201-1/+1
* Kill legacy dispatcher.José Valim2010-05-181-2/+0
* Add a test which ensures action_dispatch.show_exceptions is properly disabled.José Valim2010-04-021-1/+1
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+2
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-1/+1