Re: [Rails] RVM question

2015-04-22 Thread Antônio Augusto Sousa Britto
You could also create a custom .rvmrc file for each project folder, in which you could specify the ruby version and gemset to use (or create if doesn't exist'). Att, [image: --] Antonio Augusto [image: http://]about.me/aaugusto

Re: [Rails] RVM question

2015-04-19 Thread Norbert Melzer
rvm use version@gemset Am 19.04.2015 03:06 schrieb "jmcguckin" : > I have a bit of a chicken & egg problem: > > Assume I have a top level directory for all my Rails projects. Each > project might be using a different version of Ruby and Rails. > > How do I run a "rails new foo" with the correct ru

[Rails] RVM question

2015-04-18 Thread jmcguckin
I have a bit of a chicken & egg problem: Assume I have a top level directory for all my Rails projects. Each project might be using a different version of Ruby and Rails. How do I run a "rails new foo" with the correct ruby version and gemset? Is there some sort of cmd line argument I can use?