Skip to content

Instantly share code, notes, and snippets.

@jarrettchisholm
Created March 8, 2014 17:34
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 jarrettchisholm/9435525 to your computer and use it in GitHub Desktop.
Save jarrettchisholm/9435525 to your computer and use it in GitHub Desktop.
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile
rvm install rbx-2.2.5
rvm use rbx
# For Rubinius, you need to use the --no-doc flag (installation of documentation seems to hang)
gem install nokogiri --no-doc
gem install mysql2
gem install uuidtools
gem install tiny_tds
gem install mime-types
gem install countries
# For Rubinius, you need to use sqlite3 1.3.8
gem install sqlite3 -v 1.3.8
gem install active_support
gem install i18n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment