ruby-on-railsrubygoogle-app-engineruby-datamapper

Ruby on Rails app on Google App Engine


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.


Solution

  • 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:

    Some other resources you might consider:

    http://code.google.com/p/appengine-jruby/

    http://rails-primer.appspot.com/

    http://gist.github.com/335023