Feature
AJAX in Ruby on Rails with Prototype, Script.aculo.us
Look at the Script.aculo.us wiki to know more about other effects and their parameters.
Oct. 5, 2008 03:45 PM
Michael Benedict's Blog
This tutorial deals with AJAX implementation in Ruby on Rails 2. While I was learning RoR, I had lot of issues of properly having AJAX implementation in my projects. This tutorial is for those people out there. In this tutorial, I`ll just show some very simple Script.aculo.us Animation Implementations in RoR.
View Demo
Introduction
First off, if you followed my RoR tutorials, you should know that RoR has AJAX support built in to it. It uses the Prototype Javascript Library along with Scriptaculous.
Step 1 - Create new RoR Application
First create a new RoR application. Edit the database.yml file as well.