adspace


Explain how does rails implement ajax?

Answer Posted / Murari Lal

Rails implements AJAX using the JavaScript helper methods like remote_form_for and remote_from, which send HTTP requests to a server in the background without refreshing the page. JQuery UJS (Unobtrusive JavaScript) is often used for this purpose.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

948