public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/mvanholstyn/rails.git
Search Repo:
Fix more typos and changelog


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9227 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
lifo (author)
Sat Apr 05 04:18:05 -0700 2008
commit  097c0d61660aeee598900b1e748332f24eaec68e
tree    005a64966fc1d40ee4b9baaaa6fdbb7827f88a67
parent  aa4af60aad5772458e8ba3bd08505781aeeb53a2
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ module ActiveModel
0
       #
0
       # Configuration options:
0
       # * <tt>in</tt> - An enumerable object of items that the value shouldn't be part of
0
- # * <tt>message</tt> - Specifies a customer error message (default is: "is reserved")
0
+ # * <tt>message</tt> - Specifies a custom error message (default is: "is reserved")
0
       # * <tt>allow_nil</tt> - If set to true, skips this validation if the attribute is null (default is: false)
0
       # * <tt>allow_blank</tt> - If set to true, skips this validation if the attribute is blank (default is: false)
0
       # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ module ActiveModel
0
       #
0
       # Configuration options:
0
       # * <tt>in</tt> - An enumerable object of available items
0
- # * <tt>message</tt> - Specifies a customer error message (default is: "is not included in the list")
0
+ # * <tt>message</tt> - Specifies a custom error message (default is: "is not included in the list")
0
       # * <tt>allow_nil</tt> - If set to true, skips this validation if the attribute is null (default is: false)
0
       # * <tt>allow_blank</tt> - If set to true, skips this validation if the attribute is blank (default is: false)
0
       # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should
...
1
2
3
4
5
6
7
...
1
2
 
 
3
4
5
0
@@ -1,7 +1,5 @@
0
 *SVN*
0
 
0
-* Improve documentation. [Xavier Noria]
0
-
0
 * Fixed that to_param should be used and honored instead of hardcoding the id #11406 [gspiers]
0
 
0
 * Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert]
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Improve documentation. [Xavier Noria]
0
+
0
 * Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments.
0
 
0
 * Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes #7399 [sblackstone]

Comments

    No one has commented yet.