adspace


How do rails implement ajax?

Answer Posted / Swatantra Gupta

Ruby on Rails implements AJAX (Asynchronous JavaScript and XML) using various libraries such as jQuery, Prototype, or CoffeeScript. The most common method is through unobtrusive JavaScript (UJS), which allows you to write HTML with JavaScript behavior and makes it easy to integrate AJAX calls into views. Rails provides the remote_form, remote_link, and remote_function helpers 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