Hi Everyone, I am experiencing a strange issue when I use the responds_to_parent plugin. Any form I post that has additional url paramaters will has a problem with the first of these parameters. It''s name becomes preseced with "amp;". For example in my params hash "gallery_id"=>"2" becomes "amp;gallery_id"=>"2", but only when the plugin is being used. Reading the plugin code I am at a loss as to what could be causing this to happen. It seems the plugin just adds a method to actioncontroller without overwriting any of them, so I can''t figure out why it would change the way rails deals with url query strings when turing them into params. Any ideas? Thanks, Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Everyone, I am experiencing a strange issue when I use the responds_to_parent plugin. Any form I post that has additional url paramaters will has a problem with the first of these parameters. It''s name becomes preseced with "amp;". For example in my params hash "gallery_id"=>"2" becomes "amp;gallery_id"=>"2", but only when the plugin is being used. Reading the plugin code I am at a loss as to what could be causing this to happen. It seems the plugin just adds a method to actioncontroller without overwriting any of them, so I can''t figure out why it would change the way rails deals with url query strings when turing them into params. Any ideas? I guess for now I will just put these variable in hidden fields but I''d like to know what is actually causing the problem. Thanks, Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---