Skip to content

Instantly share code, notes, and snippets.

@tal
Created July 28, 2011 16:45
Show Gist options
  • Select an option

  • Save tal/1111909 to your computer and use it in GitHub Desktop.

Select an option

Save tal/1111909 to your computer and use it in GitHub Desktop.
/web/blackbird (master)$ rvm jruby exec rackup config.ru
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:827:in `report_activate_error': Could not find RubyGem rack (>= 0) (Gem::LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:261:in `activate'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:68:in `gem'
from /usr/bin/rackup:18
/web/blackbird (master)$ rvm current
jruby-1.6.3
/web/blackbird (master)$ gem install rack
Warning: JRuby home "/Users/tatlas/.rvm/rubies/jruby-1.6.2" does not exist, using /var/folders/rx/rx4LWfIRGeGhnQFdIKPb3pzFZsc/-Tmp-/
LoadError: no such file to load -- rubygems
require at org/jruby/RubyKernel.java:1038
(root) at /Users/tatlas/.rvm/rubies/jruby-1.6.3/bin/gem:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment