This document is the introduction slide deck for a presentation titled "Ajax on Rails". It discusses how Rails supports Ajax through Prototype and Scriptaculous libraries. It provides examples of using Prototype helpers like observe_field to create an auto-updating Ajax search. It also covers rendering partials on the server and strategies for degrading Ajax applications to work without JavaScript.