rails g scaffold
[color=darkblue]Error: root/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.8/lib/bundler/runtime.rb:34:in `block in setup': You have already activated spring 1.3.6, but your Gemfile requires spring 1.3.4. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)[/color]
[quote]Fix :
1. spring stop
2. bundle update
Or
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
Reference:http://stackoverflow.com/questions/29203272/couldnt-run-migration-after-spring-update-in-rails[/quote]
[color=darkblue]Error: root/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.8/lib/bundler/runtime.rb:34:in `block in setup': You have already activated spring 1.3.6, but your Gemfile requires spring 1.3.4. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)[/color]
[quote]Fix :
1. spring stop
2. bundle update
Or
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
Reference:http://stackoverflow.com/questions/29203272/couldnt-run-migration-after-spring-update-in-rails[/quote]
本文介绍了在使用Rails过程中遇到的Spring版本冲突问题及其解决方案。当Gemfile中要求的Spring版本与已激活版本不一致时,可通过停止Spring守护进程并更新Gem来解决此问题。
351

被折叠的 条评论
为什么被折叠?



