I\'m at ch. 7 on the Hartl RoR tutorial.
When I try to load the url /users/1 it\'s supposed to give me the Example User (which I successfully updated in console.
See if you have this in your Gemfile:
gem 'bcrypt-ruby'
If not, add it. Then run bundle install
to install it and don't forget to restart the server.
Tutorial says to install it gem 'bcrypt', '3.1.7'
in chapter 6, but it doesn't say anything about restart the server. That's what you normally do after adding a gem.
Listing 6.33: Adding bcrypt-ruby to the Gemfile.
https://www.railstutorial.org/book/modeling_users