Skip to content

Instantly share code, notes, and snippets.

@anoldguy
Last active December 11, 2015 00:49
Show Gist options
  • Save anoldguy/4519380 to your computer and use it in GitHub Desktop.
Save anoldguy/4519380 to your computer and use it in GitHub Desktop.

Setup

which ruby
(should return something like: ruby 1.9.3p194)
which gem
(should return something like: 1.8.23)

Installation

gem install rails

Test

rails --version
(should return something like: Rails 3.2.11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment