使用bootstrap_form gem时,为何找不到'rails_bootstrap_form'文件?
- 内容介绍
- 文章标签
- 相关推荐
本文共计274个文字,预计阅读时间需要2分钟。
我正在尝试使用bootstrap_form~2.0.1宝石(见https://github.com/bootstrap-ruby/rails-bootstrap-forms)。尽管它给了我适配,但我按照GitHub页面上的说明安装,将其添加到我的Gemfile中:gem 'bootstrap_form', '~> 2.0.1'。
本文共计274个文字,预计阅读时间需要2分钟。
我正在尝试使用bootstrap_form~2.0.1宝石(见https://github.com/bootstrap-ruby/rails-bootstrap-forms)。尽管它给了我适配,但我按照GitHub页面上的说明安装,将其添加到我的Gemfile中:gem 'bootstrap_form', '~> 2.0.1'。

