ulbrich-jruby-enginize 0.5.5 → 0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -5
- data/templates/shared/public/favicon.ico +0 -0
- metadata +2 -1
data/README.rdoc
CHANGED
|
@@ -58,12 +58,12 @@ Here are the steps for creating and deploying a new Sinatra application:
|
|
|
58
58
|
|
|
59
59
|
* Generate your application. Sample:
|
|
60
60
|
|
|
61
|
-
<tt>jruby -S jruby-enginize --template
|
|
61
|
+
<tt>jruby -S jruby-enginize --template sinatra --email foo@bar.com jruby-enginize</tt>
|
|
62
62
|
|
|
63
63
|
* Go to the new directory, learn about the available rake tasks and try out
|
|
64
64
|
your application:
|
|
65
65
|
|
|
66
|
-
<tt>cd
|
|
66
|
+
<tt>cd jruby-enginize</tt>
|
|
67
67
|
<tt>jruby rake --tasks</tt>
|
|
68
68
|
|
|
69
69
|
<tt>jruby -S rake sinatra:run</tt>
|
|
@@ -79,18 +79,18 @@ an unstable version and don't want to risk your users getting exceptions.
|
|
|
79
79
|
|
|
80
80
|
You can try the new version by opening e.g.
|
|
81
81
|
|
|
82
|
-
<tt>http://3.latest.
|
|
82
|
+
<tt>http://3.latest.jruby-enginize.appspot.com</tt>
|
|
83
83
|
|
|
84
84
|
and replacing "3" with the version number you want to run.
|
|
85
85
|
|
|
86
86
|
Switch the application to the new version as default (stable version) by
|
|
87
87
|
opening
|
|
88
88
|
|
|
89
|
-
<tt>http://appengine.google.com/deployment?&app_id=
|
|
89
|
+
<tt>http://appengine.google.com/deployment?&app_id=jruby-enginize</tt>
|
|
90
90
|
|
|
91
91
|
and setting a new default available at
|
|
92
92
|
|
|
93
|
-
<tt>http://
|
|
93
|
+
<tt>http://jruby-enginize.appspot.com</tt>
|
|
94
94
|
|
|
95
95
|
A small README with these and a few more application specific hints is
|
|
96
96
|
generated along with the source code. Have fun.
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ulbrich-jruby-enginize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: "0.6"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Ulbrich
|
|
@@ -37,6 +37,7 @@ files:
|
|
|
37
37
|
- templates/shared/Rakefile
|
|
38
38
|
- templates/shared/public/robots.txt
|
|
39
39
|
- templates/shared/public/images/appengine_logo.png
|
|
40
|
+
- templates/shared/public/favicon.ico
|
|
40
41
|
- templates/shared/lib/jruby-rack-0.9.4.jar
|
|
41
42
|
- templates/shared/appengine-web.xml
|
|
42
43
|
- templates/merb/views/layout.engine_app.html.erb
|