- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我通过替换 css 文件等从版本 2 转移到 bootstrap 3 来更新我的应用程序。
我想我也会升级 simple_from
,因为旧版本可能与 bootstrap 2 不兼容。
所以我运行了 bundle update simple_form
并将它从 simple_form (2.0.4) 升级到 (2.1.1)。
如何升级到最新版本?以及如何将它与 bootstrap 3 集成?我是否需要使用 rails generate simple_form:install --bootstrap
重新安装 simple_form 而不是使用 bundler 更新 gem?以及为什么更新 gem 没有更新到最新的?
感谢您对如何正确迁移 simple_form 的说明。
最佳答案
Bootstrap 3 对 simple_form 的支持尚未成为稳定版本。您可以阅读更多here .如果你想安装看起来工作正常的 rc 版本,只需在 Gemfile 中使用 gem 'simple_form', '~> 3.1.0.rc1'
。 (进行更改后运行 bundle install
)
我不确定 simple_form 生成器是如何工作的,但确保配置更新的一种方法是从 sample application 复制配置文件。 .这些文件是 config/initializers/simple_form.rb
和 config/initializers/simple_form_bootstrap.rb
。
如果之前版本中还有其他与 simple_form 相关的文件,您应该删除它们。
关于ruby-on-rails - 如何为 bootstrap 3 升级 simple_form gem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24586724/
我是一名优秀的程序员,十分优秀!