views:

67

answers:

1
+1  Q: 

Ajax on rails...

Hello friends, I am a beginner to ruby on rails.But i am quite comfortable with php, Jquery. But i am not able to get the picture behind the screen in ajax in rails. Can anybody suggest me a good book for ajax in rails or some good tutorials. Right now i am working on Agile Web Development with Rails book.

+1  A: 

Railscasts are always a good place to start.

In particular: RailsCast #136 - jQuery covers basics of using jquery for ajax in rails. Since you are already familiar with jquery... Same thing in text format - AsciiCast

Nick Gorbikoff