MDM
(MDM)
October 18, 2010, 3:35pm
1
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
11155
(-- --)
October 19, 2010, 8:52pm
2
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:
WARNING: this repo is not maintained anymore, if you want to maintain it, please send an mail to rails-core - GitHub - rails/prototype_legacy_helper: WARNING: this repo is not maintained anymore, i...