public
Description: The Ruby Implementation of SWX RPC
Homepage: http://swxruby.org
Clone URL: git://github.com/meekish/swxruby.git
Words and typos
Jed Hurt (author)
Tue Mar 11 22:03:28 -0700 2008
commit  b4082a669eb7e4320679e317416bfba979e140b3
tree    efd6f519a133f9b786806b3c1686fb277766192d
parent  fb84c58e6bce79076487281a81c78eeb1b4cc295
...
7
8
9
10
 
11
12
13
...
16
17
18
19
 
20
21
22
...
7
8
9
 
10
11
12
13
...
16
17
18
 
19
20
21
22
0
@@ -7,7 +7,7 @@ end
0
 
0
 SWX_RUBY_ROOT ||= File.expand_path(File.dirname(__FILE__))
0
 readme = IO.readlines(File.join(SWX_RUBY_ROOT, 'README'))
0
-@rails_usage = readme.slice(readme.index("=== Rails Usage\n")..-1)
0
+@rails_usage = readme.slice(readme.index("=== Rails Plugin Usage\n")..-1)
0
 
0
 begin
0
   require 'fileutils'
0
@@ -16,7 +16,7 @@ begin
0
   # Copy config file
0
   unless File.exist?("#{RAILS_ROOT}/config/swx.yml")
0
     puts '*** Copying config file to config/swx.yml ***'
0
- cp(File.join(SWX_RUBY_ROOT, 'lib', 'swxruby', 'config', 'swx.yml'), "#{RAILS_ROOT}/config/swx.yml")
0
+ cp(File.join(SWX_RUBY_ROOT, 'lib', 'swxruby', 'rails_integration', 'swx.yml'), "#{RAILS_ROOT}/config/swx.yml")
0
   end
0
 
0
   # Copy SWX controller

Comments

    No one has commented yet.