Overview

AJAX

Other terminology

AJAX and Rails

In Rails 2, many AJAX processes could be deployed in Rails using Ruby method calls. Coding in Javascript and JSON was not needed. However, Rails 3 calls for more explicit use of javascript when responding to requests. Fortunately, the increasing us of the jQuery library makes the javascript coding easier.