aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/remote_ip.rb
Commit message (Expand)AuthorAgeFilesLines
* 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