This Rails app is used on the Engine Yard blog post Using jQuery with Rails: How To.
Run the following commands to start the app.
git clone https://github.com/engineyard/tutorialapp
cd tutorialapp
bundle install
bin/rake db:migrate
bin/rake db:seed
bin/rails s
Check the app at http://localhost:3000/tutorials.