We don’t allow questions seeking recommendations fo开发者_高级运维r books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI 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.
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
Ruby on Rails Tutorial Learn Rails by Example Michael Hartl If you need to get basic idea about AJAX with rails I strongly recommend this online tutorial It will give more basic understand about the rails.
精彩评论