ruby - Rubymine use local gem configuration -
i'm running ruby mine 7.1.2 on windows , i'm having difficulty because seems want use own gems , version of fun where. application works fine command line if bundle install
or bundle exec rails script
when try run ide complains missing gems.
i try reinstall gems via ruby mine of gems require special customization in windows , doing command line easier. there anyway can have ruby mine use gems installed?
rubymine bundle ruby sdk (i.e. ruby
itself) , it's associated gems don't end weird configuration dependencies.
if want circumvent follow an official guide. in addition guide, aware there per-run sdk settings. these kick in when running or debugging rubymine project , need configured in run -> configuration settings
dialog.
my (unsolicited) additional advice i'd recommend figuring out aspects of global ruby installation causing issues rubymine's bundle installer. reason rubymine sandboxes several sdks reduce major headaches when go deploy applications. without it, might encounter dependency hell when deploy application. personal (and extremely annoying) experience, rushing these initial set-up steps tend come vengeance when want run ruby apps elsewhere.
Comments
Post a Comment