google-code-export / appengine-jruby

Automatically exported from code.google.com/p/appengine-jruby
0 stars 0 forks source link

should rack be a gem dependency? #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Try running the hello world example on the getting started page without any 
gems installed

What is the expected output? What do you see instead?

I expected it to work, I got this error:
file:/Library/Ruby/Gems/1.8/gems/appengine-jruby-jars-0.0.6/lib/appengine-jruby-
rubygems-0.0.6.jar!/rubygems.rb:827:in `report_activate_error': Could not find 
RubyGem rack 
(>= 0) (Gem::LoadError)

What version of the product are you using? On what operating system?

google-appengine (0.0.7)
mac os x, snow leopard

Original issue reported on code.google.com by jaydonn...@gmail.com on 14 Jan 2010 at 1:05

GoogleCodeExporter commented 9 years ago
You need to install the appengine-rack. Try following command:
 gem install appengine-rack

Original comment by ust...@gmail.com on 22 Jan 2010 at 7:51