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
Aaron Patterson 6c44161834 pass check_ip and proxies to GetIp constructor
The `GetIp` class doesn't need to keep a reference to the middleware, so
there is no reason to pass the middleware instance to the `GetIp` class
2015-06-03 14:01:11 +08:00
..
session Explained how to set session expiry through session_store config 2015-02-27 10:29:44 +00:00
templates Change filter on /rails/info/routes to use an actual path regexp from rails 2015-02-23 19:57:01 +03:00
callbacks.rb [ci skip] Fix comment of ActionDispatch::Callbacks 2014-11-23 13:22:36 +09:00
cookies.rb Document :tld_length option for cookies. 2015-04-29 14:15:18 -07:00
debug_exceptions.rb Action View is needed for DebugExceptions 2014-12-02 15:06:50 -02:00
exception_wrapper.rb require rack/utils in exception_wrapper 2015-02-12 14:56:35 -08:00
flash.rb Migrate old flash behaviour 2015-01-30 09:47:03 +11:00
params_parser.rb Do not rescue Exception in ParamsParser 2014-11-23 13:47:09 -08:00
public_exceptions.rb Fix ActionDispatch::PublicExceptions returning string rack status 2015-03-23 13:15:59 +00:00
reloader.rb Use ruby 1.9 lambda syntax in documentations [ci skip] 2015-05-03 02:50:31 +03:00
remote_ip.rb pass check_ip and proxies to GetIp constructor 2015-06-03 14:01:11 +08:00
request_id.rb add a branch to eliminate multiple nil checks 2015-05-23 11:38:23 -07:00
show_exceptions.rb Stash original path in ShowExceptions middleware 2014-07-14 11:55:44 +01:00
ssl.rb Avoid URI parsing 2014-04-09 14:19:53 -03:00
stack.rb Add the #unshift method to the middleware stack 2012-05-18 16:41:52 +10:00
static.rb Fix regression in #20017: wrong number of arguments error 2015-05-30 22:26:13 +02:00