aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/remote_ip.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #3640 from indirect/remote_ip"Jon Leighton2011-11-151-6/+3
* GetIp#to_s should never return nil. That's icky.Andre Arko2011-11-141-3/+6
* memoize the relatively expensive remote IP codeAndre Arko2011-11-141-1/+7
* cleaner namesAndre Arko2011-11-141-6/+6
* remove ignored flag, fixes warningsAndre Arko2011-11-131-1/+1
* turns out the tests expect remote_addrs.firstAndre Arko2011-11-131-1/+1
* correctly raise IpSpoofAttackError messageAndre Arko2011-11-131-2/+2
* defer calculating the remote IP until requestedAndre Arko2011-11-121-24/+36
* refactor RemoteIp middlewareAndre Arko2011-11-111-37/+44
* Move remote_ip to a middleware:Carlhuda2010-03-031-0/+51