[appengine-jruby] push by mando.woodie - the 2.3.9 script should setup 2.3.9 on 2010-09-05 11:46 GMT

0 views
Skip to first unread message

appengi...@googlecode.com

unread,
Sep 5, 2010, 7:46:24 AM9/5/10
to appengine-j...@googlegroups.com
Revision: 18a5c39957
Author: John Woodell <woo...@google.com>
Date: Sun Sep 5 04:45:38 2010
Log: the 2.3.9 script should setup 2.3.9
http://code.google.com/p/appengine-jruby/source/detail?r=18a5c39957

Modified:
/demos/rails2/rails239_appengine.rb

=======================================
--- /demos/rails2/rails239_appengine.rb Sun Sep 5 04:15:39 2010
+++ /demos/rails2/rails239_appengine.rb Sun Sep 5 04:45:38 2010
@@ -49,7 +49,7 @@
config.ru config/boot_rb config/environment_rb
config/initializers/gae_init_patch.rb config/database.yml
script/console.sh script/publish.sh script/server.sh }
-# Install Rails 2.3.8
+# Install Rails 2.3.9
FileUtils.touch 'config.ru'
gemsrc = ARGV[0].eql?('tiny_ds') ? 'Gemfile_td' : 'Gemfile'
download_file("Gemfile", "#{FILE_BASE}#{gemsrc}")
@@ -59,7 +59,7 @@
# Remove dups and generate Rails app
FileUtils.rm 'public/robots.txt'
# Generate rails, and skip APIs to escape the shell
-system "rails _2.3.8_ ."
+system "rails _2.3.9_ ."
# Fetch configuration files
FileUtils.mkdir_p 'app/controllers/rails'
MOD_FILES.each { |path| download_file(path, "#{FILE_BASE}#{path}") }

Reply all
Reply to author
Forward
0 new messages