I have Rails 2.3.8, Ruby 1.8.7, Mongrel Web Server and MySQL database.
I am in the development mode and I need to find the real IP address>
I had to do this:
require 'socket' Socket.ip_address_list.detect(&:ipv4_private?)&.ip_address