On Mar 8, 1:15 pm, Nick Gorbikoff <[email protected]> wrote: > Hello All. > > I'm developing and an app on my Windows XP machine using ruby 1.9.2 & > Rails 3.0.5 > Everything is running along just fine, unless I try to open my app > under IE 6 - everything works fine under Chrome, FF, Safari, IE 7 & 8. > I tried accessing from multiple computers to make sure it's not my IE > setup ( I'm using Utilu IE Collection for multiple IE setup) . I am > using pie.htc hack, but not sure why would it cause a problem. >
Not sure if this will solve your problem, but I would try the following: 1. Use Passenger instead of Webrick. You won't be using Webrick in production, right? I've never configured it on Windows XP, which leads to the next point. 2. Don't use Windows XP - Setup a Linux VM. Eric -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

