As ActionController::Base#default_url_options is deprecated, I wonder how to set default url options in rails3. The default url options are not static but dependent of the current request.
http://apidock.com/rails/ActionController/Base/default_url_options
Thanks, Corin
ActionController::Base#default_url_options
is not deprecated. – Impressure