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

后端 未结 8 1835
臣服心动
臣服心动 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:14

    Just commenting this line in the above code segment solved my problem.

    <%=j avascript_include_tag 'application', 'data-turbolinks-track'=>true %> 
    

    Not sure if this is a preferred solution but certainly helped me move forward.

提交回复
热议问题