whyvalidationssuckin96 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -0
- data/VERSION +1 -1
- data/doc/ActiveRecord.html +2 -2
- data/doc/ActiveRecord/RecordInvalid.html +2 -2
- 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.html +4 -4
- data/doc/WhyValidationsSuckIn96/ActiveRecord.html +2 -2
- data/doc/WhyValidationsSuckIn96/ActiveRecord/InstanceMethods.html +2 -2
- 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 +251 -0
- data/doc/WhyValidationsSuckIn96/Validation.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationBuilder.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationSupport.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationSupport/ClassMethods.html +2 -2
- data/doc/WhyValidationsSuckIn96/ValidationSupport/InstanceMethods.html +2 -2
- data/doc/_index.html +15 -8
- data/doc/class_list.html +17 -7
- data/doc/file.README.html +9 -3
- data/doc/index.html +9 -3
- data/doc/method_list.html +51 -41
- data/doc/top-level-namespace.html +2 -2
- data/lib/whyvalidationssuckin96/macros.rb +2 -1
- data/lib/whyvalidationssuckin96/macros/validates_url.rb +35 -0
- data/test/macros/validates_url_test.rb +86 -0
- data/whyvalidationssuckin96.gemspec +6 -2
- metadata +6 -2
@@ -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
|
928
|
+
Generated on Mon Dec 21 16:56:22 2009 by
|
929
929
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
930
|
-
0.5.
|
930
|
+
0.5.0 (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
|
385
|
+
Generated on Mon Dec 21 16:56:21 2009 by
|
386
386
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
387
|
-
0.5.
|
387
|
+
0.5.0 (ruby-1.8.7).
|
388
388
|
</div>
|
389
389
|
|
390
390
|
</body>
|
@@ -159,9 +159,9 @@ ValidationSupport
|
|
159
159
|
</div>
|
160
160
|
|
161
161
|
<div id="footer">
|
162
|
-
Generated on
|
162
|
+
Generated on Mon Dec 21 16:56:21 2009 by
|
163
163
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
164
|
-
0.5.
|
164
|
+
0.5.0 (ruby-1.8.7).
|
165
165
|
</div>
|
166
166
|
|
167
167
|
</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
|
243
|
+
Generated on Mon Dec 21 16:56:20 2009 by
|
244
244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
245
|
-
0.5.
|
245
|
+
0.5.0 (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
|
478
|
+
Generated on Mon Dec 21 16:56:21 2009 by
|
479
479
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
480
|
-
0.5.
|
480
|
+
0.5.0 (ruby-1.8.7).
|
481
481
|
</div>
|
482
482
|
|
483
483
|
</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.0</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.0</h1>
|
40
40
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
41
41
|
|
42
42
|
|
@@ -66,14 +66,14 @@
|
|
66
66
|
<ul>
|
67
67
|
|
68
68
|
<li>
|
69
|
-
<a href="ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
69
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
70
|
+
|
71
|
+
<small>(WhyValidationsSuckIn96)</small>
|
70
72
|
|
71
73
|
</li>
|
72
74
|
|
73
75
|
<li>
|
74
|
-
<a href="
|
75
|
-
|
76
|
-
<small>(WhyValidationsSuckIn96)</small>
|
76
|
+
<a href="ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
77
77
|
|
78
78
|
</li>
|
79
79
|
|
@@ -294,6 +294,13 @@
|
|
294
294
|
|
295
295
|
</li>
|
296
296
|
|
297
|
+
<li>
|
298
|
+
<a href="WhyValidationsSuckIn96/ValidatesUrl.html" title="ValidatesUrl">ValidatesUrl</a>
|
299
|
+
|
300
|
+
<small>(WhyValidationsSuckIn96)</small>
|
301
|
+
|
302
|
+
</li>
|
303
|
+
|
297
304
|
<li>
|
298
305
|
<a href="WhyValidationsSuckIn96/Validation.html" title="Validation">Validation</a>
|
299
306
|
|
@@ -337,9 +344,9 @@
|
|
337
344
|
</div></div>
|
338
345
|
|
339
346
|
<div id="footer">
|
340
|
-
Generated on
|
347
|
+
Generated on Mon Dec 21 16:56:19 2009 by
|
341
348
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
342
|
-
0.5.
|
349
|
+
0.5.0 (ruby-1.8.7).
|
343
350
|
</div>
|
344
351
|
|
345
352
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -25,7 +25,9 @@
|
|
25
25
|
|
26
26
|
<li class="r2 ">
|
27
27
|
|
28
|
-
<a href="ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
28
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
29
|
+
|
30
|
+
<small>(WhyValidationsSuckIn96)</small>
|
29
31
|
|
30
32
|
|
31
33
|
|
@@ -33,9 +35,7 @@
|
|
33
35
|
|
34
36
|
<li class="r1 ">
|
35
37
|
|
36
|
-
<a href="
|
37
|
-
|
38
|
-
<small>(WhyValidationsSuckIn96)</small>
|
38
|
+
<a href="ActiveRecord.html" title="ActiveRecord">ActiveRecord</a>
|
39
39
|
|
40
40
|
|
41
41
|
|
@@ -251,7 +251,7 @@
|
|
251
251
|
|
252
252
|
<li class="r2 ">
|
253
253
|
|
254
|
-
<a href="WhyValidationsSuckIn96/
|
254
|
+
<a href="WhyValidationsSuckIn96/ValidatesUrl.html" title="ValidatesUrl">ValidatesUrl</a>
|
255
255
|
|
256
256
|
<small>(WhyValidationsSuckIn96)</small>
|
257
257
|
|
@@ -261,7 +261,7 @@
|
|
261
261
|
|
262
262
|
<li class="r1 ">
|
263
263
|
|
264
|
-
<a href="WhyValidationsSuckIn96/
|
264
|
+
<a href="WhyValidationsSuckIn96/Validation.html" title="Validation">Validation</a>
|
265
265
|
|
266
266
|
<small>(WhyValidationsSuckIn96)</small>
|
267
267
|
|
@@ -271,7 +271,7 @@
|
|
271
271
|
|
272
272
|
<li class="r2 ">
|
273
273
|
|
274
|
-
<a href="WhyValidationsSuckIn96/
|
274
|
+
<a href="WhyValidationsSuckIn96/ValidationBuilder.html" title="ValidationBuilder">ValidationBuilder</a>
|
275
275
|
|
276
276
|
<small>(WhyValidationsSuckIn96)</small>
|
277
277
|
|
@@ -281,6 +281,16 @@
|
|
281
281
|
|
282
282
|
<li class="r1 ">
|
283
283
|
|
284
|
+
<a href="WhyValidationsSuckIn96/ValidationSupport.html" title="ValidationSupport">ValidationSupport</a>
|
285
|
+
|
286
|
+
<small>(WhyValidationsSuckIn96)</small>
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
</li>
|
291
|
+
|
292
|
+
<li class="r2 ">
|
293
|
+
|
284
294
|
<a href="WhyValidationsSuckIn96.html" title="WhyValidationsSuckIn96">WhyValidationsSuckIn96</a>
|
285
295
|
|
286
296
|
|
data/doc/file.README.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.0</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
|
|
@@ -159,14 +159,20 @@
|
|
159
159
|
<li>Send me a pull request.</li>
|
160
160
|
</ul>
|
161
161
|
|
162
|
+
<h2 id='todo'>Todo</h2>
|
163
|
+
|
164
|
+
<ul>
|
165
|
+
<li>Investigate moving to a model where single instances of validations are created and passed the object to validate, rather than the per-object validation scheme right now which <em>may</em> be a bottleneck.</li>
|
166
|
+
</ul>
|
167
|
+
|
162
168
|
<h2 id='copying'>Copying</h2>
|
163
169
|
|
164
170
|
<p>Copyright (c) 2009 gabrielg/thumblemonks. See LICENSE for details.</p></div></div>
|
165
171
|
|
166
172
|
<div id="footer">
|
167
|
-
Generated on
|
173
|
+
Generated on Mon Dec 21 16:56:20 2009 by
|
168
174
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
169
|
-
0.5.
|
175
|
+
0.5.0 (ruby-1.8.7).
|
170
176
|
</div>
|
171
177
|
|
172
178
|
</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.0</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
|
|
@@ -159,14 +159,20 @@
|
|
159
159
|
<li>Send me a pull request.</li>
|
160
160
|
</ul>
|
161
161
|
|
162
|
+
<h2 id='todo'>Todo</h2>
|
163
|
+
|
164
|
+
<ul>
|
165
|
+
<li>Investigate moving to a model where single instances of validations are created and passed the object to validate, rather than the per-object validation scheme right now which <em>may</em> be a bottleneck.</li>
|
166
|
+
</ul>
|
167
|
+
|
162
168
|
<h2 id='copying'>Copying</h2>
|
163
169
|
|
164
170
|
<p>Copyright (c) 2009 gabrielg/thumblemonks. See LICENSE for details.</p></div></div>
|
165
171
|
|
166
172
|
<div id="footer">
|
167
|
-
Generated on
|
173
|
+
Generated on Mon Dec 21 16:56:20 2009 by
|
168
174
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
169
|
-
0.5.
|
175
|
+
0.5.0 (ruby-1.8.7).
|
170
176
|
</div>
|
171
177
|
|
172
178
|
</body>
|
data/doc/method_list.html
CHANGED
@@ -88,9 +88,9 @@
|
|
88
88
|
|
89
89
|
<li class="r2 ">
|
90
90
|
|
91
|
-
<a href="WhyValidationsSuckIn96/
|
91
|
+
<a href="WhyValidationsSuckIn96/ActiveRecord/InstanceMethods.html#included-class_method" title="included">included</a>
|
92
92
|
|
93
|
-
<small>(WhyValidationsSuckIn96::
|
93
|
+
<small>(WhyValidationsSuckIn96::ActiveRecord::InstanceMethods)</small>
|
94
94
|
|
95
95
|
|
96
96
|
|
@@ -108,9 +108,9 @@
|
|
108
108
|
|
109
109
|
<li class="r2 ">
|
110
110
|
|
111
|
-
<a href="WhyValidationsSuckIn96/
|
111
|
+
<a href="WhyValidationsSuckIn96/ValidationSupport.html#included-class_method" title="included">included</a>
|
112
112
|
|
113
|
-
<small>(WhyValidationsSuckIn96::
|
113
|
+
<small>(WhyValidationsSuckIn96::ValidationSupport)</small>
|
114
114
|
|
115
115
|
|
116
116
|
|
@@ -118,9 +118,9 @@
|
|
118
118
|
|
119
119
|
<li class="r1 ">
|
120
120
|
|
121
|
-
<a href="
|
121
|
+
<a href="WhyValidationsSuckIn96/ValidatesFormat.html#initialize-instance_method" title="#initialize">#initialize</a>
|
122
122
|
|
123
|
-
<small>(
|
123
|
+
<small>(WhyValidationsSuckIn96::ValidatesFormat)</small>
|
124
124
|
|
125
125
|
|
126
126
|
|
@@ -128,9 +128,9 @@
|
|
128
128
|
|
129
129
|
<li class="r2 ">
|
130
130
|
|
131
|
-
<a href="
|
131
|
+
<a href="ActiveRecord/RecordInvalid.html#initialize-instance_method" title="#initialize">#initialize</a>
|
132
132
|
|
133
|
-
<small>(
|
133
|
+
<small>(ActiveRecord::RecordInvalid)</small>
|
134
134
|
|
135
135
|
|
136
136
|
|
@@ -138,9 +138,9 @@
|
|
138
138
|
|
139
139
|
<li class="r1 ">
|
140
140
|
|
141
|
-
<a href="WhyValidationsSuckIn96/
|
141
|
+
<a href="WhyValidationsSuckIn96/ValidatesLength.html#initialize-instance_method" title="#initialize">#initialize</a>
|
142
142
|
|
143
|
-
<small>(WhyValidationsSuckIn96::
|
143
|
+
<small>(WhyValidationsSuckIn96::ValidatesLength)</small>
|
144
144
|
|
145
145
|
|
146
146
|
|
@@ -158,9 +158,9 @@
|
|
158
158
|
|
159
159
|
<li class="r1 ">
|
160
160
|
|
161
|
-
<a href="WhyValidationsSuckIn96/
|
161
|
+
<a href="WhyValidationsSuckIn96/AttributeBasedValidation.html#initialize-instance_method" title="#initialize">#initialize</a>
|
162
162
|
|
163
|
-
<small>(WhyValidationsSuckIn96::
|
163
|
+
<small>(WhyValidationsSuckIn96::AttributeBasedValidation)</small>
|
164
164
|
|
165
165
|
|
166
166
|
|
@@ -168,9 +168,9 @@
|
|
168
168
|
|
169
169
|
<li class="r2 ">
|
170
170
|
|
171
|
-
<a href="WhyValidationsSuckIn96/
|
171
|
+
<a href="WhyValidationsSuckIn96/Validation.html#initialize-instance_method" title="#initialize">#initialize</a>
|
172
172
|
|
173
|
-
<small>(WhyValidationsSuckIn96::
|
173
|
+
<small>(WhyValidationsSuckIn96::Validation)</small>
|
174
174
|
|
175
175
|
|
176
176
|
|
@@ -178,9 +178,9 @@
|
|
178
178
|
|
179
179
|
<li class="r1 ">
|
180
180
|
|
181
|
-
<a href="WhyValidationsSuckIn96/
|
181
|
+
<a href="WhyValidationsSuckIn96/ValidatesExclusion.html#initialize-instance_method" title="#initialize">#initialize</a>
|
182
182
|
|
183
|
-
<small>(WhyValidationsSuckIn96::
|
183
|
+
<small>(WhyValidationsSuckIn96::ValidatesExclusion)</small>
|
184
184
|
|
185
185
|
|
186
186
|
|
@@ -188,9 +188,9 @@
|
|
188
188
|
|
189
189
|
<li class="r2 ">
|
190
190
|
|
191
|
-
<a href="WhyValidationsSuckIn96/
|
191
|
+
<a href="WhyValidationsSuckIn96/ValidatesInclusion.html#initialize-instance_method" title="#initialize">#initialize</a>
|
192
192
|
|
193
|
-
<small>(WhyValidationsSuckIn96::
|
193
|
+
<small>(WhyValidationsSuckIn96::ValidatesInclusion)</small>
|
194
194
|
|
195
195
|
|
196
196
|
|
@@ -318,9 +318,9 @@
|
|
318
318
|
|
319
319
|
<li class="r1 ">
|
320
320
|
|
321
|
-
<a href="WhyValidationsSuckIn96/
|
321
|
+
<a href="WhyValidationsSuckIn96/ValidatesLength.html#validate-instance_method" title="#validate">#validate</a>
|
322
322
|
|
323
|
-
<small>(WhyValidationsSuckIn96::
|
323
|
+
<small>(WhyValidationsSuckIn96::ValidatesLength)</small>
|
324
324
|
|
325
325
|
|
326
326
|
|
@@ -328,9 +328,9 @@
|
|
328
328
|
|
329
329
|
<li class="r2 ">
|
330
330
|
|
331
|
-
<a href="WhyValidationsSuckIn96/
|
331
|
+
<a href="WhyValidationsSuckIn96/ValidatesUrl.html#validate-instance_method" title="#validate">#validate</a>
|
332
332
|
|
333
|
-
<small>(WhyValidationsSuckIn96::
|
333
|
+
<small>(WhyValidationsSuckIn96::ValidatesUrl)</small>
|
334
334
|
|
335
335
|
|
336
336
|
|
@@ -338,9 +338,9 @@
|
|
338
338
|
|
339
339
|
<li class="r1 ">
|
340
340
|
|
341
|
-
<a href="WhyValidationsSuckIn96/
|
341
|
+
<a href="WhyValidationsSuckIn96/ValidatesFormat.html#validate-instance_method" title="#validate">#validate</a>
|
342
342
|
|
343
|
-
<small>(WhyValidationsSuckIn96::
|
343
|
+
<small>(WhyValidationsSuckIn96::ValidatesFormat)</small>
|
344
344
|
|
345
345
|
|
346
346
|
|
@@ -348,9 +348,9 @@
|
|
348
348
|
|
349
349
|
<li class="r2 ">
|
350
350
|
|
351
|
-
<a href="WhyValidationsSuckIn96/
|
351
|
+
<a href="WhyValidationsSuckIn96/ValidatesExclusion.html#validate-instance_method" title="#validate">#validate</a>
|
352
352
|
|
353
|
-
<small>(WhyValidationsSuckIn96::
|
353
|
+
<small>(WhyValidationsSuckIn96::ValidatesExclusion)</small>
|
354
354
|
|
355
355
|
|
356
356
|
|
@@ -358,9 +358,9 @@
|
|
358
358
|
|
359
359
|
<li class="r1 ">
|
360
360
|
|
361
|
-
<a href="WhyValidationsSuckIn96/
|
361
|
+
<a href="WhyValidationsSuckIn96/ValidatesNumericality.html#validate-instance_method" title="#validate">#validate</a>
|
362
362
|
|
363
|
-
<small>(WhyValidationsSuckIn96::
|
363
|
+
<small>(WhyValidationsSuckIn96::ValidatesNumericality)</small>
|
364
364
|
|
365
365
|
|
366
366
|
|
@@ -368,9 +368,9 @@
|
|
368
368
|
|
369
369
|
<li class="r2 ">
|
370
370
|
|
371
|
-
<a href="WhyValidationsSuckIn96/
|
371
|
+
<a href="WhyValidationsSuckIn96/AttributeBasedValidation.html#validate-instance_method" title="#validate">#validate</a>
|
372
372
|
|
373
|
-
<small>(WhyValidationsSuckIn96::
|
373
|
+
<small>(WhyValidationsSuckIn96::AttributeBasedValidation)</small>
|
374
374
|
|
375
375
|
|
376
376
|
|
@@ -378,9 +378,9 @@
|
|
378
378
|
|
379
379
|
<li class="r1 ">
|
380
380
|
|
381
|
-
<a href="WhyValidationsSuckIn96/
|
381
|
+
<a href="WhyValidationsSuckIn96/ValidatesUniqueness.html#validate-instance_method" title="#validate">#validate</a>
|
382
382
|
|
383
|
-
<small>(WhyValidationsSuckIn96::
|
383
|
+
<small>(WhyValidationsSuckIn96::ValidatesUniqueness)</small>
|
384
384
|
|
385
385
|
|
386
386
|
|
@@ -388,9 +388,9 @@
|
|
388
388
|
|
389
389
|
<li class="r2 ">
|
390
390
|
|
391
|
-
<a href="WhyValidationsSuckIn96/
|
391
|
+
<a href="WhyValidationsSuckIn96/ValidatesPresence.html#validate-instance_method" title="#validate">#validate</a>
|
392
392
|
|
393
|
-
<small>(WhyValidationsSuckIn96::
|
393
|
+
<small>(WhyValidationsSuckIn96::ValidatesPresence)</small>
|
394
394
|
|
395
395
|
|
396
396
|
|
@@ -408,9 +408,9 @@
|
|
408
408
|
|
409
409
|
<li class="r2 ">
|
410
410
|
|
411
|
-
<a href="WhyValidationsSuckIn96/
|
411
|
+
<a href="WhyValidationsSuckIn96/ValidatesInclusion.html#validate-instance_method" title="#validate">#validate</a>
|
412
412
|
|
413
|
-
<small>(WhyValidationsSuckIn96::
|
413
|
+
<small>(WhyValidationsSuckIn96::ValidatesInclusion)</small>
|
414
414
|
|
415
415
|
|
416
416
|
|
@@ -418,9 +418,9 @@
|
|
418
418
|
|
419
419
|
<li class="r1 ">
|
420
420
|
|
421
|
-
<a href="WhyValidationsSuckIn96/
|
421
|
+
<a href="WhyValidationsSuckIn96/ValidatesAcceptance.html#validate-instance_method" title="#validate">#validate</a>
|
422
422
|
|
423
|
-
<small>(WhyValidationsSuckIn96::
|
423
|
+
<small>(WhyValidationsSuckIn96::ValidatesAcceptance)</small>
|
424
424
|
|
425
425
|
|
426
426
|
|
@@ -428,9 +428,9 @@
|
|
428
428
|
|
429
429
|
<li class="r2 ">
|
430
430
|
|
431
|
-
<a href="WhyValidationsSuckIn96/
|
431
|
+
<a href="WhyValidationsSuckIn96/SkippableValidation.html#validate-instance_method" title="#validate">#validate</a>
|
432
432
|
|
433
|
-
<small>(WhyValidationsSuckIn96::
|
433
|
+
<small>(WhyValidationsSuckIn96::SkippableValidation)</small>
|
434
434
|
|
435
435
|
|
436
436
|
|
@@ -438,6 +438,16 @@
|
|
438
438
|
|
439
439
|
<li class="r1 ">
|
440
440
|
|
441
|
+
<a href="WhyValidationsSuckIn96/ValidatesAssociated.html#validate-instance_method" title="#validate">#validate</a>
|
442
|
+
|
443
|
+
<small>(WhyValidationsSuckIn96::ValidatesAssociated)</small>
|
444
|
+
|
445
|
+
|
446
|
+
|
447
|
+
</li>
|
448
|
+
|
449
|
+
<li class="r2 ">
|
450
|
+
|
441
451
|
<a href="WhyValidationsSuckIn96/Validation.html#validates%3F-instance_method" title="#validates?">#validates?</a>
|
442
452
|
|
443
453
|
<small>(WhyValidationsSuckIn96::Validation)</small>
|
@@ -446,7 +456,7 @@
|
|
446
456
|
|
447
457
|
</li>
|
448
458
|
|
449
|
-
<li class="
|
459
|
+
<li class="r1 ">
|
450
460
|
|
451
461
|
<a href="WhyValidationsSuckIn96/ValidationSupport/ClassMethods.html#validation_collection-instance_method" title="#validation_collection">#validation_collection</a>
|
452
462
|
|