I''ve been using one of the plugins (Responds to Parent) of Sean Treadway to make Ajax uploads on my website, and it was all ok. But yesterday I tried to modify it so I could use it to render some partials in my parent frame from a link I placed inside a visible iframe on the page and I achieved nothing. The problem was that when I used the link_to tag for my link, the parent rendered the partial ok but the iframe got erased (about:blank), and if used the link_to_remote tag for my link, iframe didn''t get erased, the action in my controller was correctly executed but the javascript didn''t seem to be sent to the parent because nothing was rendered. Ok, today I just wanted to start again with all of this and I removed the Responds to Parent plugin to install it again, but my surprise came when I saw that the page of Sean Treadway seemed to be down. So, does anybody know where could I find the Responds to Parent plugin, or could anybody send it to me? And if anybody knows how to solve my problem with the parent rendering from an iframe link it would be a lifesaver for me. Here are the links for the Sean Treadway page and the plugin: http://sean.treadway.info/ http://sean.treadway.info/svn/plugins/responds_to_parent/ Thanks for advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hector Parra wrote:> I''ve been using one of the plugins (Responds to Parent) of Sean > Treadway to make Ajax uploads on my website, and it was all ok. But > yesterday I tried to modify it so I could use it to render some > partials in my parent frame from a link I placed inside a visible > iframe on the page and I achieved nothing. The problem was that when I > used the link_to tag for my link, the parent rendered the partial ok > but the iframe got erased (about:blank), and if used the > link_to_remote tag for my link, iframe didn''t get erased, the action > in my controller was correctly executed but the javascript didn''t seem > to be sent to the parent because nothing was rendered. > Ok, today I just wanted to start again with all of this and I removed > the Responds to Parent plugin to install it again, but my surprise > came when I saw that the page of Sean Treadway seemed to be down. > So, does anybody know where could I find the Responds to Parent > plugin, or could anybody send it to me? > And if anybody knows how to solve my problem with the parent rendering > from an iframe link it would be a lifesaver for me. > > Here are the links for the Sean Treadway page and the plugin: > http://sean.treadway.info/ > http://sean.treadway.info/svn/plugins/responds_to_parent/ > > Thanks for advance.Same problem but found: http://trac.inaturalist.org/browser/trunk/vendor/plugins/responds_to_parent?rev=56 I haven''t tried it yet ... if you do please let me know just how it goes :))) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
The page seems to have some problems but they are solving it. I finally found the plugin via Google CodeSearch (http://www.google.com/ codesearch) asking for "respond to parent sean treadway", for example in this url: http://www.google.com/codesearch?hl=en&q=show:hsNTEoIvRi4:8Gu1oaqIheQ&sa=N&ct=rdp&cs_p=http://sean.treadway.info&cs_f=svn/plugins/responds_to_parent/lib and it works ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---