* "Michael P. Soulier" <msoulier at digitaltorque.ca> [2007-04-10 12:55]:
>As a side-question, does anyone know how to make Rails compose URLs properly
>without using --prefix in mongrel?
Add this to environment.rb:
ActionController::AbstractRequest.relative_url_root = "/blah"