Please tell me if this has nothing to do on the rails core list. I have a feeling it does, though ; )
I'm making an app that's using subdomains to authenticate. Hence, I set @request.host to something other than "test.host" - e.g. "clientname.local.host". However, changeset 8392 doesn't let me set that. Here's a pastie that should explain what happens: http://pastie.caboo.se/130596 In changeset 8391, everything works as expected. Should I do something other than @request.host=? Or is it indeed failing? Btw, e.g. @request.path= (and all other setters) is not settable either. I wish I could provide a patch, but I have no idea what's going on =P --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
