Url_for generating URLs without relative root

I’ve got an app that has
ActionController::AbstractRequest.relative_url_root = “/super” set in
environment.rb. I’d like to use url_for to generate URLs without the
relative root, or even be able to specify a different relative root.
Is that possible somehow?

Pat