1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware
Santiago Pastorino 961aa70e4a Some require indifferent_access added
Signed-off-by: Xavier Noria <fxn@ubuntu.(none)>
2010-04-21 07:45:29 -07:00
..
session Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
templates/rescues Use config.filter_parameters on in-browser request dump. [#4335 state:resolved] 2010-04-07 01:42:51 +02:00
callbacks.rb Revert behavior from a5684dfa3c and ensure after_initializer is executed after to_prepare callbacks. 2010-02-19 08:15:49 +01:00
cascade.rb AD::Cascade that supports X-Cascade 2009-12-26 13:28:06 -06:00
cookies.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
flash.rb Move Flash into middleware 2010-01-15 14:55:13 -06:00
head.rb Make HEAD method masquerade as GET so requests are routed correctly 2010-01-15 12:38:50 -06:00
params_parser.rb Some require indifferent_access added 2010-04-21 07:45:29 -07:00
remote_ip.rb Move remote_ip to a middleware: 2010-03-03 21:24:00 -08:00
rescue.rb
show_exceptions.rb Remove outdated docs. 2010-02-09 08:38:33 -07:00
stack.rb Simplify the action endpoint: 2010-03-08 16:50:00 -08:00
static.rb Move Rails::Static into ActionDispatch 2009-09-26 11:37:42 -05:00