I want to construct a url within my rails app that points to another server that isn't running rails. Using url_for
almost satisfies my requirements, but it requires a controller key which I don't need (redirecting to a top level page on the external site).
The reason I want to do this is so that I have a cleanly construct a url with a hash of arguments (some of which are determined at runtime).