Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2012 14:07
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/1723620 to your computer and use it in GitHub Desktop.
Save anonymous/1723620 to your computer and use it in GitHub Desktop.
gist
Last login: Thu Feb 2 20:37:09 on console
robinhood:~ steve$ rvm list
rvm rubies
ruby-1.8.7-p352 [ i686 ]
ruby-1.9.2-p290 [ x86_64 ]
=* ruby-1.9.3-p0 [ x86_64 ]
ruby-1.9.3-preview1 [ x86_64 ]
# => - current
# =* - current && default
# * - default
robinhood:~ steve$ rvm version
rvm 1.10.2 by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]
robinhood:~ steve$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin10.8.0]
robinhood:~ steve$ mkdir junk106
robinhood:~ steve$ cd junk106
robinhood:junk106 steve$ rails new new_app --skip-bundle
Rails is not currently installed on this system. To get the latest version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
robinhood:junk106 steve$ rvm current
ruby-1.9.3-p0
robinhood:junk106 steve$ rvm gemdir
/Users/steve/.rvm/gems/ruby-1.9.3-p0
robinhood:junk106 steve$ gem list rail
*** LOCAL GEMS ***
robinhood:junk106 steve$ gem list
*** LOCAL GEMS ***
rake (0.8.7 ruby)
robinhood:junk106 steve$ gem install bundler
Fetching: bundler-1.0.21.gem (100%)
Successfully installed bundler-1.0.21
1 gem installed
Installing ri documentation for bundler-1.0.21...
Installing RDoc documentation for bundler-1.0.21...
robinhood:junk106 steve$ gem install rails
Fetching: i18n-0.6.0.gem (100%)
Fetching: multi_json-1.0.4.gem (100%)
Fetching: activesupport-3.2.1.gem (100%)
Fetching: builder-3.0.0.gem (100%)
Fetching: activemodel-3.2.1.gem (100%)
Fetching: rack-1.4.1.gem (100%)
Fetching: rack-cache-1.1.gem (100%)
Fetching: rack-test-0.6.1.gem (100%)
Fetching: journey-1.0.1.gem (100%)
Fetching: hike-1.2.1.gem (100%)
Fetching: tilt-1.3.3.gem (100%)
Fetching: sprockets-2.1.2.gem (100%)
Fetching: erubis-2.7.0.gem (100%)
Fetching: actionpack-3.2.1.gem (100%)
Fetching: arel-3.0.0.gem (100%)
Fetching: tzinfo-0.3.31.gem (100%)
Fetching: activerecord-3.2.1.gem (100%)
Fetching: activeresource-3.2.1.gem (100%)
Fetching: mime-types-1.17.2.gem (100%)
Fetching: polyglot-0.3.3.gem (100%)
Fetching: treetop-1.4.10.gem (100%)
Fetching: mail-2.4.1.gem (100%)
Fetching: actionmailer-3.2.1.gem (100%)
Fetching: thor-0.14.6.gem (100%)
Fetching: rack-ssl-1.3.2.gem (100%)
Fetching: json-1.6.5.gem (100%)
Building native extensions. This could take a while...
Fetching: rdoc-3.12.gem (100%)
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Fetching: railties-3.2.1.gem (100%)
Fetching: rails-3.2.1.gem (100%)
Successfully installed i18n-0.6.0
Successfully installed multi_json-1.0.4
Successfully installed activesupport-3.2.1
Successfully installed builder-3.0.0
Successfully installed activemodel-3.2.1
Successfully installed rack-1.4.1
Successfully installed rack-cache-1.1
Successfully installed rack-test-0.6.1
Successfully installed journey-1.0.1
Successfully installed hike-1.2.1
Successfully installed tilt-1.3.3
Successfully installed sprockets-2.1.2
Successfully installed erubis-2.7.0
Successfully installed actionpack-3.2.1
Successfully installed arel-3.0.0
Successfully installed tzinfo-0.3.31
Successfully installed activerecord-3.2.1
Successfully installed activeresource-3.2.1
Successfully installed mime-types-1.17.2
Successfully installed polyglot-0.3.3
Successfully installed treetop-1.4.10
Successfully installed mail-2.4.1
Successfully installed actionmailer-3.2.1
Successfully installed thor-0.14.6
Successfully installed rack-ssl-1.3.2
Successfully installed json-1.6.5
Successfully installed rdoc-3.12
Successfully installed railties-3.2.1
Successfully installed rails-3.2.1
29 gems installed
Installing ri documentation for i18n-0.6.0...
Installing ri documentation for multi_json-1.0.4...
Installing ri documentation for activesupport-3.2.1...
Installing ri documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping
Installing ri documentation for activemodel-3.2.1...
Installing ri documentation for rack-1.4.1...
Installing ri documentation for rack-cache-1.1...
Installing ri documentation for rack-test-0.6.1...
Installing ri documentation for journey-1.0.1...
Installing ri documentation for hike-1.2.1...
Installing ri documentation for tilt-1.3.3...
Installing ri documentation for sprockets-2.1.2...
Installing ri documentation for erubis-2.7.0...
Installing ri documentation for actionpack-3.2.1...
Installing ri documentation for arel-3.0.0...
Installing ri documentation for tzinfo-0.3.31...
Installing ri documentation for activerecord-3.2.1...
Installing ri documentation for activeresource-3.2.1...
Installing ri documentation for mime-types-1.17.2...
Installing ri documentation for polyglot-0.3.3...
Installing ri documentation for treetop-1.4.10...
Installing ri documentation for mail-2.4.1...
Installing ri documentation for actionmailer-3.2.1...
Installing ri documentation for thor-0.14.6...
Installing ri documentation for rack-ssl-1.3.2...
Installing ri documentation for json-1.6.5...
Installing ri documentation for rdoc-3.12...
Installing ri documentation for railties-3.2.1...
Installing ri documentation for rails-3.2.1...
Installing RDoc documentation for i18n-0.6.0...
Installing RDoc documentation for multi_json-1.0.4...
Installing RDoc documentation for activesupport-3.2.1...
Installing RDoc documentation for builder-3.0.0...
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README, skipping
unable to convert "\xF1" from ASCII-8BIT to UTF-8 for README.rdoc, skipping
Installing RDoc documentation for activemodel-3.2.1...
Installing RDoc documentation for rack-1.4.1...
Installing RDoc documentation for rack-cache-1.1...
Installing RDoc documentation for rack-test-0.6.1...
Installing RDoc documentation for journey-1.0.1...
Installing RDoc documentation for hike-1.2.1...
Installing RDoc documentation for tilt-1.3.3...
Installing RDoc documentation for sprockets-2.1.2...
Installing RDoc documentation for erubis-2.7.0...
Installing RDoc documentation for actionpack-3.2.1...
Installing RDoc documentation for arel-3.0.0...
Installing RDoc documentation for tzinfo-0.3.31...
Installing RDoc documentation for activerecord-3.2.1...
Installing RDoc documentation for activeresource-3.2.1...
Installing RDoc documentation for mime-types-1.17.2...
Installing RDoc documentation for polyglot-0.3.3...
Installing RDoc documentation for treetop-1.4.10...
Installing RDoc documentation for mail-2.4.1...
Installing RDoc documentation for actionmailer-3.2.1...
Installing RDoc documentation for thor-0.14.6...
Installing RDoc documentation for rack-ssl-1.3.2...
Installing RDoc documentation for json-1.6.5...
Installing RDoc documentation for rdoc-3.12...
Installing RDoc documentation for railties-3.2.1...
Installing RDoc documentation for rails-3.2.1...
robinhood:junk106 steve$ ls
robinhood:junk106 steve$ gemset list rail
-bash: gemset: command not found
robinhood:junk106 steve$ gem list rail
*** LOCAL GEMS ***
rails (3.2.1)
railties (3.2.1)
robinhood:junk106 steve$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin10.8.0]
robinhood:junk106 steve$ rails new new_app --skip-bundle
^Crobinhood:junk106 steve$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment