views:

155

answers:

1

Hey guys, do any of you know any good reference for the RJS mechanisms in Rails (2.3.8) I can find a few examples from like 2006/2007 and no actual documentation.

+2  A: 

The API for Rails 2.3.8 is available at http://api.rubyonrails.org/v2.3.8/

Specifically for RJS, the documenation is here.

Andrew Vit