Greetings all, I am wondering are there any thing like link_to_remote(:update, :url) in rails which preserves the navigation feature (back & forward button as well as bookmarks) of the browser? Thanks very much! Cheers, Difei -- 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 -~----------~----~----~----~------~----~------~--~---
Nothing is built into Rails. Just design your site to work with the Back button. A good way of doing this is to make the site without Ajax, and then add it with the UJS plugin. Jason On 6/19/07, Difei <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Greetings all, > > I am wondering are there any thing like link_to_remote(:update, :url) in > rails which preserves the navigation feature (back & forward button as > well as bookmarks) of the browser? Thanks very much! > > Cheers, > Difei > > -- > 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 original poster was looking for an ajax history plugin (a plugin that automatically maintains an ajax history). Don''t think one exists however. On 19 Jun 2007, at 14:40, Jason Roelofs wrote:> Nothing is built into Rails. > > Just design your site to work with the Back button. A good way of > doing this is to make the site without Ajax, and then add it with > the UJS plugin. > > Jason > > On 6/19/07, Difei <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > Greetings all, > > I am wondering are there any thing like link_to_remote > (:update, :url) in > rails which preserves the navigation feature (back & forward button as > well as bookmarks) of the browser? Thanks very much!Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jason Roelofs wrote:> Nothing is built into Rails. > > Just design your site to work with the Back button. A good way of doing > this > is to make the site without Ajax, and then add it with the UJS plugin. > > JasonThanks for the suggestion. I''ll have a try. -- 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 -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jun-19 13:39 UTC
Re: back button for AJAX in rails
On Jun 19, 6:07 am, Difei <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Jason Roelofs wrote: > > Nothing is built into Rails. > > > Just design your site to work with the Back button. A good way of doing > > this > > is to make the site without Ajax, and then add it with the UJS plugin. > > > Jason > > Thanks for the suggestion. I''ll have a try. > > -- > Posted viahttp://www.ruby-forum.com/.there''s been threads on rails-spinoffs on back button, bookmarking, undo: http://groups.google.com/group/rubyonrails-spinoffs/browse_frm/thread/1e136c24c674aa2b/# Also look at "Pragmatic Ajax" book and this Dojo page http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---