url()
Returns the complete URL used for this request
# File actionpack/lib/action_controller/request.rb, line 173 def url protocol + host_with_port + request_uri end