Resources
Comments
said
very nice.
jeromelachaud said
Impéccable accent ;-) !
Phillip said
nice work
Olivier Lacan said
@beazler I'm glad it helped. It took me a while to understand the underpinnings of RVM myself and I remembered it was often a stumbling block for people.
Brett Sanders said
Very clear tutorial Olivier. The diagram around 4:30 .. Ruby Versions > Gemsets (global, projects) ... helped me to understand structure and use. Thanks!
Olivier Lacan said
Important note: you should not use 'rvm get head' to update RVM but instead go for 'rvm get stable'.
The reason: 'get head' fetches the current master branch on RVM's GitHub repository, whereas 'get stable' fetches the stable branch. And by all means, you should only use the stable releases. It doesn't mean RVM will explode in your face, but there's a much higher chance if you're using 'HEAD'.
My bad.
Aaron Seliger said
Thanks Olivier, this has been most helpful. Good high level overview to let me know what I should have on my radar to dig into further. Groovy!
don hill said
nice overview. Been using for a while, now I can start using the gemsets
Bill Tihen said
oops found it (on code TV).
Bill Tihen said
What is the URL to Even McNicks? video on general setup?
Rahul Trikha said
Thanks!