activerecord 3.0.6 → 3.0.7.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activerecord might be problematic. Click here for more details.

Files changed (74) hide show
  1. data/CHANGELOG +7 -1
  2. data/lib/active_record.rbc +1825 -0
  3. data/lib/active_record/aggregations.rbc +2173 -0
  4. data/lib/active_record/association_preload.rbc +8379 -0
  5. data/lib/active_record/associations.rbc +25180 -0
  6. data/lib/active_record/associations/association_collection.rbc +11174 -0
  7. data/lib/active_record/associations/association_proxy.rbc +4435 -0
  8. data/lib/active_record/associations/belongs_to_association.rbc +1867 -0
  9. data/lib/active_record/associations/belongs_to_polymorphic_association.rbc +1718 -0
  10. data/lib/active_record/associations/has_many_association.rbc +2553 -0
  11. data/lib/active_record/associations/has_many_through_association.rbc +2381 -0
  12. data/lib/active_record/associations/has_one_association.rbc +2919 -0
  13. data/lib/active_record/associations/through_association_scope.rbc +3411 -0
  14. data/lib/active_record/attribute_methods.rbc +1473 -0
  15. data/lib/active_record/attribute_methods/before_type_cast.rbc +700 -0
  16. data/lib/active_record/attribute_methods/dirty.rbc +1627 -0
  17. data/lib/active_record/attribute_methods/primary_key.rb +6 -0
  18. data/lib/active_record/attribute_methods/primary_key.rbc +1017 -0
  19. data/lib/active_record/attribute_methods/query.rbc +786 -0
  20. data/lib/active_record/attribute_methods/read.rb +5 -3
  21. data/lib/active_record/attribute_methods/read.rbc +2614 -0
  22. data/lib/active_record/attribute_methods/time_zone_conversion.rbc +1148 -0
  23. data/lib/active_record/attribute_methods/write.rbc +998 -0
  24. data/lib/active_record/autosave_association.rbc +4143 -0
  25. data/lib/active_record/base.rb +2 -1
  26. data/lib/active_record/base.rbc +23583 -0
  27. data/lib/active_record/callbacks.rbc +1562 -0
  28. data/lib/active_record/connection_adapters/abstract/connection_pool.rbc +5041 -0
  29. data/lib/active_record/connection_adapters/abstract/connection_specification.rbc +1752 -0
  30. data/lib/active_record/connection_adapters/abstract/database_limits.rbc +877 -0
  31. data/lib/active_record/connection_adapters/abstract/database_statements.rbc +4704 -0
  32. data/lib/active_record/connection_adapters/abstract/query_cache.rbc +1519 -0
  33. data/lib/active_record/connection_adapters/abstract/quoting.rbc +1566 -0
  34. data/lib/active_record/connection_adapters/abstract/schema_definitions.rbc +10452 -0
  35. data/lib/active_record/connection_adapters/abstract/schema_statements.rbc +6987 -0
  36. data/lib/active_record/connection_adapters/abstract_adapter.rbc +2890 -0
  37. data/lib/active_record/connection_adapters/postgresql_adapter.rbc +16913 -0
  38. data/lib/active_record/connection_adapters/sqlite3_adapter.rbc +1265 -0
  39. data/lib/active_record/connection_adapters/sqlite_adapter.rbc +0 -0
  40. data/lib/active_record/counter_cache.rbc +1191 -0
  41. data/lib/active_record/dynamic_finder_match.rbc +1091 -0
  42. data/lib/active_record/dynamic_scope_match.rbc +514 -0
  43. data/lib/active_record/errors.rbc +1077 -0
  44. data/lib/active_record/locking/optimistic.rbc +2281 -0
  45. data/lib/active_record/locking/pessimistic.rbc +384 -0
  46. data/lib/active_record/log_subscriber.rbc +1055 -0
  47. data/lib/active_record/migration.rbc +8513 -0
  48. data/lib/active_record/named_scope.rbc +1347 -0
  49. data/lib/active_record/nested_attributes.rb +1 -0
  50. data/lib/active_record/nested_attributes.rbc +3599 -0
  51. data/lib/active_record/observer.rbc +941 -0
  52. data/lib/active_record/persistence.rbc +3631 -0
  53. data/lib/active_record/query_cache.rbc +760 -0
  54. data/lib/active_record/railtie.rbc +2109 -0
  55. data/lib/active_record/railties/controller_runtime.rbc +838 -0
  56. data/lib/active_record/reflection.rbc +6897 -0
  57. data/lib/active_record/relation.rbc +6006 -0
  58. data/lib/active_record/relation/batches.rb +1 -1
  59. data/lib/active_record/relation/batches.rbc +1078 -0
  60. data/lib/active_record/relation/calculations.rbc +4012 -0
  61. data/lib/active_record/relation/finder_methods.rb +14 -6
  62. data/lib/active_record/relation/finder_methods.rbc +5264 -0
  63. data/lib/active_record/relation/query_methods.rbc +6458 -0
  64. data/lib/active_record/relation/spawn_methods.rbc +3034 -0
  65. data/lib/active_record/serialization.rbc +1302 -0
  66. data/lib/active_record/serializers/xml_serializer.rbc +1866 -0
  67. data/lib/active_record/timestamp.rbc +1354 -0
  68. data/lib/active_record/transactions.rbc +3348 -0
  69. data/lib/active_record/validations.rbc +1597 -0
  70. data/lib/active_record/validations/associated.rbc +681 -0
  71. data/lib/active_record/validations/uniqueness.rbc +1803 -0
  72. data/lib/active_record/version.rb +2 -2
  73. data/lib/active_record/version.rbc +295 -0
  74. metadata +89 -16
