I know, there is already too much buzz out there that talks about the new GAE's java support but I was sure I end up trying it.
I was following the Ola's post, it's quite simple to configure a rails project to deploy it on GAE, but I didn't want to repeat all those steps every time I'll deploy a new application, so I just wrote a rails template that adds all that stuff to my projects.
I'm waiting Jeremy'll add it to the templates repository, meanwhile you can grab it from my forked repository.
By the way, if you've already worked with rails templates you know they provide a git command that I'm not using in my template. That's because that command doesn't work outside the app root directory. I've already submitted a patch to the rails' lighthouse to solve it. Please vote it!!
