Rails에서 request.remote_ip와 request.ip의 차이점은 무엇입니까? 제목이 진행됨에 따라 두 가지 방법으로 클라이언트의 IP를 얻을 수 있습니다. 차이점이 있는지 궁금합니다. 감사합니다. 소스 코드에는 "/usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.3/lib/action _dispatch / http / request.rb"257L, 8741C def ip @ip ||= super end # Originating IP address, usually set by the RemoteIp middleware. def remote_ip @remote_ip ||= (@env["action_dispatch.remote_ip"] || ip..