So with RVM, you can run different versions Ruby i.e. 1.8.7 or 1.9.2
Within each ruby version, you can create as many gemsets as you want.
What does the '@' symbol represent in the name? does it do anything special?
i've seen people use:
rvm gemset create xxxx@rails3 or [email protected]
that is just a naming convention correct?