[Rails] Re: rubymine 2.4.1

2017-06-07 Thread Kobes
Generally, while using rbenv, you can set the global ruby version you want to use through rbenv global [2.4.1] But that would set the ruby version for whenever a local version is not set. When you invoke rbenv local [2.4.1] you set a specific version for the project you are working in

[Rails] Re: rubymine 2.4.1

2017-06-06 Thread Joe Guerra
Lol, now I've got to get rails installed for that version. My default version is still 2.3.1. On Tuesday, June 6, 2017 at 7:08:44 PM UTC-4, Joe Guerra wrote: > > Ok, I figured it out. I installed ruby 2.4.1 , but forgot to install > rails for it. lol. > > > > On Tuesday, June 6, 2017 at

[Rails] Re: rubymine 2.4.1

2017-06-06 Thread Joe Guerra
Ok, I figured it out. I installed ruby 2.4.1 , but forgot to install rails for it. lol. On Tuesday, June 6, 2017 at 7:04:21 PM UTC-4, Joe Guerra wrote: > > I just installed a new version of ruby (2.4.1) using rbenv. > > I have 2.3.1 installed as well. I've downloaded some source code that