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

后端 未结 8 1783
臣服心动
臣服心动 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 )
    
    0 讨论(0)
  • 2020-11-27 22:26

    Hello I had the same problem and you can make this : https://www.youtube.com/watch?v=N5i94L17KPo It works now for me.

    0 讨论(0)
提交回复
热议问题