RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: meiuser
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'
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.