I am going to be using a simple ip limiting system on a site I'm working on and using php you can get the remote ip simply by calling something like <?php echo $REMOTE_ADDR; ?> Is there a similar method in ruby? I am not using rails, not supported on the server I'm using. Thanks -- Posted via http://www.ruby-forum.com/.