RailsCasts Pro episodes are now free!

Learn more or hide this

JudeArasu's Profile

GitHub User: judearasu

Site: http://genlinux.blogspot.com

Comments by JudeArasu

Avatar

Ryan,

You forgot to add

gem install friendly_id in the web notes

Avatar

If we want to run this tutorial in higher versions of rails > 3.1.
please add gem 'prototype-rails' in your Gemfile.Since prototype js has been used in this screencasts.

or try to remove this from your environment file
config.action_view.debug_rjs = true