当我这样做,我得到:127.0.0.1
@ip = request.remote_ip
有没有办法得到公共IP?
require 'socket' ip=Socket.ip_address_list.detect{|intf| intf.ipv4_private?} ip.ip_address if ip