whyvalidationssuckin96 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +6 -2
- data/VERSION +1 -1
- data/doc/ActiveRecord/RecordInvalid.html +12 -12
- data/doc/ActiveRecord.html +3 -3
- data/doc/FalseClass.html +2 -2
- data/doc/NilClass.html +2 -2
- data/doc/Numeric.html +2 -2
- data/doc/Object.html +2 -2
- data/doc/String.html +2 -2
- data/doc/TrueClass.html +2 -2
- data/doc/WhyValidationsSuckIn96/ActiveRecord/AssociationValidation/ClassMethods.html +221 -0
- data/doc/WhyValidationsSuckIn96/ActiveRecord/AssociationValidation.html +166 -0
- data/doc/WhyValidationsSuckIn96/ActiveRecord/ClassMethods.html +166 -0
- data/doc/WhyValidationsSuckIn96/ActiveRecord/InstanceMethods.html +9 -9
- data/doc/WhyValidationsSuckIn96/ActiveRecord.html +90 -7
- data/doc/WhyValidationsSuckIn96/AttributeBasedValidation.html +2 -2
- data/doc/WhyValidationsSuckIn96/SkippableValidation.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesAcceptance.html +4 -4
- data/doc/WhyValidationsSuckIn96/ValidatesAssociated.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesConfirmation.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesExclusion.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesFormat.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesInclusion.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesLength.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesNumericality.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesPresence.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesUniqueness.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidatesUrl.html +2 -2
- data/doc/WhyValidationsSuckIn96/Validation.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationBuilder.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationSupport/ClassMethods.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationSupport/InstanceMethods.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationSupport.html +2 -2
- data/doc/WhyValidationsSuckIn96.html +3 -3
- data/doc/_index.html +30 -9
- data/doc/class_list.html +59 -29
- data/doc/file.README.html +9 -5
- data/doc/index.html +9 -5
- data/doc/method_list.html +104 -54
- data/doc/top-level-namespace.html +2 -2
- data/lib/whyvalidationssuckin96/macros/validates_length.rb +1 -0
- data/test/macros/validates_length_test.rb +5 -0
- data/whyvalidationssuckin96.gemspec +5 -2
- metadata +5 -2
@@ -379,9 +379,9 @@ A collection to check against for inclusion.
|
|
379
379
|
</div>
|
380
380
|
|
381
381
|
<div id="footer">
|
382
|
-
Generated on Mon Dec 21
|
382
|
+
Generated on Mon Dec 21 23:30:37 2009 by
|
383
383
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
384
|
-
0.5.
|
384
|
+
0.5.2 (ruby-1.8.7).
|
385
385
|
</div>
|
386
386
|
|
387
387
|
</body>
|
@@ -460,9 +460,9 @@ against.
|
|
460
460
|
</div>
|
461
461
|
|
462
462
|
<div id="footer">
|
463
|
-
Generated on Mon Dec 21
|
463
|
+
Generated on Mon Dec 21 23:30:37 2009 by
|
464
464
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
465
|
-
0.5.
|
465
|
+
0.5.2 (ruby-1.8.7).
|
466
466
|
</div>
|
467
467
|
|
468
468
|
</body>
|
@@ -258,9 +258,9 @@ Only allow integer values
|
|
258
258
|
</div>
|
259
259
|
|
260
260
|
<div id="footer">
|
261
|
-
Generated on Mon Dec 21
|
261
|
+
Generated on Mon Dec 21 23:30:36 2009 by
|
262
262
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
263
|
-
0.5.
|
263
|
+
0.5.2 (ruby-1.8.7).
|
264
264
|
</div>
|
265
265
|
|
266
266
|
</body>
|
@@ -235,9 +235,9 @@ Default usage
|
|
235
235
|
</div>
|
236
236
|
|
237
237
|
<div id="footer">
|
238
|
-
Generated on Mon Dec 21
|
238
|
+
Generated on Mon Dec 21 23:30:37 2009 by
|
239
239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
240
|
-
0.5.
|
240
|
+
0.5.2 (ruby-1.8.7).
|
241
241
|
</div>
|
242
242
|
|
243
243
|
</body>
|
@@ -280,9 +280,9 @@ When used with STI, check only uniqueness of records of the current type
|
|
280
280
|
</div>
|
281
281
|
|
282
282
|
<div id="footer">
|
283
|
-
Generated on Mon Dec 21
|
283
|
+
Generated on Mon Dec 21 23:30:37 2009 by
|
284
284
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
285
|
-
0.5.
|
285
|
+
0.5.2 (ruby-1.8.7).
|
286
286
|
</div>
|
287
287
|
|
288
288
|
</body>
|
@@ -242,9 +242,9 @@ Specifying valid schemes instead of the defaults
|
|
242
242
|
</div>
|
243
243
|
|
244
244
|
<div id="footer">
|
245
|
-
Generated on Mon Dec 21
|
245
|
+
Generated on Mon Dec 21 23:30:38 2009 by
|
246
246
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
247
|
-
0.5.
|
247
|
+
0.5.2 (ruby-1.8.7).
|
248
248
|
</div>
|
249
249
|
|
250
250
|
</body>
|
@@ -925,9 +925,9 @@ or fails, or nil if the validation will not run.
|
|
925
925
|
</div>
|
926
926
|
|
927
927
|
<div id="footer">
|
928
|
-
Generated on Mon Dec 21
|
928
|
+
Generated on Mon Dec 21 23:30:36 2009 by
|
929
929
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
930
|
-
0.5.
|
930
|
+
0.5.2 (ruby-1.8.7).
|
931
931
|
</div>
|
932
932
|
|
933
933
|
</body>
|
@@ -382,9 +382,9 @@ The class implementing the validation
|
|
382
382
|
</div>
|
383
383
|
|
384
384
|
<div id="footer">
|
385
|
-
Generated on Mon Dec 21
|
385
|
+
Generated on Mon Dec 21 23:30:36 2009 by
|
386
386
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
387
|
-
0.5.
|
387
|
+
0.5.2 (ruby-1.8.7).
|
388
388
|
</div>
|
389
389
|
|
390
390
|
</body>
|
@@ -240,9 +240,9 @@ being the options the validation will be instantiated with.
|
|
240
240
|
</div>
|
241
241
|
|
242
242
|
<div id="footer">
|
243
|
-
Generated on Mon Dec 21
|
243
|
+
Generated on Mon Dec 21 23:30:36 2009 by
|
244
244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
245
|
-
0.5.
|
245
|
+
0.5.2 (ruby-1.8.7).
|
246
246
|
</div>
|
247
247
|
|
248
248
|
</body>
|
@@ -475,9 +475,9 @@ Is this object valid?
|
|
475
475
|
</div>
|
476
476
|
|
477
477
|
<div id="footer">
|
478
|
-
Generated on Mon Dec 21
|
478
|
+
Generated on Mon Dec 21 23:30:37 2009 by
|
479
479
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
480
|
-
0.5.
|
480
|
+
0.5.2 (ruby-1.8.7).
|
481
481
|
</div>
|
482
482
|
|
483
483
|
</body>
|
@@ -159,9 +159,9 @@ ValidationSupport
|
|
159
159
|
</div>
|
160
160
|
|
161
161
|
<div id="footer">
|
162
|
-
Generated on Mon Dec 21
|
162
|
+
Generated on Mon Dec 21 23:30:36 2009 by
|
163
163
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
164
|
-
0.5.
|
164
|
+
0.5.2 (ruby-1.8.7).
|
165
165
|
</div>
|
166
166
|
|
167
167
|
</body>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
<dt class="r1 last">Defined in:</dt>
|
54
54
|
<dd class="r1 last">lib/whyvalidationssuckin96/validation.rb<span class="defines">,<br />
|
55
|
-
lib/whyvalidationssuckin96/constants.rb,<br /> lib/whyvalidationssuckin96/validation_support.rb,<br /> lib/whyvalidationssuckin96/validation_builder.rb,<br /> lib/whyvalidationssuckin96/
|
55
|
+
lib/whyvalidationssuckin96/constants.rb,<br /> lib/whyvalidationssuckin96/validation_support.rb,<br /> lib/whyvalidationssuckin96/validation_builder.rb,<br /> lib/whyvalidationssuckin96/skippable_validation.rb,<br /> lib/whyvalidationssuckin96/macros/validates_url.rb,<br /> lib/whyvalidationssuckin96/macros/validates_length.rb,<br /> lib/whyvalidationssuckin96/macros/validates_format.rb,<br /> lib/whyvalidationssuckin96/macros/validates_presence.rb,<br /> lib/whyvalidationssuckin96/macros/validates_inclusion.rb,<br /> lib/whyvalidationssuckin96/attribute_based_validation.rb,<br /> lib/whyvalidationssuckin96/macros/validates_exclusion.rb,<br /> lib/whyvalidationssuckin96/macros/validates_associated.rb,<br /> lib/whyvalidationssuckin96/macros/validates_acceptance.rb,<br /> lib/whyvalidationssuckin96/macros/validates_numericality.rb,<br /> lib/whyvalidationssuckin96/macros/validates_confirmation.rb,<br /> lib/whyvalidationssuckin96/rails/macros/validates_uniqueness.rb,<br /> lib/whyvalidationssuckin96/rails/active_record/association_validation.rb,<br /> lib/whyvalidationssuckin96/rails/active_record/base_validation_overrides.rb</span>
|
56
56
|
</dd>
|
57
57
|
|
58
58
|
</dl>
|
@@ -88,9 +88,9 @@ WhyValidationsSuckIn96
|
|
88
88
|
</div>
|
89
89
|
|
90
90
|
<div id="footer">
|
91
|
-
Generated on Mon Dec 21
|
91
|
+
Generated on Mon Dec 21 23:30:36 2009 by
|
92
92
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
93
|
-
0.5.
|
93
|
+
0.5.2 (ruby-1.8.7).
|
94
94
|
</div>
|
95
95
|
|
96
96
|
</body>
|
data/doc/_index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
5
|
<meta name="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
-
<title>Documentation by YARD 0.5.
|
6
|
+
<title>Documentation by YARD 0.5.2</title>
|
7
7
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
8
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
9
|
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<iframe id="search_frame"></iframe>
|
37
37
|
|
38
38
|
<div id="content"><div id="listing">
|
39
|
-
<h1 class="noborder title">Documentation by YARD 0.5.
|
39
|
+
<h1 class="noborder title">Documentation by YARD 0.5.2</h1>
|
40
40
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
41
41
|
|
42
42
|
|
@@ -65,6 +65,11 @@
|
|
65
65
|
<li class="letter">A</li>
|
66
66
|
<ul>
|
67
67
|
|
68
|
+
<li>
|
69
|
+
<a href="ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
70
|
+
|
71
|
+
</li>
|
72
|
+
|
68
73
|
<li>
|
69
74
|
<a href="WhyValidationsSuckIn96/ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
70
75
|
|
@@ -73,7 +78,9 @@
|
|
73
78
|
</li>
|
74
79
|
|
75
80
|
<li>
|
76
|
-
<a href="ActiveRecord.html" title="
|
81
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/AssociationValidation.html" title="AssociationValidation">AssociationValidation</a>
|
82
|
+
|
83
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
77
84
|
|
78
85
|
</li>
|
79
86
|
|
@@ -99,6 +106,20 @@
|
|
99
106
|
|
100
107
|
</li>
|
101
108
|
|
109
|
+
<li>
|
110
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/ClassMethods.html" title="ClassMethods">ClassMethods</a>
|
111
|
+
|
112
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
113
|
+
|
114
|
+
</li>
|
115
|
+
|
116
|
+
<li>
|
117
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/AssociationValidation/ClassMethods.html" title="ClassMethods">ClassMethods</a>
|
118
|
+
|
119
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord::AssociationValidation)</small>
|
120
|
+
|
121
|
+
</li>
|
122
|
+
|
102
123
|
</ul>
|
103
124
|
</ul>
|
104
125
|
|
@@ -121,16 +142,16 @@
|
|
121
142
|
<ul>
|
122
143
|
|
123
144
|
<li>
|
124
|
-
<a href="WhyValidationsSuckIn96/
|
145
|
+
<a href="WhyValidationsSuckIn96/ValidationSupport/InstanceMethods.html" title="InstanceMethods">InstanceMethods</a>
|
125
146
|
|
126
|
-
<small>(WhyValidationsSuckIn96::
|
147
|
+
<small>(WhyValidationsSuckIn96::ValidationSupport)</small>
|
127
148
|
|
128
149
|
</li>
|
129
150
|
|
130
151
|
<li>
|
131
|
-
<a href="WhyValidationsSuckIn96/
|
152
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/InstanceMethods.html" title="InstanceMethods">InstanceMethods</a>
|
132
153
|
|
133
|
-
<small>(WhyValidationsSuckIn96::
|
154
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
134
155
|
|
135
156
|
</li>
|
136
157
|
|
@@ -344,9 +365,9 @@
|
|
344
365
|
</div></div>
|
345
366
|
|
346
367
|
<div id="footer">
|
347
|
-
Generated on Mon Dec 21
|
368
|
+
Generated on Mon Dec 21 23:30:34 2009 by
|
348
369
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
349
|
-
0.5.
|
370
|
+
0.5.2 (ruby-1.8.7).
|
350
371
|
</div>
|
351
372
|
|
352
373
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -25,6 +25,14 @@
|
|
25
25
|
|
26
26
|
<li class="r2 ">
|
27
27
|
|
28
|
+
<a href="ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
</li>
|
33
|
+
|
34
|
+
<li class="r1 ">
|
35
|
+
|
28
36
|
<a href="WhyValidationsSuckIn96/ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
29
37
|
|
30
38
|
<small>(WhyValidationsSuckIn96)</small>
|
@@ -33,15 +41,17 @@
|
|
33
41
|
|
34
42
|
</li>
|
35
43
|
|
36
|
-
<li class="
|
44
|
+
<li class="r2 ">
|
37
45
|
|
38
|
-
<a href="ActiveRecord.html" title="
|
46
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/AssociationValidation.html" title="AssociationValidation">AssociationValidation</a>
|
47
|
+
|
48
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
39
49
|
|
40
50
|
|
41
51
|
|
42
52
|
</li>
|
43
53
|
|
44
|
-
<li class="
|
54
|
+
<li class="r1 ">
|
45
55
|
|
46
56
|
<a href="WhyValidationsSuckIn96/AttributeBasedValidation.html" title="AttributeBasedValidation">AttributeBasedValidation</a>
|
47
57
|
|
@@ -51,7 +61,7 @@
|
|
51
61
|
|
52
62
|
</li>
|
53
63
|
|
54
|
-
<li class="
|
64
|
+
<li class="r2 ">
|
55
65
|
|
56
66
|
<a href="WhyValidationsSuckIn96/ValidationSupport/ClassMethods.html" title="ClassMethods">ClassMethods</a>
|
57
67
|
|
@@ -59,11 +69,23 @@
|
|
59
69
|
|
60
70
|
|
61
71
|
|
72
|
+
</li>
|
73
|
+
|
74
|
+
<li class="r1 ">
|
75
|
+
|
76
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/ClassMethods.html" title="ClassMethods">ClassMethods</a>
|
77
|
+
|
78
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
79
|
+
|
80
|
+
|
81
|
+
|
62
82
|
</li>
|
63
83
|
|
64
84
|
<li class="r2 ">
|
65
85
|
|
66
|
-
<a href="
|
86
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/AssociationValidation/ClassMethods.html" title="ClassMethods">ClassMethods</a>
|
87
|
+
|
88
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord::AssociationValidation)</small>
|
67
89
|
|
68
90
|
|
69
91
|
|
@@ -71,9 +93,7 @@
|
|
71
93
|
|
72
94
|
<li class="r1 ">
|
73
95
|
|
74
|
-
<a href="
|
75
|
-
|
76
|
-
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
96
|
+
<a href="FalseClass.html" title="FalseClass">FalseClass</a>
|
77
97
|
|
78
98
|
|
79
99
|
|
@@ -91,7 +111,9 @@
|
|
91
111
|
|
92
112
|
<li class="r1 ">
|
93
113
|
|
94
|
-
<a href="
|
114
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/InstanceMethods.html" title="InstanceMethods">InstanceMethods</a>
|
115
|
+
|
116
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord)</small>
|
95
117
|
|
96
118
|
|
97
119
|
|
@@ -99,7 +121,7 @@
|
|
99
121
|
|
100
122
|
<li class="r2 ">
|
101
123
|
|
102
|
-
<a href="
|
124
|
+
<a href="NilClass.html" title="NilClass">NilClass</a>
|
103
125
|
|
104
126
|
|
105
127
|
|
@@ -107,7 +129,7 @@
|
|
107
129
|
|
108
130
|
<li class="r1 ">
|
109
131
|
|
110
|
-
<a href="
|
132
|
+
<a href="Numeric.html" title="Numeric">Numeric</a>
|
111
133
|
|
112
134
|
|
113
135
|
|
@@ -115,6 +137,14 @@
|
|
115
137
|
|
116
138
|
<li class="r2 ">
|
117
139
|
|
140
|
+
<a href="Object.html" title="Object">Object</a>
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
</li>
|
145
|
+
|
146
|
+
<li class="r1 ">
|
147
|
+
|
118
148
|
<a href="ActiveRecord/RecordInvalid.html" title="RecordInvalid">RecordInvalid</a>
|
119
149
|
|
120
150
|
<small>(ActiveRecord)</small>
|
@@ -123,7 +153,7 @@
|
|
123
153
|
|
124
154
|
</li>
|
125
155
|
|
126
|
-
<li class="
|
156
|
+
<li class="r2 ">
|
127
157
|
|
128
158
|
<a href="WhyValidationsSuckIn96/SkippableValidation.html" title="SkippableValidation">SkippableValidation</a>
|
129
159
|
|
@@ -133,7 +163,7 @@
|
|
133
163
|
|
134
164
|
</li>
|
135
165
|
|
136
|
-
<li class="
|
166
|
+
<li class="r1 ">
|
137
167
|
|
138
168
|
<a href="String.html" title="String">String</a>
|
139
169
|
|
@@ -141,7 +171,7 @@
|
|
141
171
|
|
142
172
|
</li>
|
143
173
|
|
144
|
-
<li class="
|
174
|
+
<li class="r2 ">
|
145
175
|
|
146
176
|
<a href="TrueClass.html" title="TrueClass">TrueClass</a>
|
147
177
|
|
@@ -149,7 +179,7 @@
|
|
149
179
|
|
150
180
|
</li>
|
151
181
|
|
152
|
-
<li class="
|
182
|
+
<li class="r1 ">
|
153
183
|
|
154
184
|
<a href="WhyValidationsSuckIn96/ValidatesAcceptance.html" title="ValidatesAcceptance">ValidatesAcceptance</a>
|
155
185
|
|
@@ -159,7 +189,7 @@
|
|
159
189
|
|
160
190
|
</li>
|
161
191
|
|
162
|
-
<li class="
|
192
|
+
<li class="r2 ">
|
163
193
|
|
164
194
|
<a href="WhyValidationsSuckIn96/ValidatesAssociated.html" title="ValidatesAssociated">ValidatesAssociated</a>
|
165
195
|
|
@@ -169,7 +199,7 @@
|
|
169
199
|
|
170
200
|
</li>
|
171
201
|
|
172
|
-
<li class="
|
202
|
+
<li class="r1 ">
|
173
203
|
|
174
204
|
<a href="WhyValidationsSuckIn96/ValidatesConfirmation.html" title="ValidatesConfirmation">ValidatesConfirmation</a>
|
175
205
|
|
@@ -179,7 +209,7 @@
|
|
179
209
|
|
180
210
|
</li>
|
181
211
|
|
182
|
-
<li class="
|
212
|
+
<li class="r2 ">
|
183
213
|
|
184
214
|
<a href="WhyValidationsSuckIn96/ValidatesExclusion.html" title="ValidatesExclusion">ValidatesExclusion</a>
|
185
215
|
|
@@ -189,7 +219,7 @@
|
|
189
219
|
|
190
220
|
</li>
|
191
221
|
|
192
|
-
<li class="
|
222
|
+
<li class="r1 ">
|
193
223
|
|
194
224
|
<a href="WhyValidationsSuckIn96/ValidatesFormat.html" title="ValidatesFormat">ValidatesFormat</a>
|
195
225
|
|
@@ -199,7 +229,7 @@
|
|
199
229
|
|
200
230
|
</li>
|
201
231
|
|
202
|
-
<li class="
|
232
|
+
<li class="r2 ">
|
203
233
|
|
204
234
|
<a href="WhyValidationsSuckIn96/ValidatesInclusion.html" title="ValidatesInclusion">ValidatesInclusion</a>
|
205
235
|
|
@@ -209,7 +239,7 @@
|
|
209
239
|
|
210
240
|
</li>
|
211
241
|
|
212
|
-
<li class="
|
242
|
+
<li class="r1 ">
|
213
243
|
|
214
244
|
<a href="WhyValidationsSuckIn96/ValidatesLength.html" title="ValidatesLength">ValidatesLength</a>
|
215
245
|
|
@@ -219,7 +249,7 @@
|
|
219
249
|
|
220
250
|
</li>
|
221
251
|
|
222
|
-
<li class="
|
252
|
+
<li class="r2 ">
|
223
253
|
|
224
254
|
<a href="WhyValidationsSuckIn96/ValidatesNumericality.html" title="ValidatesNumericality">ValidatesNumericality</a>
|
225
255
|
|
@@ -229,7 +259,7 @@
|
|
229
259
|
|
230
260
|
</li>
|
231
261
|
|
232
|
-
<li class="
|
262
|
+
<li class="r1 ">
|
233
263
|
|
234
264
|
<a href="WhyValidationsSuckIn96/ValidatesPresence.html" title="ValidatesPresence">ValidatesPresence</a>
|
235
265
|
|
@@ -239,7 +269,7 @@
|
|
239
269
|
|
240
270
|
</li>
|
241
271
|
|
242
|
-
<li class="
|
272
|
+
<li class="r2 ">
|
243
273
|
|
244
274
|
<a href="WhyValidationsSuckIn96/ValidatesUniqueness.html" title="ValidatesUniqueness">ValidatesUniqueness</a>
|
245
275
|
|
@@ -249,7 +279,7 @@
|
|
249
279
|
|
250
280
|
</li>
|
251
281
|
|
252
|
-
<li class="
|
282
|
+
<li class="r1 ">
|
253
283
|
|
254
284
|
<a href="WhyValidationsSuckIn96/ValidatesUrl.html" title="ValidatesUrl">ValidatesUrl</a>
|
255
285
|
|
@@ -259,7 +289,7 @@
|
|
259
289
|
|
260
290
|
</li>
|
261
291
|
|
262
|
-
<li class="
|
292
|
+
<li class="r2 ">
|
263
293
|
|
264
294
|
<a href="WhyValidationsSuckIn96/Validation.html" title="Validation">Validation</a>
|
265
295
|
|
@@ -269,7 +299,7 @@
|
|
269
299
|
|
270
300
|
</li>
|
271
301
|
|
272
|
-
<li class="
|
302
|
+
<li class="r1 ">
|
273
303
|
|
274
304
|
<a href="WhyValidationsSuckIn96/ValidationBuilder.html" title="ValidationBuilder">ValidationBuilder</a>
|
275
305
|
|
@@ -279,7 +309,7 @@
|
|
279
309
|
|
280
310
|
</li>
|
281
311
|
|
282
|
-
<li class="
|
312
|
+
<li class="r2 ">
|
283
313
|
|
284
314
|
<a href="WhyValidationsSuckIn96/ValidationSupport.html" title="ValidationSupport">ValidationSupport</a>
|
285
315
|
|
@@ -289,7 +319,7 @@
|
|
289
319
|
|
290
320
|
</li>
|
291
321
|
|
292
|
-
<li class="
|
322
|
+
<li class="r1 ">
|
293
323
|
|
294
324
|
<a href="WhyValidationsSuckIn96.html" title="WhyValidationsSuckIn96">WhyValidationsSuckIn96</a>
|
295
325
|
|