I followed a book and typed:
rails generate scaffold User name:string email:string
I got:
display Error:
Could not find gem 'turbolinks (~> 5) x86-mingw32' in any of the gem sources >listed in your Gemfile or available on this machine.
Run `bundle install` to install missing gems.
I still get an error after I type bundle install
.