I am getting a segmentation fault. Should which ruby return /usr/local/bin?
which ruby
maletor$ rails generate mailer ContactMailer /Users/maletor/.rv
There's a problem with you RVM installation. which should return
which
/Users/maletor/.rvm/rubies/ruby-1.9.2-p0/bin/ruby
Upgrade to the latest RVM installation. There was a bug in the 1.0 release with "shell path caching".
$ rvm get head $ rvm reload $ rvm repair all $ rvm use 1.9.2