Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(178)

Side by Side Diff: README.rdoc

Issue 89083: Start the appengine-tools gem (Closed) SVN Base: http://appengine-jruby.googlecode.com/svn/trunk/appengine-tools/
Patch Set: Clean up xml formatting. Created 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Generate XML files required by App Engine for JRuby from a rackup file.
2 This works from standard Ruby or JRuby, but you'll need the rack gem.
3
4 Configure your app from within the 'config.ru' file:
5
6 AppEngine::Rack.app.configure( :application => 'simple', :version => 2 )
7
8 Now run xmlgen.rb and and your ready to go:
9
10 jruby -rubygems -e 'require "appengine-tools/genxml"'
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497