3

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.

peterh
  • 11,875
  • 18
  • 85
  • 108
Dmitriy Likhten
  • 5,076
  • 7
  • 36
  • 47

1 Answers1

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