public
Description: Sinatra sample for app Google App Engine running under JRuby
Homepage:
Clone URL: git://github.com/febuiles/gae-sinatra-sample.git
README.markdown

This is a sample Sinatra app ready to run under JRuby in the Google App Engine. If you want to try it out just run:

jruby app.rb

And go to http://localhost:4567

If you want to test it out with Google's SDK you can run:

/some_path/appengine-java-sdk-1.2.0/bin/dev_appserver.sh tmp/war/

And see it running in http://localhost:8080