$ curl -L get.rvm.io | bash -s stable % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 185 100 185 0 0 516 0 --:--:-- --:--:-- --:--:-- 2078 100 10009 100 10009 0 0 14950 0 --:--:-- --:--:-- --:--:-- 14950 Downloading RVM from wayneeseguin branch stable % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 125 100 125 0 0 650 0 --:--:-- --:--:-- --:--:-- 992 0 125 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1084k 100 1084k 0 0 1066k 0 0:00:01 0:00:01 --:--:-- 1650k Installing RVM to /home/johndoe/.rvm/ Adding rvm PATH line to /home/johndoe/.bashrc /home/johndoe/.zshenv. Adding rvm loading line to /home/johndoe/.bash_profile /home/johndoe/.zprofile. # RVM: Shell scripts enabling management of multiple ruby environments. # RTFM: https://rvm.io/ # HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) # Cheatsheet: http://cheat.errtheblog.com/s/rvm/ # Screencast: http://screencasts.org/episodes/how-to-use-rvm # In case of any issues read output of 'rvm requirements' and/or 'rvm notes' Installation of RVM in /home/johndoe/.rvm/ is almost complete: * To start using RVM you need to run `source /home/johndoe/.rvm/scripts/rvm` in all your open shell windows, in rare cases you need to reopen all shell windows. # johndoe, # # Thank you for using RVM! # I sincerely hope that RVM helps to make your life easier and more enjoyable!!! # # ~Wayne rvm 1.16.6 (stable) by Wayne E. Seguin , Michal Papis [https://rvm.io/] $ source $HOME/.rvm/scripts/rvm $ rvm get head && rvm reload % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 185 100 185 0 0 355 0 --:--:-- --:--:-- --:--:-- 485 0 185 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10009 100 10009 0 0 13560 0 --:--:-- --:--:-- --:--:-- 117k Downloading RVM from wayneeseguin branch master % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 125 100 125 0 0 559 0 --:--:-- --:--:-- --:--:-- 905 0 1084k 0 2896 0 0 5273 0 0:03:30 --:--:-- 0:03:30 5273 100 1084k 100 1084k 0 0 1100k 0 --:--:-- --:--:-- --:--:-- 2481k Upgrading the RVM installation in /home/johndoe/.rvm/ RVM PATH line found in /home/johndoe/.bashrc /home/johndoe/.zshenv. RVM sourcing line found in /home/johndoe/.bash_profile /home/johndoe/.zprofile. Upgrade Notes: * No new notes to display. # RVM: Shell scripts enabling management of multiple ruby environments. # RTFM: https://rvm.io/ # HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) # Cheatsheet: http://cheat.errtheblog.com/s/rvm/ # Screencast: http://screencasts.org/episodes/how-to-use-rvm # In case of any issues read output of 'rvm requirements' and/or 'rvm notes' Upgrade of RVM in /home/johndoe/.rvm/ is complete. # johndoe, # # Thank you for using RVM! # I sincerely hope that RVM helps to make your life easier and # more enjoyable!!! # # ~Wayne rvm 1.16.6 (master) by Wayne E. Seguin , Michal Papis [https://rvm.io/] RVM reloaded! RVM reloaded! $ rvm install 1.9.3 --with-openssl-dir=$HOME/.rvm.usr Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and execute the instructions below. Please use a separate terminal to execute any additional commands. Requirements for Linux Debian 6.0.4 NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 4.1 required curl is required git is required (>= 1.7 for ruby-head) patch is required (for 1.8 rubies and some ruby-head's). To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. Additional Dependencies: # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadlin e6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sql :Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and execute the instructions below. Please use a separate terminal to execute any additional commands. Requirements for Linux Debian 6.0.4 NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 4.1 required curl is required git is required (>= 1.7 for ruby-head) patch is required (for 1.8 rubies and some ruby-head's). To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. Additional Dependencies: # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-  : Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and execute the instructions below. Please use a separate terminal to execute any additional commands. Requirements for Linux Debian 6.0.4 NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 4.1 required curl is required git is required (>= 1.7 for ruby-head) patch is required (for 1.8 rubies and some ruby-head's). To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. Additional Dependencies: # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses- dev automake libtool bison subversion pkg-config # For JRuby, install the following: jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk # For IronRuby, install the following: ironruby: /usr/bin/apt-get install curl mono-2.0-devel Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and execute the instructions below. Please use a separate terminal to execute any additional commands. Requirements for Linux Debian 6.0.4 NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 4.1 required curl is required git is required (>= 1.7 for ruby-head) patch is required (for 1.8 rubies and some ruby-head's). To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. Additional Dependencies: # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev  libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool  bison subversion pkg-config # For JRuby, install the following: jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk # For IronRuby, install the following: ironruby: /usr/bin/apt-get install curl mono-2.0-devel Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and execute the instructions below. Please use a separate terminal to execute any additional commands. Requirements for Linux Debian 6.0.4 NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 4.1 required curl is required git is required (>= 1.7 for ruby-head) patch is required (for 1.8 rubies and some ruby-head's). To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. Additional Dependencies: # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev  libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg- config # For JRuby, install the following: jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk # For IronRuby, install the following: ironruby: /usr/bin/apt-get install curl mono-2.0-devel Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and execute the instructions below. Please use a separate terminal to execute any additional commands. Requirements for Linux Debian 6.0.4 NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 4.1 required curl is required git is required (>= 1.7 for ruby-head) patch is required (for 1.8 rubies and some ruby-head's). To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. Additional Dependencies: # For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following: ruby: /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 lib xml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config # For JRuby, install the following: jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk # For IronRuby, install the following: ironruby: /usr/bin/apt-get install curl mono-2.0-devel Press 'q' to continue. Fetching yaml-0.1.4.tar.gz to /home/johndoe/.rvm/archives % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 460k 3 16150 0 0 21168 0 0:00:22 --:--:-- 0:00:22 29151 100 460k 100 460k 0 0 323k 0 0:00:01 0:00:01 --:--:-- 379k Extracting yaml-0.1.4.tar.gz to /home/johndoe/.rvm/src Configuring yaml in /home/johndoe/.rvm/src/yaml-0.1.4. Compiling yaml in /home/johndoe/.rvm/src/yaml-0.1.4. Installing yaml to /home/johndoe/.rvm/usr Installing Ruby from source to: /home/johndoe/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)... ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending on your connection... ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /home/johndoe/.rvm/src/ruby-1.9.3-p194 ruby-1.9.3-p194 - #extracted to /home/johndoe/.rvm/src/ruby-1.9.3-p194 ruby-1.9.3-p194 - #configuring ruby-1.9.3-p194 - #compiling ruby-1.9.3-p194 - #installing Retrieving rubygems-1.8.24 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 371k 100 371k 0 0 707k 0 --:--:-- --:--:-- --:--:-- 1079k Extracting rubygems-1.8.24 ... Removing old Rubygems files... Installing rubygems-1.8.24 for ruby-1.9.3-p194 ... Installation of rubygems completed successfully. Saving wrappers to '/home/johndoe/.rvm/bin'. ruby-1.9.3-p194 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake). ruby-1.9.3-p194 - #importing default gemsets (/home/johndoe/.rvm/gemsets/) Install of ruby-1.9.3-p194 - #complete $ gem install rails -v 3.2.3 /home/johndoe/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `': It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. Fetching: i18n-0.6.1.gem Fetching: i18n-0.6.1.gem ( 23%) Fetching: i18n-0.6.1.gem ( 50%) Fetching: i18n-0.6.1.gem ( 61%) Fetching: i18n-0.6.1.gem ( 88%) Fetching: i18n-0.6.1.gem (100%) Fetching: i18n-0.6.1.gem (100%) Fetching: multi_json-1.3.6.gem Fetching: multi_json-1.3.6.gem (100%) Fetching: multi_json-1.3.6.gem (100%) Fetching: activesupport-3.2.3.gem Fetching: activesupport-3.2.3.gem ( 6%) Fetching: activesupport-3.2.3.gem ( 11%) Fetching: activesupport-3.2.3.gem ( 16%) Fetching: activesupport-3.2.3.gem ( 21%) Fetching: activesupport-3.2.3.gem ( 23%) Fetching: activesupport-3.2.3.gem ( 29%) Fetching: activesupport-3.2.3.gem ( 34%) Fetching: activesupport-3.2.3.gem ( 36%) Fetching: activesupport-3.2.3.gem ( 42%) Fetching: activesupport-3.2.3.gem ( 47%) Fetching: activesupport-3.2.3.gem ( 52%) Fetching: activesupport-3.2.3.gem ( 57%) Fetching: activesupport-3.2.3.gem ( 62%) Fetching: activesupport-3.2.3.gem ( 64%) Fetching: activesupport-3.2.3.gem ( 68%) Fetching: activesupport-3.2.3.gem ( 73%) Fetching: activesupport-3.2.3.gem ( 78%) Fetching: activesupport-3.2.3.gem ( 84%) Fetching: activesupport-3.2.3.gem ( 88%) Fetching: activesupport-3.2.3.gem ( 93%) Fetching: activesupport-3.2.3.gem ( 98%) Fetching: activesupport-3.2.3.gem (100%) Fetching: activesupport-3.2.3.gem (100%) Fetching: builder-3.0.3.gem Fetching: builder-3.0.3.gem ( 61%) Fetching: builder-3.0.3.gem (100%) Fetching: builder-3.0.3.gem (100%) Fetching: activemodel-3.2.3.gem Fetching: activemodel-3.2.3.gem ( 25%) Fetching: activemodel-3.2.3.gem ( 61%) Fetching: activemodel-3.2.3.gem ( 86%) Fetching: activemodel-3.2.3.gem (100%) Fetching: activemodel-3.2.3.gem (100%) Fetching: rack-1.4.1.gem Fetching: rack-1.4.1.gem ( 10%) Fetching: rack-1.4.1.gem ( 20%) Fetching: rack-1.4.1.gem ( 29%) Fetching: rack-1.4.1.gem ( 31%) Fetching: rack-1.4.1.gem ( 41%) Fetching: rack-1.4.1.gem ( 45%) Fetching: rack-1.4.1.gem ( 53%) Fetching: rack-1.4.1.gem ( 63%) Fetching: rack-1.4.1.gem ( 65%) Fetching: rack-1.4.1.gem ( 70%) Fetching: rack-1.4.1.gem ( 79%) Fetching: rack-1.4.1.gem ( 86%) Fetching: rack-1.4.1.gem ( 95%) Fetching: rack-1.4.1.gem (100%) Fetching: rack-1.4.1.gem (100%) Fetching: rack-cache-1.2.gem Fetching: rack-cache-1.2.gem ( 7%) Fetching: rack-cache-1.2.gem ( 13%) Fetching: rack-cache-1.2.gem ( 19%) Fetching: rack-cache-1.2.gem ( 25%) Fetching: rack-cache-1.2.gem ( 31%) Fetching: rack-cache-1.2.gem ( 38%) Fetching: rack-cache-1.2.gem ( 42%) Fetching: rack-cache-1.2.gem ( 48%) Fetching: rack-cache-1.2.gem ( 55%) Fetching: rack-cache-1.2.gem ( 61%) Fetching: rack-cache-1.2.gem ( 63%) Fetching: rack-cache-1.2.gem ( 70%) Fetching: rack-cache-1.2.gem ( 75%) Fetching: rack-cache-1.2.gem ( 81%) Fetching: rack-cache-1.2.gem ( 87%) Fetching: rack-cache-1.2.gem ( 94%) Fetching: rack-cache-1.2.gem (100%) Fetching: rack-cache-1.2.gem (100%) Fetching: rack-test-0.6.2.gem Fetching: rack-test-0.6.2.gem ( 33%) Fetching: rack-test-0.6.2.gem ( 97%) Fetching: rack-test-0.6.2.gem (100%) Fetching: rack-test-0.6.2.gem (100%) Fetching: journey-1.0.4.gem Fetching: journey-1.0.4.gem ( 56%) Fetching: journey-1.0.4.gem (100%) Fetching: journey-1.0.4.gem (100%) Fetching: hike-1.2.1.gem Fetching: hike-1.2.1.gem (100%) Fetching: hike-1.2.1.gem (100%) Fetching: tilt-1.3.3.gem Fetching: tilt-1.3.3.gem ( 44%) Fetching: tilt-1.3.3.gem ( 89%) Fetching: tilt-1.3.3.gem (100%) Fetching: tilt-1.3.3.gem (100%) Fetching: sprockets-2.1.3.gem Fetching: sprockets-2.1.3.gem ( 49%) Fetching: sprockets-2.1.3.gem ( 99%) Fetching: sprockets-2.1.3.gem (100%) Fetching: sprockets-2.1.3.gem (100%) Fetching: erubis-2.7.0.gem Fetching: erubis-2.7.0.gem ( 10%) Fetching: erubis-2.7.0.gem ( 19%) Fetching: erubis-2.7.0.gem ( 29%) Fetching: erubis-2.7.0.gem ( 30%) Fetching: erubis-2.7.0.gem ( 34%) Fetching: erubis-2.7.0.gem ( 43%) Fetching: erubis-2.7.0.gem ( 51%) Fetching: erubis-2.7.0.gem ( 60%) Fetching: erubis-2.7.0.gem ( 65%) Fetching: erubis-2.7.0.gem ( 75%) Fetching: erubis-2.7.0.gem ( 82%) Fetching: erubis-2.7.0.gem ( 92%) Fetching: erubis-2.7.0.gem ( 98%) Fetching: erubis-2.7.0.gem (100%) Fetching: erubis-2.7.0.gem (100%) Fetching: actionpack-3.2.3.gem Fetching: actionpack-3.2.3.gem ( 2%) Fetching: actionpack-3.2.3.gem ( 7%) Fetching: actionpack-3.2.3.gem ( 8%) Fetching: actionpack-3.2.3.gem ( 9%) Fetching: actionpack-3.2.3.gem ( 11%) Fetching: actionpack-3.2.3.gem ( 15%) Fetching: actionpack-3.2.3.gem ( 16%) Fetching: actionpack-3.2.3.gem ( 17%) Fetching: actionpack-3.2.3.gem ( 21%) Fetching: actionpack-3.2.3.gem ( 22%) Fetching: actionpack-3.2.3.gem ( 25%) Fetching: actionpack-3.2.3.gem ( 28%) Fetching: actionpack-3.2.3.gem ( 32%) Fetching: actionpack-3.2.3.gem ( 36%) Fetching: actionpack-3.2.3.gem ( 40%) Fetching: actionpack-3.2.3.gem ( 45%) Fetching: actionpack-3.2.3.gem ( 49%) Fetching: actionpack-3.2.3.gem ( 54%) Fetching: actionpack-3.2.3.gem ( 55%) Fetching: actionpack-3.2.3.gem ( 60%) Fetching: actionpack-3.2.3.gem ( 64%) Fetching: actionpack-3.2.3.gem ( 68%) Fetching: actionpack-3.2.3.gem ( 69%) Fetching: actionpack-3.2.3.gem ( 73%) Fetching: actionpack-3.2.3.gem ( 75%) Fetching: actionpack-3.2.3.gem ( 79%) Fetching: actionpack-3.2.3.gem ( 80%) Fetching: actionpack-3.2.3.gem ( 84%) Fetching: actionpack-3.2.3.gem ( 89%) Fetching: actionpack-3.2.3.gem ( 93%) Fetching: actionpack-3.2.3.gem ( 98%) Fetching: actionpack-3.2.3.gem (100%) Fetching: actionpack-3.2.3.gem (100%) Fetching: arel-3.0.2.gem Fetching: arel-3.0.2.gem ( 31%) Fetching: arel-3.0.2.gem ( 66%) Fetching: arel-3.0.2.gem (100%) Fetching: arel-3.0.2.gem (100%) Fetching: tzinfo-0.3.33.gem Fetching: tzinfo-0.3.33.gem ( 1%) Fetching: tzinfo-0.3.33.gem ( 5%) Fetching: tzinfo-0.3.33.gem ( 7%) Fetching: tzinfo-0.3.33.gem ( 8%) Fetching: tzinfo-0.3.33.gem ( 12%) Fetching: tzinfo-0.3.33.gem ( 16%) Fetching: tzinfo-0.3.33.gem ( 17%) Fetching: tzinfo-0.3.33.gem ( 18%) Fetching: tzinfo-0.3.33.gem ( 20%) Fetching: tzinfo-0.3.33.gem ( 22%) Fetching: tzinfo-0.3.33.gem ( 27%) Fetching: tzinfo-0.3.33.gem ( 28%) Fetching: tzinfo-0.3.33.gem ( 33%) Fetching: tzinfo-0.3.33.gem ( 38%) Fetching: tzinfo-0.3.33.gem ( 41%) Fetching: tzinfo-0.3.33.gem ( 42%) Fetching: tzinfo-0.3.33.gem ( 44%) Fetching: tzinfo-0.3.33.gem ( 45%) Fetching: tzinfo-0.3.33.gem ( 46%) Fetching: tzinfo-0.3.33.gem ( 49%) Fetching: tzinfo-0.3.33.gem ( 51%) Fetching: tzinfo-0.3.33.gem ( 52%) Fetching: tzinfo-0.3.33.gem ( 57%) Fetching: tzinfo-0.3.33.gem ( 61%) Fetching: tzinfo-0.3.33.gem ( 67%) Fetching: tzinfo-0.3.33.gem ( 72%) Fetching: tzinfo-0.3.33.gem ( 74%) Fetching: tzinfo-0.3.33.gem ( 75%) Fetching: tzinfo-0.3.33.gem ( 80%) Fetching: tzinfo-0.3.33.gem ( 81%) Fetching: tzinfo-0.3.33.gem ( 84%) Fetching: tzinfo-0.3.33.gem ( 88%) Fetching: tzinfo-0.3.33.gem ( 90%) Fetching: tzinfo-0.3.33.gem ( 92%) Fetching: tzinfo-0.3.33.gem ( 94%) Fetching: tzinfo-0.3.33.gem ( 99%) Fetching: tzinfo-0.3.33.gem (100%) Fetching: tzinfo-0.3.33.gem (100%) Fetching: activerecord-3.2.3.gem Fetching: activerecord-3.2.3.gem ( 4%) Fetching: activerecord-3.2.3.gem (100%) Fetching: activerecord-3.2.3.gem (100%) Fetching: activeresource-3.2.3.gem Fetching: activeresource-3.2.3.gem ( 30%) Fetching: activeresource-3.2.3.gem ( 75%) Fetching: activeresource-3.2.3.gem ( 97%) Fetching: activeresource-3.2.3.gem (100%) Fetching: activeresource-3.2.3.gem (100%) Fetching: mime-types-1.19.gem Fetching: mime-types-1.19.gem ( 12%) Fetching: mime-types-1.19.gem ( 38%) Fetching: mime-types-1.19.gem ( 67%) Fetching: mime-types-1.19.gem (100%) Fetching: mime-types-1.19.gem (100%) Fetching: polyglot-0.3.3.gem Fetching: polyglot-0.3.3.gem (100%) Fetching: polyglot-0.3.3.gem (100%) Fetching: treetop-1.4.10.gem Fetching: treetop-1.4.10.gem ( 9%) Fetching: treetop-1.4.10.gem (100%) Fetching: treetop-1.4.10.gem (100%) Fetching: mail-2.4.4.gem Fetching: mail-2.4.4.gem ( 13%) Fetching: mail-2.4.4.gem (100%) Fetching: mail-2.4.4.gem (100%) Fetching: actionmailer-3.2.3.gem Fetching: actionmailer-3.2.3.gem ( 6%) Fetching: actionmailer-3.2.3.gem ( 49%) Fetching: actionmailer-3.2.3.gem ( 91%) Fetching: actionmailer-3.2.3.gem (100%) Fetching: actionmailer-3.2.3.gem (100%) Fetching: thor-0.14.6.gem Fetching: thor-0.14.6.gem ( 23%) Fetching: thor-0.14.6.gem (100%) Fetching: rack-ssl-1.3.2.gem Fetching: rack-ssl-1.3.2.gem (100%) Fetching: rack-ssl-1.3.2.gem (100%) Fetching: json-1.7.5.gem Fetching: json-1.7.5.gem ( 8%) Fetching: json-1.7.5.gem (100%) Building native extensions. This could take a while... Fetching: rdoc-3.12.gem Fetching: rdoc-3.12.gem ( 1%) 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.3.gem Fetching: railties-3.2.3.gem ( 1%) Fetching: railties-3.2.3.gem (100%) Fetching: railties-3.2.3.gem (100%) Fetching: rails-3.2.3.gem Fetching: rails-3.2.3.gem (100%) Fetching: rails-3.2.3.gem (100%) Successfully installed i18n-0.6.1 Successfully installed multi_json-1.3.6 Successfully installed activesupport-3.2.3 Successfully installed builder-3.0.3 Successfully installed activemodel-3.2.3 Successfully installed rack-1.4.1 Successfully installed rack-cache-1.2 Successfully installed rack-test-0.6.2 Successfully installed journey-1.0.4 Successfully installed hike-1.2.1 Successfully installed tilt-1.3.3 Successfully installed sprockets-2.1.3 Successfully installed erubis-2.7.0 Successfully installed actionpack-3.2.3 Successfully installed arel-3.0.2 Successfully installed tzinfo-0.3.33 Successfully installed activerecord-3.2.3 Successfully installed activeresource-3.2.3 Successfully installed mime-types-1.19 Successfully installed polyglot-0.3.3 Successfully installed treetop-1.4.10 Successfully installed mail-2.4.4 Successfully installed actionmailer-3.2.3 Successfully installed thor-0.14.6 Successfully installed rack-ssl-1.3.2 Successfully installed json-1.7.5 Successfully installed rdoc-3.12 Successfully installed railties-3.2.3 Successfully installed rails-3.2.3 29 gems installed Installing ri documentation for i18n-0.6.1... unable to convert U+00C0 from UTF-8 to US-ASCII for lib/i18n/backend/transliterator.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/localization/date.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/localization/time.rb, skipping unable to convert U+0421 from UTF-8 to US-ASCII for lib/i18n/tests/localization/procs.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/localization/date_time.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/interpolation.rb, skipping unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/i18n.rb, skipping Installing ri documentation for multi_json-1.3.6... Installing ri documentation for activesupport-3.2.3... Installing ri documentation for builder-3.0.3... unable to convert U+00F1 from UTF-8 to US-ASCII for README.rdoc, skipping Installing ri documentation for activemodel-3.2.3... Installing ri documentation for rack-1.4.1... unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping Installing ri documentation for rack-cache-1.2... Installing ri documentation for rack-test-0.6.2... Installing ri documentation for journey-1.0.4... unable to convert U+03B5 from UTF-8 to US-ASCII for lib/journey/nfa/dot.rb, skipping unable to convert U+25CB from UTF-8 to US-ASCII for lib/journey/visitors.rb, skipping Installing ri documentation for hike-1.2.1... Installing ri documentation for tilt-1.3.3... Installing ri documentation for sprockets-2.1.3... Installing ri documentation for erubis-2.7.0... Installing ri documentation for actionpack-3.2.3... unable to convert U+20AC from UTF-8 to US-ASCII for lib/action_view/helpers/number_helper.rb, skipping Installing ri documentation for arel-3.0.2... Installing ri documentation for tzinfo-0.3.33... Installing ri documentation for activerecord-3.2.3... unable to convert U+00E9 from UTF-8 to US-ASCII for lib/active_record/relation.rb, skipping Installing ri documentation for activeresource-3.2.3... Installing ri documentation for mime-types-1.19... unable to convert U+2013 from UTF-8 to US-ASCII for lib/mime/types.rb, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/mime/types/application, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for Licence.rdoc, skipping Installing ri documentation for polyglot-0.3.3... Installing ri documentation for treetop-1.4.10... Installing ri documentation for mail-2.4.4... unable to convert U+3042 from UTF-8 to US-ASCII for lib/mail/encodings.rb, skipping unable to convert U+00E9 from UTF-8 to US-ASCII for lib/mail/configuration.rb, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/mail/multibyte/unicode.rb, skipping unable to convert U+00E9 from UTF-8 to US-ASCII for lib/mail/multibyte/chars.rb, skipping unable to convert U+00FC from UTF-8 to US-ASCII for lib/mail/core_extensions/string/multibyte.rb, skipping unable to convert U+3042 from UTF-8 to US-ASCII for lib/mail/message.rb, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.rdoc, skipping Installing ri documentation for actionmailer-3.2.3... Installing ri documentation for thor-0.14.6... unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/thor/invocation.rb, skipping unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.md, skipping Installing ri documentation for rack-ssl-1.3.2... Installing ri documentation for json-1.7.5... Installing ri documentation for rdoc-3.12... unable to convert U+201D from UTF-8 to US-ASCII for lib/rdoc/text.rb, skipping unable to convert "\xD0" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping unable to convert U+0412 from UTF-8 to US-ASCII for LEGAL.rdoc, skipping Installing ri documentation for railties-3.2.3... Installing ri documentation for rails-3.2.3... Installing RDoc documentation for i18n-0.6.1... unable to convert U+00C0 from UTF-8 to US-ASCII for lib/i18n/backend/transliterator.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/localization/date.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/localization/time.rb, skipping unable to convert U+0421 from UTF-8 to US-ASCII for lib/i18n/tests/localization/procs.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/localization/date_time.rb, skipping unable to convert U+00E4 from UTF-8 to US-ASCII for lib/i18n/tests/interpolation.rb, skipping unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/i18n.rb, skipping Installing RDoc documentation for multi_json-1.3.6... Installing RDoc documentation for activesupport-3.2.3... Installing RDoc documentation for builder-3.0.3... unable to convert U+00F1 from UTF-8 to US-ASCII for README.rdoc, skipping Installing RDoc documentation for activemodel-3.2.3... Installing RDoc documentation for rack-1.4.1... unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping Installing RDoc documentation for rack-cache-1.2... Installing RDoc documentation for rack-test-0.6.2... Installing RDoc documentation for journey-1.0.4... unable to convert U+03B5 from UTF-8 to US-ASCII for lib/journey/nfa/dot.rb, skipping unable to convert U+25CB from UTF-8 to US-ASCII for lib/journey/visitors.rb, skipping Installing RDoc documentation for hike-1.2.1... Installing RDoc documentation for tilt-1.3.3... Installing RDoc documentation for sprockets-2.1.3... Installing RDoc documentation for erubis-2.7.0... Installing RDoc documentation for actionpack-3.2.3... unable to convert U+20AC from UTF-8 to US-ASCII for lib/action_view/helpers/number_helper.rb, skipping Installing RDoc documentation for arel-3.0.2... Installing RDoc documentation for tzinfo-0.3.33... Installing RDoc documentation for activerecord-3.2.3... unable to convert U+00E9 from UTF-8 to US-ASCII for lib/active_record/relation.rb, skipping Installing RDoc documentation for activeresource-3.2.3... Installing RDoc documentation for mime-types-1.19... unable to convert U+2013 from UTF-8 to US-ASCII for lib/mime/types.rb, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/mime/types/application, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for Licence.rdoc, skipping Installing RDoc documentation for polyglot-0.3.3... Installing RDoc documentation for treetop-1.4.10... Installing RDoc documentation for mail-2.4.4... unable to convert U+3042 from UTF-8 to US-ASCII for lib/mail/encodings.rb, skipping unable to convert U+00E9 from UTF-8 to US-ASCII for lib/mail/configuration.rb, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/mail/multibyte/unicode.rb, skipping unable to convert U+00E9 from UTF-8 to US-ASCII for lib/mail/multibyte/chars.rb, skipping unable to convert U+00FC from UTF-8 to US-ASCII for lib/mail/core_extensions/string/multibyte.rb, skipping unable to convert U+3042 from UTF-8 to US-ASCII for lib/mail/message.rb, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for CHANGELOG.rdoc, skipping Installing RDoc documentation for actionmailer-3.2.3... Installing RDoc documentation for thor-0.14.6... unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for lib/thor/invocation.rb, skipping unable to convert "\xE2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.md, skipping Installing RDoc documentation for rack-ssl-1.3.2... Installing RDoc documentation for json-1.7.5... Installing RDoc documentation for rdoc-3.12... unable to convert U+201D from UTF-8 to US-ASCII for lib/rdoc/text.rb, skipping unable to convert "\xD0" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for History.rdoc, skipping unable to convert U+0412 from UTF-8 to US-ASCII for LEGAL.rdoc, skipping Installing RDoc documentation for railties-3.2.3... Installing RDoc documentation for rails-3.2.3... $ rails -v /home/johndoe/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb:56:in `': It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. Rails 3.2.3 $