Thanks for all the replies. It looks like things changed after shutting down and starting back up the next day. My rails went back to version 2.3.5 for some reason. That would explain the different folder set I get when doing a "new" command. The Hartl book recommended having both Rails 2 and 3, in case I needed to switch back and forth.
I installed RVM but am having a frustrating time trying to get the Terminal to recognize the command. I'm going backwards it seems :( If I had a .bash_profile, I don't now. I created one, put it in my home directory, and added the suggested RVM code to it: [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session. ...but Terminal still doesn't acknowledge rvm as a command. I don't have a .bashrc or .profile file either. All I found in the home directory was .bash_history. Not sure how I got it to work on Monday. My gem list rails is: rails (2.3.5, 1.2.6) I guess my initial question is answered and now am needing basic help with rvm. I went through the RVM site's troubleshooting section, but it's still a little technical for me. Thanks for any further help!! Ian -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