@@ -0,0 +1,1597 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 46
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 5
40
+ 7
41
+ 5
42
+ 64
43
+ 47
44
+ 49
45
+ 6
46
+ 1
47
+ 15
48
+ 5
49
+ 7
50
+ 7
51
+ 64
52
+ 47
53
+ 49
54
+ 6
55
+ 1
56
+ 15
57
+ 2
58
+ 11
59
+ I
60
+ 6
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ I
66
+ 0
67
+ n
68
+ p
69
+ 8
70
+ x
71
+ 12
72
+ ActiveRecord
73
+ x
74
+ 11
75
+ open_module
76
+ x
77
+ 15
78
+ __module_init__
79
+ M
80
+ 1
81
+ n
82
+ n
83
+ x
84
+ 12
85
+ ActiveRecord
86
+ i
87
+ 57
88
+ 5
89
+ 66
90
+ 99
91
+ 7
92
+ 0
93
+ 45
94
+ 1
95
+ 2
96
+ 65
97
+ 49
98
+ 3
99
+ 3
100
+ 13
101
+ 99
102
+ 12
103
+ 7
104
+ 4
105
+ 12
106
+ 7
107
+ 5
108
+ 12
109
+ 65
110
+ 12
111
+ 49
112
+ 6
113
+ 4
114
+ 15
115
+ 49
116
+ 4
117
+ 0
118
+ 15
119
+ 99
120
+ 7
121
+ 7
122
+ 65
123
+ 49
124
+ 8
125
+ 2
126
+ 13
127
+ 99
128
+ 12
129
+ 7
130
+ 9
131
+ 12
132
+ 7
133
+ 10
134
+ 12
135
+ 65
136
+ 12
137
+ 49
138
+ 6
139
+ 4
140
+ 15
141
+ 49
142
+ 9
143
+ 0
144
+ 11
145
+ I
146
+ 6
147
+ I
148
+ 0
149
+ I
150
+ 0
151
+ I
152
+ 0
153
+ n
154
+ p
155
+ 11
156
+ x
157
+ 13
158
+ RecordInvalid
159
+ x
160
+ 17
161
+ ActiveRecordError
162
+ n
163
+ x
164
+ 10
165
+ open_class
166
+ x
167
+ 14
168
+ __class_init__
169
+ M
170
+ 1
171
+ n
172
+ n
173
+ x
174
+ 13
175
+ RecordInvalid
176
+ i
177
+ 24
178
+ 5
179
+ 66
180
+ 5
181
+ 7
182
+ 0
183
+ 47
184
+ 49
185
+ 1
186
+ 1
187
+ 15
188
+ 99
189
+ 7
190
+ 2
191
+ 7
192
+ 3
193
+ 65
194
+ 67
195
+ 49
196
+ 4
197
+ 0
198
+ 49
199
+ 5
200
+ 4
201
+ 11
202
+ I
203
+ 5
204
+ I
205
+ 0
206
+ I
207
+ 0
208
+ I
209
+ 0
210
+ n
211
+ p
212
+ 6
213
+ x
214
+ 6
215
+ record
216
+ x
217
+ 11
218
+ attr_reader
219
+ x
220
+ 10
221
+ initialize
222
+ M
223
+ 1
224
+ n
225
+ n
226
+ x
227
+ 10
228
+ initialize
229
+ i
230
+ 52
231
+ 20
232
+ 0
233
+ 38
234
+ 0
235
+ 15
236
+ 39
237
+ 0
238
+ 49
239
+ 1
240
+ 0
241
+ 49
242
+ 2
243
+ 0
244
+ 7
245
+ 3
246
+ 64
247
+ 49
248
+ 4
249
+ 1
250
+ 19
251
+ 1
252
+ 15
253
+ 45
254
+ 5
255
+ 6
256
+ 7
257
+ 7
258
+ 64
259
+ 44
260
+ 43
261
+ 8
262
+ 79
263
+ 49
264
+ 9
265
+ 1
266
+ 13
267
+ 7
268
+ 1
269
+ 20
270
+ 1
271
+ 49
272
+ 10
273
+ 2
274
+ 15
275
+ 49
276
+ 11
277
+ 2
278
+ 54
279
+ 52
280
+ 12
281
+ 1
282
+ 11
283
+ I
284
+ 8
285
+ I
286
+ 2
287
+ I
288
+ 1
289
+ I
290
+ 1
291
+ n
292
+ p
293
+ 13
294
+ x
295
+ 7
296
+ @record
297
+ x
298
+ 6
299
+ errors
300
+ x
301
+ 13
302
+ full_messages
303
+ s
304
+ 2
305
+ ,
306
+ x
307
+ 4
308
+ join
309
+ x
310
+ 4
311
+ I18n
312
+ n
313
+ s
314
+ 43
315
+ activerecord.errors.messages.record_invalid
316
+ x
317
+ 4
318
+ Hash
319
+ x
320
+ 16
321
+ new_from_literal
322
+ x
323
+ 3
324
+ []=
325
+ x
326
+ 1
327
+ t
328
+ x
329
+ 10
330
+ initialize
331
+ p
332
+ 9
333
+ I
334
+ -1
335
+ I
336
+ e
337
+ I
338
+ 0
339
+ I
340
+ f
341
+ I
342
+ 5
343
+ I
344
+ 10
345
+ I
346
+ 16
347
+ I
348
+ 11
349
+ I
350
+ 34
351
+ x
352
+ 82
353
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
354
+ p
355
+ 2
356
+ x
357
+ 6
358
+ record
359
+ x
360
+ 6
361
+ errors
362
+ x
363
+ 17
364
+ method_visibility
365
+ x
366
+ 15
367
+ add_defn_method
368
+ p
369
+ 5
370
+ I
371
+ 2
372
+ I
373
+ d
374
+ I
375
+ a
376
+ I
377
+ e
378
+ I
379
+ 18
380
+ x
381
+ 82
382
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
383
+ p
384
+ 0
385
+ x
386
+ 13
387
+ attach_method
388
+ x
389
+ 11
390
+ Validations
391
+ x
392
+ 11
393
+ open_module
394
+ x
395
+ 15
396
+ __module_init__
397
+ M
398
+ 1
399
+ n
400
+ n
401
+ x
402
+ 11
403
+ Validations
404
+ i
405
+ 110
406
+ 5
407
+ 66
408
+ 5
409
+ 45
410
+ 0
411
+ 1
412
+ 43
413
+ 2
414
+ 47
415
+ 49
416
+ 3
417
+ 1
418
+ 15
419
+ 5
420
+ 45
421
+ 4
422
+ 5
423
+ 43
424
+ 6
425
+ 47
426
+ 49
427
+ 7
428
+ 1
429
+ 15
430
+ 99
431
+ 7
432
+ 8
433
+ 65
434
+ 49
435
+ 9
436
+ 2
437
+ 13
438
+ 99
439
+ 12
440
+ 7
441
+ 10
442
+ 12
443
+ 7
444
+ 11
445
+ 12
446
+ 65
447
+ 12
448
+ 49
449
+ 12
450
+ 4
451
+ 15
452
+ 49
453
+ 10
454
+ 0
455
+ 15
456
+ 99
457
+ 7
458
+ 13
459
+ 7
460
+ 14
461
+ 65
462
+ 67
463
+ 49
464
+ 15
465
+ 0
466
+ 49
467
+ 16
468
+ 4
469
+ 15
470
+ 99
471
+ 7
472
+ 17
473
+ 7
474
+ 18
475
+ 65
476
+ 67
477
+ 49
478
+ 15
479
+ 0
480
+ 49
481
+ 16
482
+ 4
483
+ 15
484
+ 99
485
+ 7
486
+ 19
487
+ 7
488
+ 20
489
+ 65
490
+ 67
491
+ 49
492
+ 15
493
+ 0
494
+ 49
495
+ 16
496
+ 4
497
+ 15
498
+ 5
499
+ 48
500
+ 21
501
+ 15
502
+ 99
503
+ 7
504
+ 22
505
+ 7
506
+ 23
507
+ 65
508
+ 67
509
+ 49
510
+ 15
511
+ 0
512
+ 49
513
+ 16
514
+ 4
515
+ 11
516
+ I
517
+ 6
518
+ I
519
+ 0
520
+ I
521
+ 0
522
+ I
523
+ 0
524
+ n
525
+ p
526
+ 24
527
+ x
528
+ 13
529
+ ActiveSupport
530
+ n
531
+ x
532
+ 7
533
+ Concern
534
+ x
535
+ 6
536
+ extend
537
+ x
538
+ 11
539
+ ActiveModel
540
+ n
541
+ x
542
+ 11
543
+ Validations
544
+ x
545
+ 7
546
+ include
547
+ x
548
+ 12
549
+ ClassMethods
550
+ x
551
+ 11
552
+ open_module
553
+ x
554
+ 15
555
+ __module_init__
556
+ M
557
+ 1
558
+ n
559
+ n
560
+ x
561
+ 12
562
+ ClassMethods
563
+ i
564
+ 16
565
+ 5
566
+ 66
567
+ 99
568
+ 7
569
+ 0
570
+ 7
571
+ 1
572
+ 65
573
+ 67
574
+ 49
575
+ 2
576
+ 0
577
+ 49
578
+ 3
579
+ 4
580
+ 11
581
+ I
582
+ 5
583
+ I
584
+ 0
585
+ I
586
+ 0
587
+ I
588
+ 0
589
+ n
590
+ p
591
+ 4
592
+ x
593
+ 7
594
+ create!
595
+ M
596
+ 1
597
+ n
598
+ n
599
+ x
600
+ 7
601
+ create!
602
+ i
603
+ 81
604
+ 23
605
+ 0
606
+ 10
607
+ 8
608
+ 1
609
+ 19
610
+ 0
611
+ 15
612
+ 95
613
+ 19
614
+ 1
615
+ 15
616
+ 20
617
+ 0
618
+ 45
619
+ 0
620
+ 1
621
+ 49
622
+ 2
623
+ 1
624
+ 9
625
+ 31
626
+ 20
627
+ 0
628
+ 56
629
+ 3
630
+ 50
631
+ 4
632
+ 0
633
+ 8
634
+ 80
635
+ 5
636
+ 13
637
+ 72
638
+ 5
639
+ 47
640
+ 9
641
+ 52
642
+ 47
643
+ 49
644
+ 6
645
+ 0
646
+ 13
647
+ 20
648
+ 0
649
+ 47
650
+ 49
651
+ 7
652
+ 1
653
+ 15
654
+ 8
655
+ 58
656
+ 20
657
+ 0
658
+ 47
659
+ 49
660
+ 5
661
+ 1
662
+ 19
663
+ 2
664
+ 15
665
+ 94
666
+ 9
667
+ 70
668
+ 20
669
+ 2
670
+ 60
671
+ 1
672
+ 8
673
+ 71
674
+ 1
675
+ 15
676
+ 20
677
+ 2
678
+ 49
679
+ 8
680
+ 0
681
+ 15
682
+ 20
683
+ 2
684
+ 11
685
+ I
686
+ 6
687
+ I
688
+ 3
689
+ I
690
+ 0
691
+ I
692
+ 1
693
+ n
694
+ p
695
+ 9
696
+ x
697
+ 5
698
+ Array
699
+ n
700
+ x
701
+ 5
702
+ is_a?
703
+ M
704
+ 1
705
+ p
706
+ 2
707
+ x
708
+ 9
709
+ for_block
710
+ t
711
+ n
712
+ x
713
+ 7
714
+ create!
715
+ i
716
+ 26
717
+ 57
718
+ 19
719
+ 0
720
+ 15
721
+ 5
722
+ 20
723
+ 0
724
+ 21
725
+ 1
726
+ 1
727
+ 13
728
+ 70
729
+ 10
730
+ 21
731
+ 44
732
+ 43
733
+ 0
734
+ 12
735
+ 49
736
+ 1
737
+ 1
738
+ 47
739
+ 50
740
+ 2
741
+ 1
742
+ 11
743
+ I
744
+ 6
745
+ I
746
+ 1
747
+ I
748
+ 1
749
+ I
750
+ 1
751
+ n
752
+ p
753
+ 3
754
+ x
755
+ 4
756
+ Proc
757
+ x
758
+ 14
759
+ __from_block__
760
+ x
761
+ 7
762
+ create!
763
+ p
764
+ 3
765
+ I
766
+ 0
767
+ I
768
+ 1e
769
+ I
770
+ 1a
771
+ x
772
+ 82
773
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
774
+ p
775
+ 1
776
+ x
777
+ 4
778
+ attr
779
+ x
780
+ 7
781
+ collect
782
+ x
783
+ 3
784
+ new
785
+ x
786
+ 8
787
+ allocate
788
+ x
789
+ 10
790
+ initialize
791
+ x
792
+ 5
793
+ save!
794
+ p
795
+ 15
796
+ I
797
+ -1
798
+ I
799
+ 1c
800
+ I
801
+ c
802
+ I
803
+ 1d
804
+ I
805
+ 16
806
+ I
807
+ 1e
808
+ I
809
+ 1f
810
+ I
811
+ 20
812
+ I
813
+ 3d
814
+ I
815
+ 21
816
+ I
817
+ 48
818
+ I
819
+ 22
820
+ I
821
+ 4e
822
+ I
823
+ 23
824
+ I
825
+ 51
826
+ x
827
+ 82
828
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
829
+ p
830
+ 3
831
+ x
832
+ 10
833
+ attributes
834
+ x
835
+ 5
836
+ block
837
+ x
838
+ 6
839
+ object
840
+ x
841
+ 17
842
+ method_visibility
843
+ x
844
+ 15
845
+ add_defn_method
846
+ p
847
+ 3
848
+ I
849
+ 2
850
+ I
851
+ 1c
852
+ I
853
+ 10
854
+ x
855
+ 82
856
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
857
+ p
858
+ 0
859
+ x
860
+ 13
861
+ attach_method
862
+ x
863
+ 4
864
+ save
865
+ M
866
+ 1
867
+ n
868
+ n
869
+ x
870
+ 4
871
+ save
872
+ i
873
+ 30
874
+ 23
875
+ 0
876
+ 10
877
+ 14
878
+ 44
879
+ 43
880
+ 0
881
+ 78
882
+ 49
883
+ 1
884
+ 1
885
+ 19
886
+ 0
887
+ 15
888
+ 5
889
+ 20
890
+ 0
891
+ 47
892
+ 49
893
+ 2
894
+ 1
895
+ 9
896
+ 28
897
+ 54
898
+ 89
899
+ 3
900
+ 8
901
+ 29
902
+ 3
903
+ 11
904
+ I
905
+ 3
906
+ I
907
+ 1
908
+ I
909
+ 0
910
+ I
911
+ 1
912
+ n
913
+ p
914
+ 4
915
+ x
916
+ 4
917
+ Hash
918
+ x
919
+ 16
920
+ new_from_literal
921
+ x
922
+ 19
923
+ perform_validations
924
+ x
925
+ 4
926
+ save
927
+ p
928
+ 5
929
+ I
930
+ -1
931
+ I
932
+ 2a
933
+ I
934
+ e
935
+ I
936
+ 2b
937
+ I
938
+ 1e
939
+ x
940
+ 82
941
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
942
+ p
943
+ 1
944
+ x
945
+ 7
946
+ options
947
+ x
948
+ 17
949
+ method_visibility
950
+ x
951
+ 15
952
+ add_defn_method
953
+ x
954
+ 5
955
+ save!
956
+ M
957
+ 1
958
+ n
959
+ n
960
+ x
961
+ 5
962
+ save!
963
+ i
964
+ 60
965
+ 23
966
+ 0
967
+ 10
968
+ 14
969
+ 44
970
+ 43
971
+ 0
972
+ 78
973
+ 49
974
+ 1
975
+ 1
976
+ 19
977
+ 0
978
+ 15
979
+ 5
980
+ 20
981
+ 0
982
+ 47
983
+ 49
984
+ 2
985
+ 1
986
+ 9
987
+ 28
988
+ 54
989
+ 89
990
+ 3
991
+ 8
992
+ 59
993
+ 5
994
+ 45
995
+ 4
996
+ 5
997
+ 13
998
+ 71
999
+ 6
1000
+ 47
1001
+ 9
1002
+ 51
1003
+ 47
1004
+ 49
1005
+ 7
1006
+ 0
1007
+ 13
1008
+ 5
1009
+ 47
1010
+ 49
1011
+ 8
1012
+ 1
1013
+ 15
1014
+ 8
1015
+ 55
1016
+ 5
1017
+ 49
1018
+ 6
1019
+ 1
1020
+ 47
1021
+ 49
1022
+ 9
1023
+ 1
1024
+ 11
1025
+ I
1026
+ 5
1027
+ I
1028
+ 1
1029
+ I
1030
+ 0
1031
+ I
1032
+ 1
1033
+ n
1034
+ p
1035
+ 10
1036
+ x
1037
+ 4
1038
+ Hash
1039
+ x
1040
+ 16
1041
+ new_from_literal
1042
+ x
1043
+ 19
1044
+ perform_validations
1045
+ x
1046
+ 5
1047
+ save!
1048
+ x
1049
+ 13
1050
+ RecordInvalid
1051
+ n
1052
+ x
1053
+ 3
1054
+ new
1055
+ x
1056
+ 8
1057
+ allocate
1058
+ x
1059
+ 10
1060
+ initialize
1061
+ x
1062
+ 5
1063
+ raise
1064
+ p
1065
+ 5
1066
+ I
1067
+ -1
1068
+ I
1069
+ 30
1070
+ I
1071
+ e
1072
+ I
1073
+ 31
1074
+ I
1075
+ 3c
1076
+ x
1077
+ 82
1078
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
1079
+ p
1080
+ 1
1081
+ x
1082
+ 7
1083
+ options
1084
+ x
1085
+ 6
1086
+ valid?
1087
+ M
1088
+ 1
1089
+ n
1090
+ n
1091
+ x
1092
+ 6
1093
+ valid?
1094
+ i
1095
+ 79
1096
+ 23
1097
+ 0
1098
+ 10
1099
+ 8
1100
+ 1
1101
+ 19
1102
+ 0
1103
+ 15
1104
+ 20
1105
+ 0
1106
+ 13
1107
+ 10
1108
+ 29
1109
+ 15
1110
+ 5
1111
+ 47
1112
+ 49
1113
+ 0
1114
+ 0
1115
+ 9
1116
+ 25
1117
+ 7
1118
+ 1
1119
+ 8
1120
+ 27
1121
+ 7
1122
+ 2
1123
+ 19
1124
+ 0
1125
+ 15
1126
+ 20
1127
+ 0
1128
+ 54
1129
+ 52
1130
+ 3
1131
+ 1
1132
+ 19
1133
+ 1
1134
+ 15
1135
+ 5
1136
+ 7
1137
+ 4
1138
+ 47
1139
+ 49
1140
+ 5
1141
+ 1
1142
+ 15
1143
+ 5
1144
+ 7
1145
+ 6
1146
+ 20
1147
+ 0
1148
+ 47
1149
+ 101
1150
+ 7
1151
+ 63
1152
+ 2
1153
+ 47
1154
+ 49
1155
+ 8
1156
+ 0
1157
+ 47
1158
+ 49
1159
+ 5
1160
+ 1
1161
+ 15
1162
+ 5
1163
+ 48
1164
+ 9
1165
+ 49
1166
+ 10
1167
+ 0
1168
+ 13
1169
+ 9
1170
+ 78
1171
+ 15
1172
+ 20
1173
+ 1
1174
+ 11
1175
+ I
1176
+ 5
1177
+ I
1178
+ 2
1179
+ I
1180
+ 0
1181
+ I
1182
+ 1
1183
+ n
1184
+ p
1185
+ 11
1186
+ x
1187
+ 11
1188
+ new_record?
1189
+ x
1190
+ 6
1191
+ create
1192
+ x
1193
+ 6
1194
+ update
1195
+ x
1196
+ 6
1197
+ valid?
1198
+ x
1199
+ 8
1200
+ validate
1201
+ x
1202
+ 26
1203
+ deprecated_callback_method
1204
+ s
1205
+ 12
1206
+ validate_on_
1207
+ x
1208
+ 4
1209
+ to_s
1210
+ x
1211
+ 6
1212
+ to_sym
1213
+ x
1214
+ 6
1215
+ errors
1216
+ x
1217
+ 6
1218
+ empty?
1219
+ p
1220
+ 13
1221
+ I
1222
+ -1
1223
+ I
1224
+ 35
1225
+ I
1226
+ 8
1227
+ I
1228
+ 36
1229
+ I
1230
+ 1e
1231
+ I
1232
+ 37
1233
+ I
1234
+ 27
1235
+ I
1236
+ 39
1237
+ I
1238
+ 2f
1239
+ I
1240
+ 3a
1241
+ I
1242
+ 42
1243
+ I
1244
+ 3c
1245
+ I
1246
+ 4f
1247
+ x
1248
+ 82
1249
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
1250
+ p
1251
+ 2
1252
+ x
1253
+ 7
1254
+ context
1255
+ x
1256
+ 6
1257
+ output
1258
+ x
1259
+ 9
1260
+ protected
1261
+ x
1262
+ 19
1263
+ perform_validations
1264
+ M
1265
+ 1
1266
+ n
1267
+ n
1268
+ x
1269
+ 19
1270
+ perform_validations
1271
+ i
1272
+ 114
1273
+ 23
1274
+ 0
1275
+ 10
1276
+ 14
1277
+ 44
1278
+ 43
1279
+ 0
1280
+ 78
1281
+ 49
1282
+ 1
1283
+ 1
1284
+ 19
1285
+ 0
1286
+ 15
1287
+ 20
1288
+ 0
1289
+ 13
1290
+ 45
1291
+ 0
1292
+ 2
1293
+ 12
1294
+ 49
1295
+ 3
1296
+ 1
1297
+ 9
1298
+ 45
1299
+ 15
1300
+ 20
1301
+ 0
1302
+ 7
1303
+ 4
1304
+ 49
1305
+ 5
1306
+ 1
1307
+ 3
1308
+ 83
1309
+ 6
1310
+ 10
1311
+ 42
1312
+ 2
1313
+ 8
1314
+ 43
1315
+ 3
1316
+ 8
1317
+ 78
1318
+ 15
1319
+ 45
1320
+ 7
1321
+ 8
1322
+ 43
1323
+ 9
1324
+ 7
1325
+ 10
1326
+ 20
1327
+ 0
1328
+ 47
1329
+ 101
1330
+ 11
1331
+ 7
1332
+ 12
1333
+ 20
1334
+ 0
1335
+ 47
1336
+ 101
1337
+ 11
1338
+ 7
1339
+ 13
1340
+ 63
1341
+ 5
1342
+ 5
1343
+ 48
1344
+ 14
1345
+ 49
1346
+ 15
1347
+ 2
1348
+ 15
1349
+ 20
1350
+ 0
1351
+ 19
1352
+ 1
1353
+ 15
1354
+ 20
1355
+ 1
1356
+ 9
1357
+ 112
1358
+ 5
1359
+ 20
1360
+ 0
1361
+ 45
1362
+ 0
1363
+ 16
1364
+ 49
1365
+ 17
1366
+ 1
1367
+ 9
1368
+ 105
1369
+ 20
1370
+ 0
1371
+ 7
1372
+ 18
1373
+ 49
1374
+ 5
1375
+ 1
1376
+ 8
1377
+ 106
1378
+ 1
1379
+ 47
1380
+ 49
1381
+ 19
1382
+ 1
1383
+ 8
1384
+ 113
1385
+ 2
1386
+ 11
1387
+ I
1388
+ 8
1389
+ I
1390
+ 2
1391
+ I
1392
+ 0
1393
+ I
1394
+ 1
1395
+ n
1396
+ p
1397
+ 20
1398
+ x
1399
+ 4
1400
+ Hash
1401
+ x
1402
+ 16
1403
+ new_from_literal
1404
+ n
1405
+ x
1406
+ 3
1407
+ ===
1408
+ x
1409
+ 8
1410
+ validate
1411
+ x
1412
+ 2
1413
+ []
1414
+ x
1415
+ 2
1416
+ ==
1417
+ x
1418
+ 13
1419
+ ActiveSupport
1420
+ n
1421
+ x
1422
+ 11
1423
+ Deprecation
1424
+ s
1425
+ 5
1426
+ save(
1427
+ x
1428
+ 4
1429
+ to_s
1430
+ s
1431
+ 47
1432
+ ) is deprecated, please give save(:validate =>
1433
+ s
1434
+ 9
1435
+ ) instead
1436
+ x
1437
+ 6
1438
+ caller
1439
+ x
1440
+ 4
1441
+ warn
1442
+ n
1443
+ x
1444
+ 5
1445
+ is_a?
1446
+ x
1447
+ 7
1448
+ context
1449
+ x
1450
+ 6
1451
+ valid?
1452
+ p
1453
+ 21
1454
+ I
1455
+ -1
1456
+ I
1457
+ 41
1458
+ I
1459
+ e
1460
+ I
1461
+ 42
1462
+ I
1463
+ 10
1464
+ I
1465
+ 43
1466
+ I
1467
+ 1b
1468
+ I
1469
+ 44
1470
+ I
1471
+ 2e
1472
+ I
1473
+ 46
1474
+ I
1475
+ 4c
1476
+ I
1477
+ 47
1478
+ I
1479
+ 4e
1480
+ I
1481
+ 42
1482
+ I
1483
+ 51
1484
+ I
1485
+ 4a
1486
+ I
1487
+ 55
1488
+ I
1489
+ 4b
1490
+ I
1491
+ 70
1492
+ I
1493
+ 4d
1494
+ I
1495
+ 72
1496
+ x
1497
+ 82
1498
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
1499
+ p
1500
+ 2
1501
+ x
1502
+ 7
1503
+ options
1504
+ x
1505
+ 18
1506
+ perform_validation
1507
+ p
1508
+ 17
1509
+ I
1510
+ 2
1511
+ I
1512
+ 16
1513
+ I
1514
+ d
1515
+ I
1516
+ 17
1517
+ I
1518
+ 18
1519
+ I
1520
+ 19
1521
+ I
1522
+ 32
1523
+ I
1524
+ 2a
1525
+ I
1526
+ 40
1527
+ I
1528
+ 30
1529
+ I
1530
+ 4e
1531
+ I
1532
+ 35
1533
+ I
1534
+ 5c
1535
+ I
1536
+ 3f
1537
+ I
1538
+ 60
1539
+ I
1540
+ 41
1541
+ I
1542
+ 6e
1543
+ x
1544
+ 82
1545
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
1546
+ p
1547
+ 0
1548
+ p
1549
+ 5
1550
+ I
1551
+ 2
1552
+ I
1553
+ c
1554
+ I
1555
+ 1f
1556
+ I
1557
+ 15
1558
+ I
1559
+ 39
1560
+ x
1561
+ 82
1562
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
1563
+ p
1564
+ 0
1565
+ x
1566
+ 13
1567
+ attach_method
1568
+ s
1569
+ 36
1570
+ active_record/validations/associated
1571
+ x
1572
+ 7
1573
+ require
1574
+ s
1575
+ 36
1576
+ active_record/validations/uniqueness
1577
+ p
1578
+ 7
1579
+ I
1580
+ 0
1581
+ I
1582
+ 1
1583
+ I
1584
+ 1a
1585
+ I
1586
+ 53
1587
+ I
1588
+ 23
1589
+ I
1590
+ 54
1591
+ I
1592
+ 2e
1593
+ x
1594
+ 82
1595
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/validations.rb
1596
+ p
1597
+ 0