Best Practice? Referencing a remote reporting server

Hello All,

I’m using SQL Server Reporting Services for my reporting needs. (Sorry,
the
ruby solutions don’t cut my mustard… yet)

What would you all suggest the [Ruby|Rails]Way to encode the urls for my
reports.

Report server URLS:
http://servercomputer/reportserver/appname/[reportfolder/..]reportname?option_a=value&option_b=value

So, the "project-level’ part of the url is
http://servercomputer/reportserver/appname
The controller might be contained within one or more levels of report
folders (appname is actually a folder too, I’m assuming that minimum
organization)

Tell me what you all think!

Thank you!