Ruby Documentation

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

Don Mapp wrote in post #955149:

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”

AFAIK the Prototype helpers have been pulled out of Rails core and made
available here: