Although using ROR for a long time There is sooooo much I do not know
so forgive me if I am wrong.
As I am re-writing my website for ROR 3.0, I went to ROR 3.0.1
documentation below to learn about Ajax:-

http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper.html

There it says to use "link_to_remote" and "form_remote_tag"

I thought these were now obsolete and you should use
"form_tag(item_path), : method ="get", remote = true do" or similar
with "link_to"

Can some one correct me if I am wrong

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to