Skip to content

Instantly share code, notes, and snippets.

@juzow13
Created November 18, 2010 13:27
Show Gist options
  • Save juzow13/704965 to your computer and use it in GitHub Desktop.
Save juzow13/704965 to your computer and use it in GitHub Desktop.
JRuby on rails install on Mac OS X using rvm
$ rvm install jruby
$ rvm default jruby
$ jruby -S gem install rails rspec rspec-rails
Successfully installed activesupport-3.0.3
Successfully installed builder-2.1.2
Successfully installed i18n-0.4.2
Successfully installed activemodel-3.0.3
...
$ jruby -S rails new jrubyapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment