Pages

Wednesday 23 December 2015

rbenv, ruby remote interpreter, rubymine, vagrant => Everything you need to know!

                                                      So guys all i was doing when working with laravel, django or rails with vagrant is i have to configure both my host as well as guest environment to work with software(python(Django), PHP(Laravel), Ruby(Rails)) and things become pretty shitty when railsinstaller incase of windows doesn't supporting new versions of Ruby as well as Rails .... Django-python & Laravel-php doesn't have these problems as they have better support on windows as well as on Trusty64 guest machines.

So incase of ruby all you have to do is set the remote interpreter instead of the local interpreter installed in windows. So open the setting and search for interpreter and add the remote interpreter by clicking on the '+' sign. then search for ruby interpreter it will give path to shims directory in .rbenv but you have to go into the versions directory and mark my words select "irb" instead of ruby as it wants ruby interpreter(irb) instead of ruby. This will solve the whole problem. Thats it!

P.S. => Software_Devs@JETBRAINS are doing awesome job! It's really time to say gudbye to sublime(no offence) :p