public
Description: Plugin for running Ruby in the browser seamlessly from Rails, and display either HTML or vector graphics
Homepage: http://jimmy.schementi.com/silverline
Clone URL: git://github.com/jschementi/silverline.git
Readmeage
jschementi (author)
Thu Jul 24 13:35:55 -0700 2008
commit  27a650406aa4fa3e09c10a251ec4fd43fec76f48
tree    8350efe0eabfc19db4c3249bca09c16d48329908
parent  99f0370bc14c2c60604f58eeecbedb5797ce99f5
0
...
11
12
13
14
 
 
 
 
 
15
16
17
...
11
12
13
 
14
15
16
17
18
19
20
21
0
@@ -11,7 +11,11 @@ integrated with the rest of the framework.
0
 = Gimme!
0
 
0
 http://github.com/jschementi/silverline
0
-git clone git://github.com/jschementi/silverline.git
0
+
0
+  > cd /path/to/rails/app/vendor/plugins/
0
+  > mkdir silverline
0
+  > cd silverline
0
+  > git clone git://github.com/jschementi/silverline.git
0
 
0
 This repository holds the Rails plugin only. To get a demo application using
0
 Silverline, visit http://github.com/jschementi/silverline-demos.

Comments