Rails-4, ExecJS::ProgramError in Pages#welcome

后端 未结 8 1836
臣服心动
臣服心动 2020-11-27 22:06

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

8条回答
  •  攒了一身酷
    2020-11-27 22:24

    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 )
    

提交回复
热议问题