Comments on: jruby on google app engine /2010/05/jruby-on-google-app-engine/ Sarah Allen's reflections on internet software and other topics Wed, 04 Aug 2010 17:19:08 +0000 hourly 1 https://wordpress.org/?v=5.7.1 By: roy /2010/05/jruby-on-google-app-engine/#comment-689 Wed, 04 Aug 2010 17:19:08 +0000 /?p=2649#comment-689 I’ve chosen to use Rails on App Engine I think its’ definitely the future.
http://www.muhadib.com is one of the project’s I’ve put on app engine (using the twitter api).
it’s not alway smooth sailing especially when trying to use GEM that don’t support it.

The Guys at google and outside that are running this effort are amazing and i’m sure the Rails Community will eventually choose this as a default way to get a site up.

]]>
By: pinboard July 12, 2010 — arghh.net /2010/05/jruby-on-google-app-engine/#comment-688 Mon, 12 Jul 2010 17:46:11 +0000 /?p=2649#comment-688 […] jruby on google app engine | the evolving ultrasaurus […]

]]>
By: Sarah /2010/05/jruby-on-google-app-engine/#comment-687 Wed, 05 May 2010 12:44:19 +0000 /?p=2649#comment-687 Thanks for the clarifications, John!

]]>
By: John Woodell /2010/05/jruby-on-google-app-engine/#comment-686 Wed, 05 May 2010 07:06:21 +0000 /?p=2649#comment-686 John Wang @johntwang did a blog post:
http://www.johntwang.com/blog/2010/04/23/json-with-ruby-on-rails-on-google-appengine/

Gist also available: http://gist.github.com/377353

]]>
By: John Woodell /2010/05/jruby-on-google-app-engine/#comment-685 Wed, 05 May 2010 06:58:34 +0000 /?p=2649#comment-685 Very nice post. I have a couple clarifications:
– The JRuby Runtime and Rails can each take several seconds to spin-up,
but new instances hitting a simple Java servlet spin-up a second or so.
– The tools that setup the environment (populate WEB-INF) run under MRI,
but the local dev_appserver is always running your app using JRuby.
The JRuby Runtime is one of the jars in WEB-INF/lib.

]]>