-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I use AppEngine JRuby on Rails (SDK version 1.3.3.1) - a problem I encounter often is that after a few requests the server is getting really SLOW, until it dies and throws OutOfMemoryError on the terminal (OSX).
The requests themselves are very lightweight, not more than looking for an entity or…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I followed all of the instructions so far from:
http://code.google.com/p/appengine-jruby/wiki/RunningRails and
http://gist.github.com/268192
Currently, I'm just trying to get to hello world. I'm getting these
errors when I just run the dev_appserver.rb
238:hello-world jwang392$ dev_appserver…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to build a site with RoR on Google App Engine. I'm using the google-appengine gem (http://appengine-jruby.googlecode.com) and following the instructions in (http://gist.github.com/268192). The problem is that I can't submit ANY form!
I've already tried this in two diferent clean Win 7…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I recently installed jruby on a machine that also has ruby installed on it. When I do
rake something it now appears to be using the jruby interpreter. I'd like rake to use the ruby interpreter. I'd appreciate any help.
>>> More
-
as seen on Gooder Code
- Search for 'Gooder Code'
In case you haven’t heard, the next version of JRuby will provide native support for Ant. Much like antwrap, you will be able to call ant tasks straight from Ruby. There are some pretty good examples here, but no examples of how to get it running on your machine today.
First, you will…
>>> More