For what possible reason would rvm switch gemsets when I cd into my rails project directory?
I don't have an .rvmrc file. I set a default gemset (which "sticks" for other directories). Here's what I mean:
[20130109_234306] will@localhost:~
$ rvm gemset list
gemsets for ruby-1.9.3-p362 (found in /Users/will/.rvm/gems/ruby-1.9.3-p362)
(default)
global
=> ruby-1.9.3
[20130109_234313] will@localhost:~
$ cd Projects/rails_project
[20130109_234320] will@localhost:~/Projects/rails_project
$ rvm gemset list
gemsets for ruby-1.9.3-p362 (found in /Users/will/.rvm/gems/ruby-1.9.3-p362)
=> (default)
global
ruby-1.9.3