I'm currently following Rails tutorial by Michael Hartl here.
To proceed with my application I did the following(as the book said):
rails generate scaffold User name:string email:string
However I'm getting the following errors:
I'm currently following Rails tutorial by Michael Hartl here.
To proceed with my application I did the following(as the book said):
rails generate scaffold User name:string email:string
However I'm getting the following errors:
This is quite strange, but i'd say you should probably run bundle install
again. If that doesn't resolve it, then you should add to your Gemfile:
gem 'sass'