Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2012 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1722825 to your computer and use it in GitHub Desktop.
Save anonymous/1722825 to your computer and use it in GitHub Desktop.
newgit
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$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment