Question

I can't seem to find an answer to what should be simple. I'm using Serve, which runs on a WEBRick server. I'd like to be able to grab the current page's URL. How would I do that?

Était-ce utile?

La solution

Since Serve uses Rack under the hood, try this in a view:

<%= request.url %>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top