RailsCasts Pro episodes are now free!

Learn more or hide this

meiuser's Profile

GitHub User: meiuser

Comments by

Avatar

I had the same problem. Didn't quite figure out what was causing it, but upgrading the gem file to Rails 4 fixed it. Just add/update these gems.

gem 'rails', '4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'protected_attributes'