GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
Tuned documentation for release (AWS)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1727 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Wed Jul 06 01:25:04 -0700 2005
commit  72104faa5891a7d2a6b598c5a5db036a2b06b74a
tree    7465d8c91966dd39dea24ab4bbca9fd5cecc3fa5
parent  2789b5d2cefb4765e5bd2d14b10109cfe2d7f96b
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*0.8.0* (6 July, 2005)
0
 
0
 * Fix WSDL generation by aliasing #inherited instead of trying to overwrite it, or the WSDL action may end up not being defined in the controller
0
 
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ module ActionWebService # :nodoc:
0
     end
0
 
0
     # Performs casting of arbitrary values into the correct types for the signature
0
- class BaseCaster
0
+ class BaseCaster # :nodoc:
0
       def initialize(api_method)
0
         @api_method = api_method
0
       end
...
1
2
3
4
 
 
 
 
5
6
7
...
1
2
 
 
3
4
5
6
7
8
9
0
@@ -1,7 +1,9 @@
0
 require 'xmlrpc/marshal'
0
 
0
-class XMLRPC::FaultException
0
- alias :message :faultString
0
+module XMLRPC # :nodoc:
0
+ class FaultException # :nodoc:
0
+ alias :message :faultString
0
+ end
0
 end
0
 
0
 module ActionWebService # :nodoc:

Comments

    No one has commented yet.