index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-2
/
+4
*
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
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-0
/
+3
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
1
-2
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-7
/
+7
*
Don't reference Rails.application from inside a component
Matthew Draper
2016-03-02
1
-0
/
+2
*
pass a config to the route set
Aaron Patterson
2015-03-05
1
-2
/
+0
*
Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.
Yasyf Mohamedali
2015-02-24
1
-0
/
+2
*
Add configuration option to optionally disable deep_munge
Bernard Potocki
2013-12-05
1
-0
/
+2
*
Don't set X-UA-Compatible header by default
Guillermo Iguaran
2013-06-13
1
-2
/
+1
*
Add 'X-UA-Compatible' => 'chrome=1' to default headers
Guillermo Iguaran
2013-01-29
1
-1
/
+2
*
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-1
/
+0
*
nodoc AD & AV railties classes
Carlos Duclos
2012-12-01
1
-1
/
+1
*
Allow users to change the default salt if they want, shouldn't be necessary
Santiago Pastorino
2012-11-03
1
-0
/
+4
*
config.action_dispatch.rack_cache should set explicitly to enable Rack::Cache
Guillermo Iguaran
2012-10-04
1
-6
/
+1
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+2
*
Added X-Content-Type-Options to the header defaults.
Jim Jones
2012-08-18
1
-1
/
+2
*
Move AD default_headers configurations to railtie
Guillermo Iguaran
2012-08-10
1
-0
/
+5
*
introduce default_headers config
Egor Homakov
2012-08-09
1
-0
/
+1
*
Turn off verbose mode of rack-cache, we still have X-Rack-Cache to check that...
Santiago Pastorino
2012-03-03
1
-1
/
+1
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-1
/
+0
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-0
/
+1
*
Remove deprecated default_charset= from AC::Base
Carlos Antonio da Silva
2012-01-17
1
-1
/
+2
*
remove Rails application fallback from AD::IntegrationTest
Sergey Nartimov
2011-12-23
1
-0
/
+2
*
Assign config.encoding to AD::Response.default_charset at the initialization ...
kennyj
2011-12-07
1
-0
/
+1
*
Add an ExceptionWrapper that wraps an exception and provide convenience helpers.
José Valim
2011-12-01
1
-2
/
+2
*
Allow rescue responses to be configured through a railtie.
José Valim
2011-12-01
1
-1
/
+12
*
configuration option to always write cookie
lest
2011-11-23
1
-1
/
+3
*
stop circular require warnings
Aaron Patterson
2011-08-24
1
-1
/
+0
*
x_sendfile_header now defaults to nil and production.rb env file doesn't
Santiago Pastorino
2011-08-07
1
-1
/
+1
*
Allow ignore_accept_header through configuration option.
José Valim
2011-05-02
1
-0
/
+2
*
First pass at Rack::Cache
wycats
2010-09-13
1
-0
/
+1
*
Partial revert of commit #7fae0aa4ac116 removing action_dispatch.prepare_disp...
Mikel Lindsaar
2010-09-11
1
-5
/
+0
*
Add configuration option for tld length
Simon Jefford
2010-09-09
1
-0
/
+10
*
Ensure routes are loaded only after the initialization process finishes, ensu...
José Valim
2010-09-02
1
-5
/
+0
*
Add a header that tells Internet Explorer (all versions) to use the best avai...
wycats
2010-07-27
1
-1
/
+2
*
Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.
José Valim
2010-06-20
1
-1
/
+1
*
Kill legacy dispatcher.
José Valim
2010-05-18
1
-2
/
+0
*
Add a test which ensures action_dispatch.show_exceptions is properly disabled.
José Valim
2010-04-02
1
-1
/
+1
*
Raise exceptions instead of rendering error templates in test environment [#4...
Rolf Bjaanes
2010-04-02
1
-1
/
+2
*
Make X-Sendfile default to "" so it works correctly in dev mode.
wycats
2010-03-26
1
-1
/
+1
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+1
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-2
/
+0
*
Move session and session_store onto ActionDispatch and add deprecation warnings
Carlhuda
2010-03-04
1
-0
/
+2
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-0
/
+1
*
Makes send_file work again by deferring to Rack::Sendfile.
Carlhuda
2010-02-23
1
-0
/
+2
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-3
/
+0
[next]