ONLamp.com: Ajax on Rails http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html <html> <head> <title>Ajax Demo</title> <%= javascript_include_tag "prototype" %> </head> <body> <h1>What time is it?</h1> <div id="time_div"> I don't have the time, but <%= link_to_remote( "click_here", :update => "time_div", :url =>{ :action => :say_when }, :position => "after" ) %> and I will look it up. </di