Welcome aboard
You’re riding Ruby on Rails!
Getting started
Here’s how to get rolling:
Everything you need installs as gems
sudo gem install google-appengineMake sure you also have bundler version 0.7.2
Assign an app identifier
Simply create an application at appspot.com,
we'll refer to that as rails_app in this document.Create a folder for your app
mkdir rails_app; cd rails_appRun the setup script
Download rails_appengine.rb and run it
from within the same directoryEdit the configuration file
Update application-id in the config.ru file
Development Tools
These tools provide local access to the APIs
Open local console
appcfg.rb run script/consoleStart development server
dev_appserver.rb .Publish to production
appcfg.rb update .