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,2553 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
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
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 12
54
+ ActiveRecord
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 12
67
+ ActiveRecord
68
+ i
69
+ 28
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 65
76
+ 49
77
+ 1
78
+ 2
79
+ 13
80
+ 99
81
+ 12
82
+ 7
83
+ 2
84
+ 12
85
+ 7
86
+ 3
87
+ 12
88
+ 65
89
+ 12
90
+ 49
91
+ 4
92
+ 4
93
+ 15
94
+ 49
95
+ 2
96
+ 0
97
+ 11
98
+ I
99
+ 6
100
+ I
101
+ 0
102
+ I
103
+ 0
104
+ I
105
+ 0
106
+ n
107
+ p
108
+ 5
109
+ x
110
+ 12
111
+ Associations
112
+ x
113
+ 11
114
+ open_module
115
+ x
116
+ 15
117
+ __module_init__
118
+ M
119
+ 1
120
+ n
121
+ n
122
+ x
123
+ 12
124
+ Associations
125
+ i
126
+ 31
127
+ 5
128
+ 66
129
+ 99
130
+ 7
131
+ 0
132
+ 45
133
+ 1
134
+ 2
135
+ 65
136
+ 49
137
+ 3
138
+ 3
139
+ 13
140
+ 99
141
+ 12
142
+ 7
143
+ 4
144
+ 12
145
+ 7
146
+ 5
147
+ 12
148
+ 65
149
+ 12
150
+ 49
151
+ 6
152
+ 4
153
+ 15
154
+ 49
155
+ 4
156
+ 0
157
+ 11
158
+ I
159
+ 6
160
+ I
161
+ 0
162
+ I
163
+ 0
164
+ I
165
+ 0
166
+ n
167
+ p
168
+ 7
169
+ x
170
+ 18
171
+ HasManyAssociation
172
+ x
173
+ 21
174
+ AssociationCollection
175
+ n
176
+ x
177
+ 10
178
+ open_class
179
+ x
180
+ 14
181
+ __class_init__
182
+ M
183
+ 1
184
+ n
185
+ n
186
+ x
187
+ 18
188
+ HasManyAssociation
189
+ i
190
+ 160
191
+ 5
192
+ 66
193
+ 99
194
+ 7
195
+ 0
196
+ 7
197
+ 1
198
+ 65
199
+ 67
200
+ 49
201
+ 2
202
+ 0
203
+ 49
204
+ 3
205
+ 4
206
+ 15
207
+ 5
208
+ 48
209
+ 4
210
+ 15
211
+ 99
212
+ 7
213
+ 5
214
+ 7
215
+ 6
216
+ 65
217
+ 67
218
+ 49
219
+ 2
220
+ 0
221
+ 49
222
+ 3
223
+ 4
224
+ 15
225
+ 99
226
+ 7
227
+ 7
228
+ 7
229
+ 8
230
+ 65
231
+ 67
232
+ 49
233
+ 2
234
+ 0
235
+ 49
236
+ 3
237
+ 4
238
+ 15
239
+ 99
240
+ 7
241
+ 9
242
+ 7
243
+ 10
244
+ 65
245
+ 67
246
+ 49
247
+ 2
248
+ 0
249
+ 49
250
+ 3
251
+ 4
252
+ 15
253
+ 99
254
+ 7
255
+ 11
256
+ 7
257
+ 12
258
+ 65
259
+ 67
260
+ 49
261
+ 2
262
+ 0
263
+ 49
264
+ 3
265
+ 4
266
+ 15
267
+ 99
268
+ 7
269
+ 13
270
+ 7
271
+ 14
272
+ 65
273
+ 67
274
+ 49
275
+ 2
276
+ 0
277
+ 49
278
+ 3
279
+ 4
280
+ 15
281
+ 99
282
+ 7
283
+ 15
284
+ 7
285
+ 16
286
+ 65
287
+ 67
288
+ 49
289
+ 2
290
+ 0
291
+ 49
292
+ 3
293
+ 4
294
+ 15
295
+ 99
296
+ 7
297
+ 17
298
+ 7
299
+ 18
300
+ 65
301
+ 67
302
+ 49
303
+ 2
304
+ 0
305
+ 49
306
+ 3
307
+ 4
308
+ 15
309
+ 99
310
+ 7
311
+ 19
312
+ 7
313
+ 20
314
+ 65
315
+ 67
316
+ 49
317
+ 2
318
+ 0
319
+ 49
320
+ 3
321
+ 4
322
+ 15
323
+ 99
324
+ 7
325
+ 21
326
+ 7
327
+ 22
328
+ 65
329
+ 67
330
+ 49
331
+ 2
332
+ 0
333
+ 49
334
+ 3
335
+ 4
336
+ 15
337
+ 99
338
+ 7
339
+ 23
340
+ 7
341
+ 24
342
+ 65
343
+ 67
344
+ 49
345
+ 2
346
+ 0
347
+ 49
348
+ 3
349
+ 4
350
+ 11
351
+ I
352
+ 5
353
+ I
354
+ 0
355
+ I
356
+ 0
357
+ I
358
+ 0
359
+ n
360
+ p
361
+ 25
362
+ x
363
+ 10
364
+ initialize
365
+ M
366
+ 1
367
+ n
368
+ n
369
+ x
370
+ 10
371
+ initialize
372
+ i
373
+ 8
374
+ 1
375
+ 38
376
+ 0
377
+ 15
378
+ 54
379
+ 89
380
+ 1
381
+ 11
382
+ I
383
+ 3
384
+ I
385
+ 2
386
+ I
387
+ 2
388
+ I
389
+ 2
390
+ n
391
+ p
392
+ 2
393
+ x
394
+ 11
395
+ @finder_sql
396
+ x
397
+ 10
398
+ initialize
399
+ p
400
+ 7
401
+ I
402
+ -1
403
+ I
404
+ 9
405
+ I
406
+ 0
407
+ I
408
+ a
409
+ I
410
+ 4
411
+ I
412
+ b
413
+ I
414
+ 8
415
+ x
416
+ 104
417
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
418
+ p
419
+ 2
420
+ x
421
+ 5
422
+ owner
423
+ x
424
+ 10
425
+ reflection
426
+ x
427
+ 17
428
+ method_visibility
429
+ x
430
+ 15
431
+ add_defn_method
432
+ x
433
+ 9
434
+ protected
435
+ x
436
+ 15
437
+ owner_quoted_id
438
+ M
439
+ 1
440
+ n
441
+ n
442
+ x
443
+ 15
444
+ owner_quoted_id
445
+ i
446
+ 40
447
+ 39
448
+ 0
449
+ 49
450
+ 1
451
+ 0
452
+ 7
453
+ 2
454
+ 49
455
+ 3
456
+ 1
457
+ 9
458
+ 34
459
+ 5
460
+ 39
461
+ 4
462
+ 39
463
+ 0
464
+ 49
465
+ 1
466
+ 0
467
+ 7
468
+ 2
469
+ 49
470
+ 3
471
+ 1
472
+ 49
473
+ 5
474
+ 1
475
+ 47
476
+ 49
477
+ 6
478
+ 1
479
+ 8
480
+ 39
481
+ 39
482
+ 4
483
+ 49
484
+ 7
485
+ 0
486
+ 11
487
+ I
488
+ 4
489
+ I
490
+ 0
491
+ I
492
+ 0
493
+ I
494
+ 0
495
+ n
496
+ p
497
+ 8
498
+ x
499
+ 11
500
+ @reflection
501
+ x
502
+ 7
503
+ options
504
+ x
505
+ 11
506
+ primary_key
507
+ x
508
+ 2
509
+ []
510
+ x
511
+ 6
512
+ @owner
513
+ x
514
+ 4
515
+ send
516
+ x
517
+ 11
518
+ quote_value
519
+ x
520
+ 9
521
+ quoted_id
522
+ p
523
+ 9
524
+ I
525
+ -1
526
+ I
527
+ e
528
+ I
529
+ 0
530
+ I
531
+ f
532
+ I
533
+ c
534
+ I
535
+ 10
536
+ I
537
+ 22
538
+ I
539
+ 12
540
+ I
541
+ 28
542
+ x
543
+ 104
544
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
545
+ p
546
+ 0
547
+ x
548
+ 13
549
+ count_records
550
+ M
551
+ 1
552
+ n
553
+ n
554
+ x
555
+ 13
556
+ count_records
557
+ i
558
+ 168
559
+ 5
560
+ 47
561
+ 49
562
+ 0
563
+ 0
564
+ 9
565
+ 19
566
+ 39
567
+ 1
568
+ 7
569
+ 2
570
+ 5
571
+ 48
572
+ 3
573
+ 49
574
+ 4
575
+ 2
576
+ 8
577
+ 98
578
+ 39
579
+ 5
580
+ 49
581
+ 6
582
+ 0
583
+ 7
584
+ 7
585
+ 49
586
+ 8
587
+ 1
588
+ 13
589
+ 10
590
+ 43
591
+ 15
592
+ 39
593
+ 5
594
+ 49
595
+ 6
596
+ 0
597
+ 7
598
+ 9
599
+ 49
600
+ 8
601
+ 1
602
+ 9
603
+ 57
604
+ 39
605
+ 5
606
+ 49
607
+ 10
608
+ 0
609
+ 39
610
+ 11
611
+ 49
612
+ 12
613
+ 1
614
+ 8
615
+ 98
616
+ 39
617
+ 5
618
+ 49
619
+ 10
620
+ 0
621
+ 44
622
+ 43
623
+ 13
624
+ 80
625
+ 49
626
+ 14
627
+ 1
628
+ 13
629
+ 7
630
+ 15
631
+ 39
632
+ 11
633
+ 49
634
+ 16
635
+ 2
636
+ 15
637
+ 13
638
+ 7
639
+ 17
640
+ 39
641
+ 5
642
+ 49
643
+ 6
644
+ 0
645
+ 7
646
+ 17
647
+ 49
648
+ 8
649
+ 1
650
+ 49
651
+ 16
652
+ 2
653
+ 15
654
+ 49
655
+ 18
656
+ 1
657
+ 19
658
+ 0
659
+ 15
660
+ 20
661
+ 0
662
+ 78
663
+ 83
664
+ 19
665
+ 9
666
+ 127
667
+ 39
668
+ 20
669
+ 13
670
+ 10
671
+ 118
672
+ 15
673
+ 35
674
+ 0
675
+ 38
676
+ 20
677
+ 13
678
+ 9
679
+ 125
680
+ 15
681
+ 5
682
+ 48
683
+ 21
684
+ 8
685
+ 128
686
+ 1
687
+ 15
688
+ 39
689
+ 5
690
+ 49
691
+ 6
692
+ 0
693
+ 7
694
+ 22
695
+ 49
696
+ 8
697
+ 1
698
+ 9
699
+ 162
700
+ 39
701
+ 5
702
+ 49
703
+ 6
704
+ 0
705
+ 7
706
+ 22
707
+ 49
708
+ 8
709
+ 1
710
+ 20
711
+ 0
712
+ 35
713
+ 2
714
+ 49
715
+ 23
716
+ 0
717
+ 19
718
+ 0
719
+ 8
720
+ 163
721
+ 1
722
+ 15
723
+ 20
724
+ 0
725
+ 11
726
+ 11
727
+ I
728
+ 7
729
+ I
730
+ 1
731
+ I
732
+ 0
733
+ I
734
+ 0
735
+ n
736
+ p
737
+ 24
738
+ x
739
+ 19
740
+ has_cached_counter?
741
+ x
742
+ 6
743
+ @owner
744
+ x
745
+ 14
746
+ read_attribute
747
+ x
748
+ 29
749
+ cached_counter_attribute_name
750
+ x
751
+ 4
752
+ send
753
+ x
754
+ 11
755
+ @reflection
756
+ x
757
+ 7
758
+ options
759
+ x
760
+ 10
761
+ finder_sql
762
+ x
763
+ 2
764
+ []
765
+ x
766
+ 11
767
+ counter_sql
768
+ x
769
+ 5
770
+ klass
771
+ x
772
+ 12
773
+ @counter_sql
774
+ x
775
+ 12
776
+ count_by_sql
777
+ x
778
+ 4
779
+ Hash
780
+ x
781
+ 16
782
+ new_from_literal
783
+ x
784
+ 10
785
+ conditions
786
+ x
787
+ 3
788
+ []=
789
+ x
790
+ 7
791
+ include
792
+ x
793
+ 5
794
+ count
795
+ x
796
+ 2
797
+ ==
798
+ x
799
+ 7
800
+ @target
801
+ x
802
+ 6
803
+ loaded
804
+ x
805
+ 5
806
+ limit
807
+ x
808
+ 3
809
+ min
810
+ p
811
+ 25
812
+ I
813
+ -1
814
+ I
815
+ 23
816
+ I
817
+ 0
818
+ I
819
+ 24
820
+ I
821
+ 7
822
+ I
823
+ 25
824
+ I
825
+ 13
826
+ I
827
+ 26
828
+ I
829
+ 2d
830
+ I
831
+ 27
832
+ I
833
+ 39
834
+ I
835
+ 29
836
+ I
837
+ 62
838
+ I
839
+ 24
840
+ I
841
+ 65
842
+ I
843
+ 2f
844
+ I
845
+ 81
846
+ I
847
+ 31
848
+ I
849
+ 8d
850
+ I
851
+ 32
852
+ I
853
+ a2
854
+ I
855
+ 31
856
+ I
857
+ a4
858
+ I
859
+ 35
860
+ I
861
+ a8
862
+ x
863
+ 104
864
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
865
+ p
866
+ 1
867
+ x
868
+ 5
869
+ count
870
+ x
871
+ 19
872
+ has_cached_counter?
873
+ M
874
+ 1
875
+ n
876
+ n
877
+ x
878
+ 19
879
+ has_cached_counter?
880
+ i
881
+ 9
882
+ 39
883
+ 0
884
+ 5
885
+ 48
886
+ 1
887
+ 49
888
+ 2
889
+ 1
890
+ 11
891
+ I
892
+ 2
893
+ I
894
+ 0
895
+ I
896
+ 0
897
+ I
898
+ 0
899
+ n
900
+ p
901
+ 3
902
+ x
903
+ 6
904
+ @owner
905
+ x
906
+ 29
907
+ cached_counter_attribute_name
908
+ x
909
+ 18
910
+ attribute_present?
911
+ p
912
+ 5
913
+ I
914
+ -1
915
+ I
916
+ 38
917
+ I
918
+ 0
919
+ I
920
+ 39
921
+ I
922
+ 9
923
+ x
924
+ 104
925
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
926
+ p
927
+ 0
928
+ x
929
+ 29
930
+ cached_counter_attribute_name
931
+ M
932
+ 1
933
+ n
934
+ n
935
+ x
936
+ 29
937
+ cached_counter_attribute_name
938
+ i
939
+ 13
940
+ 39
941
+ 0
942
+ 49
943
+ 1
944
+ 0
945
+ 47
946
+ 101
947
+ 2
948
+ 7
949
+ 3
950
+ 63
951
+ 2
952
+ 11
953
+ I
954
+ 2
955
+ I
956
+ 0
957
+ I
958
+ 0
959
+ I
960
+ 0
961
+ n
962
+ p
963
+ 4
964
+ x
965
+ 11
966
+ @reflection
967
+ x
968
+ 4
969
+ name
970
+ x
971
+ 4
972
+ to_s
973
+ s
974
+ 6
975
+ _count
976
+ p
977
+ 5
978
+ I
979
+ -1
980
+ I
981
+ 3c
982
+ I
983
+ 0
984
+ I
985
+ 3d
986
+ I
987
+ d
988
+ x
989
+ 104
990
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
991
+ p
992
+ 0
993
+ x
994
+ 13
995
+ insert_record
996
+ M
997
+ 1
998
+ n
999
+ n
1000
+ x
1001
+ 13
1002
+ insert_record
1003
+ i
1004
+ 57
1005
+ 23
1006
+ 1
1007
+ 10
1008
+ 8
1009
+ 3
1010
+ 19
1011
+ 1
1012
+ 15
1013
+ 23
1014
+ 2
1015
+ 10
1016
+ 16
1017
+ 2
1018
+ 19
1019
+ 2
1020
+ 15
1021
+ 5
1022
+ 20
1023
+ 0
1024
+ 47
1025
+ 49
1026
+ 0
1027
+ 1
1028
+ 15
1029
+ 20
1030
+ 1
1031
+ 9
1032
+ 35
1033
+ 20
1034
+ 0
1035
+ 49
1036
+ 1
1037
+ 0
1038
+ 8
1039
+ 56
1040
+ 20
1041
+ 0
1042
+ 44
1043
+ 43
1044
+ 2
1045
+ 79
1046
+ 49
1047
+ 3
1048
+ 1
1049
+ 13
1050
+ 7
1051
+ 4
1052
+ 20
1053
+ 2
1054
+ 49
1055
+ 5
1056
+ 2
1057
+ 15
1058
+ 49
1059
+ 6
1060
+ 1
1061
+ 11
1062
+ I
1063
+ 8
1064
+ I
1065
+ 3
1066
+ I
1067
+ 1
1068
+ I
1069
+ 3
1070
+ n
1071
+ p
1072
+ 7
1073
+ x
1074
+ 30
1075
+ set_belongs_to_association_for
1076
+ x
1077
+ 5
1078
+ save!
1079
+ x
1080
+ 4
1081
+ Hash
1082
+ x
1083
+ 16
1084
+ new_from_literal
1085
+ x
1086
+ 8
1087
+ validate
1088
+ x
1089
+ 3
1090
+ []=
1091
+ x
1092
+ 4
1093
+ save
1094
+ p
1095
+ 7
1096
+ I
1097
+ -1
1098
+ I
1099
+ 40
1100
+ I
1101
+ 10
1102
+ I
1103
+ 41
1104
+ I
1105
+ 18
1106
+ I
1107
+ 42
1108
+ I
1109
+ 39
1110
+ x
1111
+ 104
1112
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
1113
+ p
1114
+ 3
1115
+ x
1116
+ 6
1117
+ record
1118
+ x
1119
+ 5
1120
+ force
1121
+ x
1122
+ 8
1123
+ validate
1124
+ x
1125
+ 14
1126
+ delete_records
1127
+ M
1128
+ 1
1129
+ n
1130
+ n
1131
+ x
1132
+ 14
1133
+ delete_records
1134
+ i
1135
+ 219
1136
+ 39
1137
+ 0
1138
+ 49
1139
+ 1
1140
+ 0
1141
+ 7
1142
+ 2
1143
+ 49
1144
+ 3
1145
+ 1
1146
+ 13
1147
+ 7
1148
+ 4
1149
+ 12
1150
+ 49
1151
+ 5
1152
+ 1
1153
+ 9
1154
+ 29
1155
+ 15
1156
+ 20
1157
+ 0
1158
+ 56
1159
+ 6
1160
+ 50
1161
+ 7
1162
+ 0
1163
+ 8
1164
+ 218
1165
+ 13
1166
+ 7
1167
+ 8
1168
+ 12
1169
+ 49
1170
+ 5
1171
+ 1
1172
+ 9
1173
+ 56
1174
+ 15
1175
+ 39
1176
+ 0
1177
+ 49
1178
+ 9
1179
+ 0
1180
+ 20
1181
+ 0
1182
+ 56
1183
+ 10
1184
+ 50
1185
+ 11
1186
+ 0
1187
+ 49
1188
+ 12
1189
+ 1
1190
+ 8
1191
+ 218
1192
+ 15
1193
+ 45
1194
+ 13
1195
+ 14
1196
+ 43
1197
+ 15
1198
+ 13
1199
+ 71
1200
+ 16
1201
+ 47
1202
+ 9
1203
+ 85
1204
+ 47
1205
+ 49
1206
+ 17
1207
+ 0
1208
+ 13
1209
+ 39
1210
+ 0
1211
+ 49
1212
+ 18
1213
+ 0
1214
+ 47
1215
+ 49
1216
+ 19
1217
+ 1
1218
+ 15
1219
+ 8
1220
+ 93
1221
+ 39
1222
+ 0
1223
+ 49
1224
+ 18
1225
+ 0
1226
+ 49
1227
+ 16
1228
+ 1
1229
+ 19
1230
+ 1
1231
+ 15
1232
+ 20
1233
+ 1
1234
+ 20
1235
+ 1
1236
+ 39
1237
+ 0
1238
+ 49
1239
+ 20
1240
+ 0
1241
+ 49
1242
+ 3
1243
+ 1
1244
+ 39
1245
+ 21
1246
+ 49
1247
+ 22
1248
+ 0
1249
+ 49
1250
+ 23
1251
+ 1
1252
+ 20
1253
+ 1
1254
+ 39
1255
+ 0
1256
+ 49
1257
+ 9
1258
+ 0
1259
+ 49
1260
+ 24
1261
+ 0
1262
+ 49
1263
+ 3
1264
+ 1
1265
+ 20
1266
+ 0
1267
+ 56
1268
+ 25
1269
+ 50
1270
+ 11
1271
+ 0
1272
+ 49
1273
+ 26
1274
+ 1
1275
+ 49
1276
+ 27
1277
+ 1
1278
+ 49
1279
+ 28
1280
+ 1
1281
+ 44
1282
+ 43
1283
+ 29
1284
+ 79
1285
+ 49
1286
+ 30
1287
+ 1
1288
+ 13
1289
+ 20
1290
+ 1
1291
+ 39
1292
+ 0
1293
+ 49
1294
+ 20
1295
+ 0
1296
+ 49
1297
+ 3
1298
+ 1
1299
+ 1
1300
+ 49
1301
+ 31
1302
+ 2
1303
+ 15
1304
+ 49
1305
+ 32
1306
+ 1
1307
+ 15
1308
+ 5
1309
+ 47
1310
+ 49
1311
+ 33
1312
+ 0
1313
+ 9
1314
+ 217
1315
+ 39
1316
+ 21
1317
+ 49
1318
+ 34
1319
+ 0
1320
+ 39
1321
+ 21
1322
+ 49
1323
+ 22
1324
+ 0
1325
+ 44
1326
+ 43
1327
+ 29
1328
+ 79
1329
+ 49
1330
+ 30
1331
+ 1
1332
+ 13
1333
+ 5
1334
+ 48
1335
+ 35
1336
+ 20
1337
+ 0
1338
+ 49
1339
+ 36
1340
+ 0
1341
+ 49
1342
+ 37
1343
+ 0
1344
+ 49
1345
+ 31
1346
+ 2
1347
+ 15
1348
+ 49
1349
+ 38
1350
+ 2
1351
+ 8
1352
+ 218
1353
+ 1
1354
+ 11
1355
+ I
1356
+ 8
1357
+ I
1358
+ 2
1359
+ I
1360
+ 1
1361
+ I
1362
+ 1
1363
+ n
1364
+ p
1365
+ 39
1366
+ x
1367
+ 11
1368
+ @reflection
1369
+ x
1370
+ 7
1371
+ options
1372
+ x
1373
+ 9
1374
+ dependent
1375
+ x
1376
+ 2
1377
+ []
1378
+ x
1379
+ 7
1380
+ destroy
1381
+ x
1382
+ 3
1383
+ ===
1384
+ M
1385
+ 1
1386
+ p
1387
+ 2
1388
+ x
1389
+ 9
1390
+ for_block
1391
+ t
1392
+ n
1393
+ x
1394
+ 14
1395
+ delete_records
1396
+ i
1397
+ 10
1398
+ 57
1399
+ 19
1400
+ 0
1401
+ 15
1402
+ 20
1403
+ 0
1404
+ 49
1405
+ 0
1406
+ 0
1407
+ 11
1408
+ I
1409
+ 3
1410
+ I
1411
+ 1
1412
+ I
1413
+ 1
1414
+ I
1415
+ 1
1416
+ n
1417
+ p
1418
+ 1
1419
+ x
1420
+ 7
1421
+ destroy
1422
+ p
1423
+ 3
1424
+ I
1425
+ 0
1426
+ I
1427
+ 49
1428
+ I
1429
+ a
1430
+ x
1431
+ 104
1432
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
1433
+ p
1434
+ 1
1435
+ x
1436
+ 1
1437
+ r
1438
+ x
1439
+ 4
1440
+ each
1441
+ x
1442
+ 10
1443
+ delete_all
1444
+ x
1445
+ 5
1446
+ klass
1447
+ M
1448
+ 1
1449
+ p
1450
+ 2
1451
+ x
1452
+ 9
1453
+ for_block
1454
+ t
1455
+ n
1456
+ x
1457
+ 14
1458
+ delete_records
1459
+ i
1460
+ 10
1461
+ 57
1462
+ 19
1463
+ 0
1464
+ 15
1465
+ 20
1466
+ 0
1467
+ 49
1468
+ 0
1469
+ 0
1470
+ 11
1471
+ I
1472
+ 3
1473
+ I
1474
+ 1
1475
+ I
1476
+ 1
1477
+ I
1478
+ 1
1479
+ n
1480
+ p
1481
+ 1
1482
+ x
1483
+ 2
1484
+ id
1485
+ p
1486
+ 3
1487
+ I
1488
+ 0
1489
+ I
1490
+ 4b
1491
+ I
1492
+ a
1493
+ x
1494
+ 104
1495
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
1496
+ p
1497
+ 1
1498
+ x
1499
+ 6
1500
+ record
1501
+ x
1502
+ 3
1503
+ map
1504
+ x
1505
+ 6
1506
+ delete
1507
+ x
1508
+ 4
1509
+ Arel
1510
+ n
1511
+ x
1512
+ 5
1513
+ Table
1514
+ x
1515
+ 3
1516
+ new
1517
+ x
1518
+ 8
1519
+ allocate
1520
+ x
1521
+ 10
1522
+ table_name
1523
+ x
1524
+ 10
1525
+ initialize
1526
+ x
1527
+ 16
1528
+ primary_key_name
1529
+ x
1530
+ 6
1531
+ @owner
1532
+ x
1533
+ 2
1534
+ id
1535
+ x
1536
+ 2
1537
+ eq
1538
+ x
1539
+ 11
1540
+ primary_key
1541
+ M
1542
+ 1
1543
+ p
1544
+ 2
1545
+ x
1546
+ 9
1547
+ for_block
1548
+ t
1549
+ n
1550
+ x
1551
+ 14
1552
+ delete_records
1553
+ i
1554
+ 10
1555
+ 57
1556
+ 19
1557
+ 0
1558
+ 15
1559
+ 20
1560
+ 0
1561
+ 49
1562
+ 0
1563
+ 0
1564
+ 11
1565
+ I
1566
+ 3
1567
+ I
1568
+ 1
1569
+ I
1570
+ 1
1571
+ I
1572
+ 1
1573
+ n
1574
+ p
1575
+ 1
1576
+ x
1577
+ 2
1578
+ id
1579
+ p
1580
+ 3
1581
+ I
1582
+ 0
1583
+ I
1584
+ 4f
1585
+ I
1586
+ a
1587
+ x
1588
+ 104
1589
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
1590
+ p
1591
+ 1
1592
+ x
1593
+ 1
1594
+ r
1595
+ x
1596
+ 2
1597
+ in
1598
+ x
1599
+ 3
1600
+ and
1601
+ x
1602
+ 5
1603
+ where
1604
+ x
1605
+ 4
1606
+ Hash
1607
+ x
1608
+ 16
1609
+ new_from_literal
1610
+ x
1611
+ 3
1612
+ []=
1613
+ x
1614
+ 6
1615
+ update
1616
+ x
1617
+ 19
1618
+ has_cached_counter?
1619
+ x
1620
+ 5
1621
+ class
1622
+ x
1623
+ 29
1624
+ cached_counter_attribute_name
1625
+ x
1626
+ 4
1627
+ size
1628
+ x
1629
+ 2
1630
+ -@
1631
+ x
1632
+ 15
1633
+ update_counters
1634
+ p
1635
+ 27
1636
+ I
1637
+ -1
1638
+ I
1639
+ 46
1640
+ I
1641
+ 0
1642
+ I
1643
+ 47
1644
+ I
1645
+ a
1646
+ I
1647
+ 48
1648
+ I
1649
+ 14
1650
+ I
1651
+ 49
1652
+ I
1653
+ 1d
1654
+ I
1655
+ 4a
1656
+ I
1657
+ 27
1658
+ I
1659
+ 4b
1660
+ I
1661
+ 39
1662
+ I
1663
+ 4d
1664
+ I
1665
+ 60
1666
+ I
1667
+ 4e
1668
+ I
1669
+ 74
1670
+ I
1671
+ 4f
1672
+ I
1673
+ 8b
1674
+ I
1675
+ 4e
1676
+ I
1677
+ 91
1678
+ I
1679
+ 50
1680
+ I
1681
+ a8
1682
+ I
1683
+ 4e
1684
+ I
1685
+ ac
1686
+ I
1687
+ 52
1688
+ I
1689
+ db
1690
+ x
1691
+ 104
1692
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
1693
+ p
1694
+ 2
1695
+ x
1696
+ 7
1697
+ records
1698
+ x
1699
+ 8
1700
+ relation
1701
+ x
1702
+ 16
1703
+ target_obsolete?
1704
+ M
1705
+ 1
1706
+ n
1707
+ n
1708
+ x
1709
+ 16
1710
+ target_obsolete?
1711
+ i
1712
+ 2
1713
+ 3
1714
+ 11
1715
+ I
1716
+ 1
1717
+ I
1718
+ 0
1719
+ I
1720
+ 0
1721
+ I
1722
+ 0
1723
+ n
1724
+ p
1725
+ 0
1726
+ p
1727
+ 5
1728
+ I
1729
+ -1
1730
+ I
1731
+ 56
1732
+ I
1733
+ 0
1734
+ I
1735
+ 57
1736
+ I
1737
+ 2
1738
+ x
1739
+ 104
1740
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
1741
+ p
1742
+ 0
1743
+ x
1744
+ 13
1745
+ construct_sql
1746
+ M
1747
+ 1
1748
+ n
1749
+ n
1750
+ x
1751
+ 13
1752
+ construct_sql
1753
+ i
1754
+ 223
1755
+ 39
1756
+ 0
1757
+ 49
1758
+ 1
1759
+ 0
1760
+ 7
1761
+ 2
1762
+ 49
1763
+ 3
1764
+ 1
1765
+ 9
1766
+ 31
1767
+ 5
1768
+ 39
1769
+ 0
1770
+ 49
1771
+ 1
1772
+ 0
1773
+ 7
1774
+ 2
1775
+ 49
1776
+ 3
1777
+ 1
1778
+ 47
1779
+ 49
1780
+ 4
1781
+ 1
1782
+ 38
1783
+ 5
1784
+ 8
1785
+ 218
1786
+ 39
1787
+ 0
1788
+ 49
1789
+ 1
1790
+ 0
1791
+ 7
1792
+ 6
1793
+ 49
1794
+ 3
1795
+ 1
1796
+ 9
1797
+ 162
1798
+ 39
1799
+ 0
1800
+ 49
1801
+ 7
1802
+ 0
1803
+ 47
1804
+ 101
1805
+ 8
1806
+ 7
1807
+ 9
1808
+ 39
1809
+ 0
1810
+ 49
1811
+ 1
1812
+ 0
1813
+ 7
1814
+ 6
1815
+ 49
1816
+ 3
1817
+ 1
1818
+ 47
1819
+ 101
1820
+ 8
1821
+ 7
1822
+ 10
1823
+ 5
1824
+ 48
1825
+ 11
1826
+ 47
1827
+ 101
1828
+ 8
1829
+ 7
1830
+ 12
1831
+ 63
1832
+ 6
1833
+ 39
1834
+ 0
1835
+ 49
1836
+ 7
1837
+ 0
1838
+ 47
1839
+ 101
1840
+ 8
1841
+ 7
1842
+ 9
1843
+ 39
1844
+ 0
1845
+ 49
1846
+ 1
1847
+ 0
1848
+ 7
1849
+ 6
1850
+ 49
1851
+ 3
1852
+ 1
1853
+ 47
1854
+ 101
1855
+ 8
1856
+ 7
1857
+ 13
1858
+ 39
1859
+ 14
1860
+ 49
1861
+ 15
1862
+ 0
1863
+ 39
1864
+ 14
1865
+ 49
1866
+ 15
1867
+ 0
1868
+ 49
1869
+ 16
1870
+ 0
1871
+ 49
1872
+ 17
1873
+ 0
1874
+ 49
1875
+ 8
1876
+ 0
1877
+ 49
1878
+ 18
1879
+ 1
1880
+ 47
1881
+ 101
1882
+ 8
1883
+ 63
1884
+ 5
1885
+ 81
1886
+ 19
1887
+ 38
1888
+ 5
1889
+ 15
1890
+ 5
1891
+ 48
1892
+ 20
1893
+ 9
1894
+ 159
1895
+ 39
1896
+ 5
1897
+ 7
1898
+ 21
1899
+ 5
1900
+ 48
1901
+ 20
1902
+ 47
1903
+ 101
1904
+ 8
1905
+ 7
1906
+ 22
1907
+ 63
1908
+ 3
1909
+ 49
1910
+ 23
1911
+ 1
1912
+ 8
1913
+ 160
1914
+ 1
1915
+ 8
1916
+ 218
1917
+ 39
1918
+ 0
1919
+ 49
1920
+ 7
1921
+ 0
1922
+ 47
1923
+ 101
1924
+ 8
1925
+ 7
1926
+ 9
1927
+ 39
1928
+ 0
1929
+ 49
1930
+ 24
1931
+ 0
1932
+ 47
1933
+ 101
1934
+ 8
1935
+ 7
1936
+ 25
1937
+ 5
1938
+ 48
1939
+ 11
1940
+ 47
1941
+ 101
1942
+ 8
1943
+ 63
1944
+ 5
1945
+ 38
1946
+ 5
1947
+ 15
1948
+ 5
1949
+ 48
1950
+ 20
1951
+ 9
1952
+ 217
1953
+ 39
1954
+ 5
1955
+ 7
1956
+ 21
1957
+ 5
1958
+ 48
1959
+ 20
1960
+ 47
1961
+ 101
1962
+ 8
1963
+ 7
1964
+ 22
1965
+ 63
1966
+ 3
1967
+ 49
1968
+ 23
1969
+ 1
1970
+ 8
1971
+ 218
1972
+ 1
1973
+ 15
1974
+ 5
1975
+ 48
1976
+ 26
1977
+ 11
1978
+ I
1979
+ 7
1980
+ I
1981
+ 0
1982
+ I
1983
+ 0
1984
+ I
1985
+ 0
1986
+ n
1987
+ p
1988
+ 27
1989
+ x
1990
+ 11
1991
+ @reflection
1992
+ x
1993
+ 7
1994
+ options
1995
+ x
1996
+ 10
1997
+ finder_sql
1998
+ x
1999
+ 2
2000
+ []
2001
+ x
2002
+ 28
2003
+ interpolate_and_sanitize_sql
2004
+ x
2005
+ 11
2006
+ @finder_sql
2007
+ x
2008
+ 2
2009
+ as
2010
+ x
2011
+ 17
2012
+ quoted_table_name
2013
+ x
2014
+ 4
2015
+ to_s
2016
+ s
2017
+ 1
2018
+ .
2019
+ s
2020
+ 6
2021
+ _id =
2022
+ x
2023
+ 15
2024
+ owner_quoted_id
2025
+ s
2026
+ 5
2027
+ AND
2028
+ s
2029
+ 8
2030
+ _type =
2031
+ x
2032
+ 6
2033
+ @owner
2034
+ x
2035
+ 5
2036
+ class
2037
+ x
2038
+ 10
2039
+ base_class
2040
+ x
2041
+ 4
2042
+ name
2043
+ x
2044
+ 11
2045
+ quote_value
2046
+ x
2047
+ 1
2048
+ +
2049
+ x
2050
+ 10
2051
+ conditions
2052
+ s
2053
+ 6
2054
+ AND (
2055
+ s
2056
+ 1
2057
+ )
2058
+ x
2059
+ 2
2060
+ <<
2061
+ x
2062
+ 16
2063
+ primary_key_name
2064
+ s
2065
+ 3
2066
+ =
2067
+ x
2068
+ 21
2069
+ construct_counter_sql
2070
+ p
2071
+ 23
2072
+ I
2073
+ -1
2074
+ I
2075
+ 5a
2076
+ I
2077
+ 0
2078
+ I
2079
+ 5c
2080
+ I
2081
+ c
2082
+ I
2083
+ 5d
2084
+ I
2085
+ 1f
2086
+ I
2087
+ 5f
2088
+ I
2089
+ 2b
2090
+ I
2091
+ 61
2092
+ I
2093
+ 4e
2094
+ I
2095
+ 62
2096
+ I
2097
+ 84
2098
+ I
2099
+ 60
2100
+ I
2101
+ 87
2102
+ I
2103
+ 63
2104
+ I
2105
+ a2
2106
+ I
2107
+ 66
2108
+ I
2109
+ c1
2110
+ I
2111
+ 67
2112
+ I
2113
+ db
2114
+ I
2115
+ 6a
2116
+ I
2117
+ df
2118
+ x
2119
+ 104
2120
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2121
+ p
2122
+ 0
2123
+ x
2124
+ 15
2125
+ construct_scope
2126
+ M
2127
+ 1
2128
+ n
2129
+ n
2130
+ x
2131
+ 15
2132
+ construct_scope
2133
+ i
2134
+ 118
2135
+ 44
2136
+ 43
2137
+ 0
2138
+ 78
2139
+ 49
2140
+ 1
2141
+ 1
2142
+ 19
2143
+ 0
2144
+ 15
2145
+ 5
2146
+ 20
2147
+ 0
2148
+ 47
2149
+ 49
2150
+ 2
2151
+ 1
2152
+ 15
2153
+ 44
2154
+ 43
2155
+ 0
2156
+ 80
2157
+ 49
2158
+ 1
2159
+ 1
2160
+ 13
2161
+ 7
2162
+ 3
2163
+ 44
2164
+ 43
2165
+ 0
2166
+ 4
2167
+ 5
2168
+ 49
2169
+ 1
2170
+ 1
2171
+ 13
2172
+ 7
2173
+ 4
2174
+ 39
2175
+ 5
2176
+ 49
2177
+ 6
2178
+ 2
2179
+ 15
2180
+ 13
2181
+ 7
2182
+ 7
2183
+ 3
2184
+ 49
2185
+ 6
2186
+ 2
2187
+ 15
2188
+ 13
2189
+ 7
2190
+ 8
2191
+ 39
2192
+ 9
2193
+ 49
2194
+ 10
2195
+ 0
2196
+ 7
2197
+ 8
2198
+ 49
2199
+ 11
2200
+ 1
2201
+ 49
2202
+ 6
2203
+ 2
2204
+ 15
2205
+ 13
2206
+ 7
2207
+ 12
2208
+ 39
2209
+ 9
2210
+ 49
2211
+ 10
2212
+ 0
2213
+ 7
2214
+ 12
2215
+ 49
2216
+ 11
2217
+ 1
2218
+ 49
2219
+ 6
2220
+ 2
2221
+ 15
2222
+ 13
2223
+ 7
2224
+ 13
2225
+ 39
2226
+ 9
2227
+ 49
2228
+ 10
2229
+ 0
2230
+ 7
2231
+ 13
2232
+ 49
2233
+ 11
2234
+ 1
2235
+ 49
2236
+ 6
2237
+ 2
2238
+ 15
2239
+ 49
2240
+ 6
2241
+ 2
2242
+ 15
2243
+ 13
2244
+ 7
2245
+ 14
2246
+ 20
2247
+ 0
2248
+ 49
2249
+ 6
2250
+ 2
2251
+ 15
2252
+ 11
2253
+ I
2254
+ 9
2255
+ I
2256
+ 1
2257
+ I
2258
+ 0
2259
+ I
2260
+ 0
2261
+ n
2262
+ p
2263
+ 15
2264
+ x
2265
+ 4
2266
+ Hash
2267
+ x
2268
+ 16
2269
+ new_from_literal
2270
+ x
2271
+ 30
2272
+ set_belongs_to_association_for
2273
+ x
2274
+ 4
2275
+ find
2276
+ x
2277
+ 10
2278
+ conditions
2279
+ x
2280
+ 11
2281
+ @finder_sql
2282
+ x
2283
+ 3
2284
+ []=
2285
+ x
2286
+ 8
2287
+ readonly
2288
+ x
2289
+ 5
2290
+ order
2291
+ x
2292
+ 11
2293
+ @reflection
2294
+ x
2295
+ 7
2296
+ options
2297
+ x
2298
+ 2
2299
+ []
2300
+ x
2301
+ 5
2302
+ limit
2303
+ x
2304
+ 7
2305
+ include
2306
+ x
2307
+ 6
2308
+ create
2309
+ p
2310
+ 25
2311
+ I
2312
+ -1
2313
+ I
2314
+ 6d
2315
+ I
2316
+ 0
2317
+ I
2318
+ 6e
2319
+ I
2320
+ a
2321
+ I
2322
+ 6f
2323
+ I
2324
+ 12
2325
+ I
2326
+ 77
2327
+ I
2328
+ 1a
2329
+ I
2330
+ 71
2331
+ I
2332
+ 1c
2333
+ I
2334
+ 75
2335
+ I
2336
+ 25
2337
+ I
2338
+ 71
2339
+ I
2340
+ 2e
2341
+ I
2342
+ 72
2343
+ I
2344
+ 36
2345
+ I
2346
+ 73
2347
+ I
2348
+ 47
2349
+ I
2350
+ 74
2351
+ I
2352
+ 58
2353
+ I
2354
+ 75
2355
+ I
2356
+ 6d
2357
+ I
2358
+ 76
2359
+ I
2360
+ 76
2361
+ x
2362
+ 104
2363
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2364
+ p
2365
+ 1
2366
+ x
2367
+ 14
2368
+ create_scoping
2369
+ x
2370
+ 31
2371
+ we_can_set_the_inverse_on_this?
2372
+ M
2373
+ 1
2374
+ n
2375
+ n
2376
+ x
2377
+ 31
2378
+ we_can_set_the_inverse_on_this?
2379
+ i
2380
+ 21
2381
+ 39
2382
+ 0
2383
+ 49
2384
+ 1
2385
+ 0
2386
+ 19
2387
+ 1
2388
+ 15
2389
+ 20
2390
+ 1
2391
+ 49
2392
+ 2
2393
+ 0
2394
+ 10
2395
+ 18
2396
+ 2
2397
+ 8
2398
+ 19
2399
+ 3
2400
+ 11
2401
+ 11
2402
+ I
2403
+ 3
2404
+ I
2405
+ 2
2406
+ I
2407
+ 1
2408
+ I
2409
+ 1
2410
+ n
2411
+ p
2412
+ 3
2413
+ x
2414
+ 11
2415
+ @reflection
2416
+ x
2417
+ 10
2418
+ inverse_of
2419
+ x
2420
+ 4
2421
+ nil?
2422
+ p
2423
+ 7
2424
+ I
2425
+ -1
2426
+ I
2427
+ 7a
2428
+ I
2429
+ 0
2430
+ I
2431
+ 7b
2432
+ I
2433
+ 8
2434
+ I
2435
+ 7c
2436
+ I
2437
+ 15
2438
+ x
2439
+ 104
2440
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2441
+ p
2442
+ 2
2443
+ x
2444
+ 6
2445
+ record
2446
+ x
2447
+ 7
2448
+ inverse
2449
+ p
2450
+ 25
2451
+ I
2452
+ 2
2453
+ I
2454
+ 9
2455
+ I
2456
+ 10
2457
+ I
2458
+ d
2459
+ I
2460
+ 14
2461
+ I
2462
+ e
2463
+ I
2464
+ 22
2465
+ I
2466
+ 23
2467
+ I
2468
+ 30
2469
+ I
2470
+ 38
2471
+ I
2472
+ 3e
2473
+ I
2474
+ 3c
2475
+ I
2476
+ 4c
2477
+ I
2478
+ 40
2479
+ I
2480
+ 5a
2481
+ I
2482
+ 46
2483
+ I
2484
+ 68
2485
+ I
2486
+ 56
2487
+ I
2488
+ 76
2489
+ I
2490
+ 5a
2491
+ I
2492
+ 84
2493
+ I
2494
+ 6d
2495
+ I
2496
+ 92
2497
+ I
2498
+ 7a
2499
+ I
2500
+ a0
2501
+ x
2502
+ 104
2503
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2504
+ p
2505
+ 0
2506
+ x
2507
+ 13
2508
+ attach_method
2509
+ p
2510
+ 3
2511
+ I
2512
+ 2
2513
+ I
2514
+ 8
2515
+ I
2516
+ 1f
2517
+ x
2518
+ 104
2519
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2520
+ p
2521
+ 0
2522
+ x
2523
+ 13
2524
+ attach_method
2525
+ p
2526
+ 3
2527
+ I
2528
+ 2
2529
+ I
2530
+ 3
2531
+ I
2532
+ 1c
2533
+ x
2534
+ 104
2535
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2536
+ p
2537
+ 0
2538
+ x
2539
+ 13
2540
+ attach_method
2541
+ p
2542
+ 3
2543
+ I
2544
+ 0
2545
+ I
2546
+ 1
2547
+ I
2548
+ 1c
2549
+ x
2550
+ 104
2551
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/has_many_association.rb
2552
+ p
2553
+ 0