rails_on_gae
rails_on_gae copied to clipboard
Rails plugin to make rails apps work on GAE/J
RailsOnGae
Rake task
- gae:init
Generator
- bumble_model
Example
-
develop your own rails app
-
rake gae:init
-
warble war
-
unset GEM_HOME
-
dev_appserver.sh tmp/war
-
access http://localhost:8080
-
script/generate bumble_model User name age sex
Copyright (c) 2009 rails_on_gae, released under the MIT license