Getting started Hereâs how to get rolling: Install the gems $ sudo gem install google-appengine Assign an app identifier Simply create an application at appsopt.com, we'll refer to that as my-app in this document. Generate your rails app $ rails my-app; cd my-app; Generate a rackup file In the same folder, save this as config.ru. require 'appengine-rack' AppEngine::Rack.configure_app( :applicatio
{{#tags}}- {{label}}
{{/tags}}