i''m having some very strange behavior with safari on mac osx... using restful routes in an app, trying to follow a link like /blog/2;edit this works fine in firefox & safari when running locally. if i deploy it to my remote server, firefox works but safari refuses to load the page. in the safari ''activity'' window, it just says ''error'' anyone ever had this happen? thanks, jeff --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
solved possibly... for posterity, switching to multi_window=true in selenium_on_rails config.yml seems to work. On Aug 13, 7:04 pm, jemminger <jemmin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i''m having some very strange behavior with safari on mac osx... using > restful routes in an app, trying to follow a link like > > /blog/2;edit > > this works fine in firefox & safari when running locally. if i deploy > it to my remote server, firefox works but safari refuses to load the > page. in the safari ''activity'' window, it just says ''error'' > > anyone ever had this happen? > thanks, > jeff--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
[solved] turns out this was due to the .htaccess we have on the site... for some reason safari is being sent "401 auth required" even after the initial login. On Aug 13, 7:04 pm, jemminger <jemmin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i''m having some very strange behavior with safari on mac osx... using > restful routes in an app, trying to follow a link like > > /blog/2;edit > > this works fine in firefox & safari when running locally. if i deploy > it to my remote server, firefox works but safari refuses to load the > page. in the safari ''activity'' window, it just says ''error'' > > anyone ever had this happen? > thanks, > jeff--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---