I can't get to install rails correctly, after doing "sudo gem install rails", all goes well, but if I try doing "rails -v", I get "Rails is not currently installed on this system...", I'm not using RVM, I installied Ruby through Homebrew.
The rails executable is in "/usr/local/Cellar/ruby/1.9.3-p286/bin/rails", but even if I add that path to my $PATH it won't find it, or something else in RubyGems is going wrong...
echo $GEM_HOME). This should be something ending ingems/ruby-1.9.3-p286and is where rails and other gem should be getting installed. – cdesrosiers Nov 4 '12 at 8:20