Quick install Gem doesn't install in the gemfile
Hi! I'm new to Ruby, and to Rubymine. I've been learning the IDE and had a quick question. When I select "Quick Install Gem..." from the
Tools menu, the gem gets put in the project settings under the "Ruby SDK and Gems" location. I have other developers using Sublime Text 2 and they will rely on the gems being put in the Gemfile on the project. Is there anyway to point the "Quick Install Gem..." to install the Gem in my Gemfile instead of the project settings?
Thanks!
Aaron
请先登录再写评论。
Currently Quick install gem doesn't add gem to the Gemfile. You can simply add line with gem required to the Gemfile and RubyMine will suggest to run 'bundle install' automatically.
Thanks Dennis! I know it was a simple question, just wanted to make sure I was understanding this right :D
Aaron