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
Ryan,
You forgot to add
gem install friendly_id in the web notes
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