I read this question on stackoverflow, before asking it again. Relationships between Rubygems, Bundler, and RVM
well, there are many questions like this, but people who answered pretty tell the way they work with rubygems, rvm and bundler. And they have not explained how each of these work in isolation.
I am really confused with how these three (rubygems, rvm and bundler) work in isolation when we are installing gems. Please do not tell me how you work :) :) that will help me but I won't learn what is exactly happening when we play with rubygems, rvm and bundler.
My above single confusion can be broken down into these questions below.
- When I just have rubygems (without rvm or bundler), and when i install a gem, where is it getting installed ?
- When rubygems + rvm is installed, and when i install a gem, where is it getting installed ?
- when rubygems + rvm + bundler is installed, and when i install a gem, where is it getting installed?
Please help me understand this stuff with either resources on the web or by your detailed answers.