Do not want: Automatically running bundler
RubyMine 6.3.2 automatically runs `bundle install` when I edit my Gemfile. I do not want this. How do I disable it? I looked in Preferences -> SDK and Preferences -> Search "Bundler" but couldn't find anything. Thanks!
请先登录再写评论。
RubyMine needs Gemfile.lock to perform code analysis.
Why you do not want bundler to be executed?
Regards, Oleg.
I prefer to bundle manually on the command line. I often want to edit and save my Gemfile many times before running `bundle install`.
Unfortunatelly RubyMine depends on Gemfile.lock and it is impossible to configure it to no run "bundler check" in background :(
Regards, Oleg.