View Review Details


Book:   RJS Templates for Rails
Subject:   Definitive resource on a powerful new feature of Rails 1.1
Date:   2006-09-29 22:00:53
From:   Anonymous Reader
Rating:  StarStarStarStarStar

If you have any interest whatsoever in the use of AJAX with Ruby on Rails, this is undoubtedly money very well spent. RJS should without a doubt make previous AJAX mechanisms obsolete due to its ability to manipulate multiple elements on a page.


My only criticism is that I don't think the technique of using a prototype Insertion.Bottom is very useful for tables since this technique will not work properly in IE (as the second demo app did not work for me in IE).