Really thanks for the instruction. Here is the output after above instructions https://gist.github.com/1722814
Yes, you are right it hang right on this step (I wait for 10 minutes and still the same) "rails new new_app --skip-bundle" I have two exactly "clone" machine. One I did not remove using rvm (this for backup because I don't want to mess up my current development environment) and another one I remove everything using rvm. (This where I do the testing to figure out the problem with rails). The reason you see "old" rails because the previous reference run on the machine which still have not removed everything. Sorry for the confusion, So now, both this run on fresh rvm https://gist.github.com/1722814 https://gist.github.com/1722825 And I still have problem. I kind of confuse where to troubleshoot further, may be the best way is to format everything and start from fresh Mac OS install ------------------------ and here is the reference https://gist.github.com/1722825 robinhood:junk89 steve$ cat ~/.railsrc cat: /Users/steve/.railsrc: No such file or directory robinhood:junk89 steve$ rvm current ruby-1.9.3-preview1@new_rails robinhood:junk89 steve$ rvm gemdir /Users/steve/.rvm/gems/ruby-1.9.3-preview1@new_rails robinhood:junk89 steve$ cat Gemfile cat: Gemfile: No such file or directory robinhood:junk89 steve$ gem list rail *** LOCAL GEMS *** rails (3.2.1) railties (3.2.1) robinhood:junk89 steve$ which rails /Users/steve/.rvm/gems/ruby-1.9.3-preview1@new_rails/bin/rails robinhood:junk89 steve$ ruby -ve 'puts 4' ruby 1.9.3dev (2011-07-31 revision 32789) [x86_64-darwin10.8.0] 4 robinhood:junk89 steve$ -- Posted via http://www.ruby-forum.com/. -- 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.

