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.
Asked
Active
Viewed 1,534 times
3
-
1I think the documentation is in severe disrepair, but I'd love to be proven wrong. – tadman Aug 31 '10 at 20:31
1 Answers
6
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
- 18,961
- 6
- 77
- 84