public
Description: The Ruby Implementation of SWX RPC
Homepage: http://swxruby.org
Clone URL: git://github.com/meekish/swxruby.git
Updated some wording
Jed Hurt (author)
Wed Mar 12 13:25:51 -0700 2008
commit  4277424e3b823e1e9bbb2ac9b12eabaf1726a5c4
tree    218d6b2d4babf6d07cebada2c96d7bcb9d64f28b
parent  98c617fe03a8580f88e7dcb76d24670e835f50fa
0
...
30
31
32
33
 
34
35
36
...
86
87
88
89
 
90
91
92
...
30
31
32
 
33
34
35
36
...
86
87
88
 
89
90
91
92
0
@@ -30,7 +30,7 @@ After installing the gem, do:
0
 
0
 This will unpack a plugin into your Rails app. For further explanation of the files installed, see 'Rails Usage' below.
0
 
0
-<b>Living on the Edge:</b> The Rails init script (init.rb) sits in the root of the SWX Ruby tree, thus you can simply throw the git HEAD into vendor/plugins/swxruby to run the plugin on edge
0
+<b>Living on the Edge:</b> The Rails init script (init.rb) sits in the root of the SWX Ruby tree, thus you can simply throw the git HEAD into vendor/plugins/swxruby to run the plugin on edge.
0
 
0
   git clone git://github.com/meekish/swxruby.git vendor/plugins/swxruby
0
   ruby vendor/plugins/swxruby/install.rb
0
@@ -86,7 +86,7 @@ Here's a full Merb app (this and a Flash client are included in examples/standal
0
     end
0
   end
0
   
0
- # Start with 'merb -I standalone.rb' and you're off!
0
+ # Fire it up with 'merb -I standalone.rb' and you're off!
0
   
0
 === Rails Plugin Usage
0
 

Comments

    No one has commented yet.