On Nov 1, 12:20 pm, "Michael Koziarski" <[EMAIL PROTECTED]> wrote: > Could you open a ticket for this in lighthouse? > > The behaviour of the relative_url_root setting changed slightly in > 2.2, and we probably broke something that mongrel or passenger is > expecting to be there.
The change in relative_url_root behavior was necessary for thread- safety. Passenger needs to be updated. In the mean time, you can do it yourself by manually setting relative_url_root in your environment.rb. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
