How can I get the current absolute URL in my Ruby on Rails view?
The request.request_uri only returns the relative URL
request.request_uri
If by relative, you mean just without the domain, then look into request.domain.
request.domain