Before the switch and in all apps on this passenger that run rails 2.0 my routes would yield "myapp/controller/action"
Now they yield "controller/action". Interestingly the stylesheet_link_tags
do work as normal.
I prepend a prefix in the production environment to deal with this but it is a hideous hack of course.
Any help is appreciated.