For those following this discussion or encountering it in the future,
Henry and I got both his 1.3 and 1.4 apps running on relative URLs.
Besides the instructions mentioned earlier and the bug fixes recently
pushed to Hobo, Henry uses this in his config.ru:
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
map ActionController::Base.config.relative_url_root || "/" do
run Portal::Application
end
Note that we're successfully using relative URL's via Torequebox at
Barquin without that config.ru, but Henry's set up uses Passenger, and
he needs it for that.
Note that I'm still encountering a problem in 1.4 with the
jquery-ui-themes stylesheets ignoring the relative URI root when
loading their icons.
cheers,
Bryan
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.