ActiveJax is a Rails plugin developed by Nicholas Schlueter that acts as a bridge between ActiveRecord and Prototype -backed JavaScript. This means you can call ActiveRecord model methods from JavaScript using AJAX. Example: ActiveJax.Author.find_by_name("Nicholas Schlueter").each(function(author) {alert(author
Similar Posts
Over the last year I've become increasingly interested in Ruby on Rails. Although Rails has many technical reasons to peak my interests what interests
Josh Gertzen of Thinwire has written up a detailed survey of techniques for OO-style inheritance in Javascript, leading up to the technique he's recently
On Friday I started for a customer an investigation in providing a Flex front-end for an Ruby on Rails backend using WebORB. In parallel I will push this
Adam Howitt has put together an 8-page PDF on Ajax design . In the guide which you can download from the link below I'll cover the process I have developed