Can anyone give me some pointers on how I could deploy my rails app to GAE? I've been reading about it, but it seems to be a fairly complicated task.
I tried with the google-appengine
gem, but its not a piece of cake either.
Has there been any progress with the DataMapper
adapter or will I need to make changes to my models?
I was hoping to see a full-detail tutorial about it, but those that I found were somewhat out-of-date.
Deploying Rails on Google's App Engine has become a lot easier than it used to be. There are a couple of caveats you should be aware of:
script/server
Some other resources you might consider:
http://code.google.com/p/appengine-jruby/