我正在尝试使用devboot引导视图gem https://github.com/hisea/devise-bootstrap-views创建一个应用。
这是我所做的:
*= require devise_bootstrap_views
之前的application.css
文件中添加了*= require_tree .
rails g devise:views:locale en
rails g devise:views:bootstrap_templates
但是,当我刷新浏览器时,看到以下错误。我试图找出错误,但无济于事。
这是错误的屏幕截图: enter image description here
有人可以告诉我错误发生在哪里吗?赞赏!谢谢!
答案 0 :(得分:0)
也许您错过了服务器。您重新启动服务器了吗?
答案 1 :(得分:0)
按照https://github.com/seyhunak/twitter-bootstrap-rails安装Bootstrap
运行bundle install运行生成器 rails generate bootstrap:install static 重新启动服务器。
现在,您已经安装了Bootstrap下一步安装Devise gem'devise'运行捆绑软件安装
运行发电机
rails生成bootstrap:install static
将Devise附加到模型(说用户)导轨生成devise模型
重新启动服务器。现在,您已将Devise安装到用户对象
安装Bootstrap视图gem
'devise-bootstrap-views','〜> 1.0'运行捆绑包安装运行生成器 rails generate devise:views:bootstrap_templates
重新启动服务器
答案 2 :(得分:0)
我必须删除此行:
*= require devise_bootstrap_views