hello, i''ve got a form whith action = /users/search when i submit it on firefox url will be http://localhost:3000/users/search?q=bobby. but on safari it is http://localhost:3000/users/search?=users&q=bobby. how can i have same url that firefox on safari? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 2 Jan 2008, at 16:10, Jean-Sébastien wrote:> > hello, > i''ve got a form whith action = /users/search > when i submit it on firefox url will be http://localhost:3000/users/search?q=bobby > . > but on safari it is http://localhost:3000/users/search?=users&q=bobby.What''s the actual html that you produce ? Fred --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
the result page is the same, just urls are differents. i''m still developping my app, and i don''t check always this part with safari, but i think before it worked with both same good urls. On Jan 2, 5:17 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 2 Jan 2008, at 16:10, Jean-Sébastien wrote: > > > > > hello, > > i''ve got a form whith action = /users/search > > when i submit it on firefox url will behttp://localhost:3000/users/search?q=bobby > > . > > but on safari it ishttp://localhost:3000/users/search?=users&q=bobby. > > What''s the actual html that you produce ? > > Fred--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---