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)
Sat Oct 18 15:24:18 -0700 2008
commit  196ece5ec28fd080f395a80d724bcd8dc483cff3
tree    45705c743c5c4df502b6528166d8c226c0112823
parent  121c6dea38780876eee7396a40c6b9a2561aefb4
0
...
13
14
15
16
17
18
19
20
21
22
23
 
24
25
26
...
13
14
15
 
 
16
17
18
19
20
 
21
22
23
24
0
@@ -13,14 +13,12 @@ integrated with the rest of the framework.
0
 http://github.com/jschementi/silverline
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.
0
 
0
-You'll also need: Silverlight 2 (Beta 2): Windows or Mac
0
+You'll also need: Silverlight 2 for Windows or Mac
0
 Note: You can find the developer version of the Silverlight runtime in 
0
       http://github.com/jschementi/silverlight-installs.
0
 

Comments