I am trying to add login-logout functionality to my rails app. For that I added bcrypt
gem for password encryption and also access controller. Now when I run it
I was having this same issue and I fixed it by adding the following code to config\initializer\assets.rb
Rails.application.config.assets.precompile += %w( application.css )
Hello I had the same problem and you can make this : https://www.youtube.com/watch?v=N5i94L17KPo It works now for me.