* "Michael P. Soulier" <[EMAIL PROTECTED]> [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"
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users
