【发布时间】:2014-08-07 16:51:50
【问题描述】:
我正在使用 best_in_place gem。不幸的是,gem 上的更新代码无法正常工作,但已找到解决方案并将其合并到 gem 的最新 alpha 版本中。最初我只是简单地编辑了 gemfile 并添加了修复,但我知道这是不好的做法,所以我添加了:
gem 'best_in_place', github: 'bernat/best_in_place'
获取最新版本。我捆绑安装,它说:
Using best_in_place (3.0.0.alpha) from git://github.com/bernat/best_in_place.git (at master)
但是,当我去查看实际文件时,它并没有改变。
【问题讨论】:
标签: ruby-on-rails-3 bundler best-in-place