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,1867 @@
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
+ 20
171
+ BelongsToAssociation
172
+ x
173
+ 16
174
+ AssociationProxy
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
+ 20
188
+ BelongsToAssociation
189
+ i
190
+ 132
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
+ 99
208
+ 7
209
+ 4
210
+ 7
211
+ 5
212
+ 65
213
+ 67
214
+ 49
215
+ 2
216
+ 0
217
+ 49
218
+ 3
219
+ 4
220
+ 15
221
+ 99
222
+ 7
223
+ 6
224
+ 7
225
+ 7
226
+ 65
227
+ 67
228
+ 49
229
+ 2
230
+ 0
231
+ 49
232
+ 3
233
+ 4
234
+ 15
235
+ 99
236
+ 7
237
+ 8
238
+ 7
239
+ 9
240
+ 65
241
+ 67
242
+ 49
243
+ 2
244
+ 0
245
+ 49
246
+ 3
247
+ 4
248
+ 15
249
+ 5
250
+ 48
251
+ 10
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
+ 11
323
+ I
324
+ 5
325
+ I
326
+ 0
327
+ I
328
+ 0
329
+ I
330
+ 0
331
+ n
332
+ p
333
+ 21
334
+ x
335
+ 6
336
+ create
337
+ M
338
+ 1
339
+ n
340
+ n
341
+ x
342
+ 6
343
+ create
344
+ i
345
+ 27
346
+ 23
347
+ 0
348
+ 10
349
+ 14
350
+ 44
351
+ 43
352
+ 0
353
+ 78
354
+ 49
355
+ 1
356
+ 1
357
+ 19
358
+ 0
359
+ 15
360
+ 5
361
+ 39
362
+ 2
363
+ 20
364
+ 0
365
+ 49
366
+ 3
367
+ 1
368
+ 47
369
+ 49
370
+ 4
371
+ 1
372
+ 11
373
+ I
374
+ 4
375
+ I
376
+ 1
377
+ I
378
+ 0
379
+ I
380
+ 1
381
+ n
382
+ p
383
+ 5
384
+ x
385
+ 4
386
+ Hash
387
+ x
388
+ 16
389
+ new_from_literal
390
+ x
391
+ 11
392
+ @reflection
393
+ x
394
+ 18
395
+ create_association
396
+ x
397
+ 7
398
+ replace
399
+ p
400
+ 5
401
+ I
402
+ -1
403
+ I
404
+ 5
405
+ I
406
+ e
407
+ I
408
+ 6
409
+ I
410
+ 1b
411
+ x
412
+ 106
413
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
414
+ p
415
+ 1
416
+ x
417
+ 10
418
+ attributes
419
+ x
420
+ 17
421
+ method_visibility
422
+ x
423
+ 15
424
+ add_defn_method
425
+ x
426
+ 5
427
+ build
428
+ M
429
+ 1
430
+ n
431
+ n
432
+ x
433
+ 5
434
+ build
435
+ i
436
+ 27
437
+ 23
438
+ 0
439
+ 10
440
+ 14
441
+ 44
442
+ 43
443
+ 0
444
+ 78
445
+ 49
446
+ 1
447
+ 1
448
+ 19
449
+ 0
450
+ 15
451
+ 5
452
+ 39
453
+ 2
454
+ 20
455
+ 0
456
+ 49
457
+ 3
458
+ 1
459
+ 47
460
+ 49
461
+ 4
462
+ 1
463
+ 11
464
+ I
465
+ 4
466
+ I
467
+ 1
468
+ I
469
+ 0
470
+ I
471
+ 1
472
+ n
473
+ p
474
+ 5
475
+ x
476
+ 4
477
+ Hash
478
+ x
479
+ 16
480
+ new_from_literal
481
+ x
482
+ 11
483
+ @reflection
484
+ x
485
+ 17
486
+ build_association
487
+ x
488
+ 7
489
+ replace
490
+ p
491
+ 5
492
+ I
493
+ -1
494
+ I
495
+ 9
496
+ I
497
+ e
498
+ I
499
+ a
500
+ I
501
+ 1b
502
+ x
503
+ 106
504
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
505
+ p
506
+ 1
507
+ x
508
+ 10
509
+ attributes
510
+ x
511
+ 7
512
+ replace
513
+ M
514
+ 1
515
+ n
516
+ n
517
+ x
518
+ 7
519
+ replace
520
+ i
521
+ 268
522
+ 39
523
+ 0
524
+ 49
525
+ 1
526
+ 0
527
+ 19
528
+ 1
529
+ 15
530
+ 20
531
+ 0
532
+ 49
533
+ 2
534
+ 0
535
+ 9
536
+ 85
537
+ 20
538
+ 1
539
+ 13
540
+ 9
541
+ 32
542
+ 15
543
+ 39
544
+ 3
545
+ 49
546
+ 4
547
+ 0
548
+ 10
549
+ 31
550
+ 2
551
+ 8
552
+ 32
553
+ 3
554
+ 9
555
+ 64
556
+ 39
557
+ 3
558
+ 39
559
+ 0
560
+ 49
561
+ 5
562
+ 0
563
+ 49
564
+ 6
565
+ 1
566
+ 9
567
+ 61
568
+ 39
569
+ 0
570
+ 49
571
+ 7
572
+ 0
573
+ 20
574
+ 1
575
+ 5
576
+ 48
577
+ 8
578
+ 49
579
+ 9
580
+ 2
581
+ 8
582
+ 62
583
+ 1
584
+ 8
585
+ 65
586
+ 1
587
+ 15
588
+ 39
589
+ 3
590
+ 39
591
+ 0
592
+ 49
593
+ 5
594
+ 0
595
+ 1
596
+ 13
597
+ 18
598
+ 3
599
+ 49
600
+ 10
601
+ 2
602
+ 15
603
+ 38
604
+ 11
605
+ 8
606
+ 250
607
+ 5
608
+ 20
609
+ 0
610
+ 47
611
+ 49
612
+ 12
613
+ 1
614
+ 15
615
+ 20
616
+ 1
617
+ 13
618
+ 9
619
+ 137
620
+ 15
621
+ 39
622
+ 3
623
+ 49
624
+ 4
625
+ 0
626
+ 10
627
+ 109
628
+ 2
629
+ 8
630
+ 110
631
+ 3
632
+ 13
633
+ 9
634
+ 137
635
+ 15
636
+ 20
637
+ 0
638
+ 49
639
+ 13
640
+ 0
641
+ 39
642
+ 3
643
+ 39
644
+ 0
645
+ 49
646
+ 5
647
+ 0
648
+ 49
649
+ 6
650
+ 1
651
+ 83
652
+ 14
653
+ 10
654
+ 136
655
+ 2
656
+ 8
657
+ 137
658
+ 3
659
+ 9
660
+ 192
661
+ 39
662
+ 0
663
+ 49
664
+ 7
665
+ 0
666
+ 20
667
+ 1
668
+ 20
669
+ 0
670
+ 49
671
+ 13
672
+ 0
673
+ 49
674
+ 15
675
+ 2
676
+ 15
677
+ 39
678
+ 3
679
+ 39
680
+ 0
681
+ 49
682
+ 5
683
+ 0
684
+ 49
685
+ 6
686
+ 1
687
+ 9
688
+ 189
689
+ 39
690
+ 0
691
+ 49
692
+ 7
693
+ 0
694
+ 20
695
+ 1
696
+ 39
697
+ 3
698
+ 39
699
+ 0
700
+ 49
701
+ 5
702
+ 0
703
+ 49
704
+ 6
705
+ 1
706
+ 49
707
+ 9
708
+ 2
709
+ 8
710
+ 190
711
+ 1
712
+ 8
713
+ 193
714
+ 1
715
+ 15
716
+ 45
717
+ 16
718
+ 17
719
+ 20
720
+ 0
721
+ 86
722
+ 18
723
+ 9
724
+ 210
725
+ 20
726
+ 0
727
+ 49
728
+ 19
729
+ 0
730
+ 8
731
+ 212
732
+ 20
733
+ 0
734
+ 38
735
+ 11
736
+ 15
737
+ 20
738
+ 0
739
+ 49
740
+ 4
741
+ 0
742
+ 9
743
+ 225
744
+ 1
745
+ 8
746
+ 246
747
+ 39
748
+ 3
749
+ 39
750
+ 0
751
+ 49
752
+ 5
753
+ 0
754
+ 5
755
+ 20
756
+ 0
757
+ 47
758
+ 49
759
+ 20
760
+ 1
761
+ 13
762
+ 18
763
+ 3
764
+ 49
765
+ 10
766
+ 2
767
+ 15
768
+ 15
769
+ 2
770
+ 38
771
+ 21
772
+ 15
773
+ 5
774
+ 20
775
+ 0
776
+ 39
777
+ 3
778
+ 47
779
+ 49
780
+ 22
781
+ 2
782
+ 15
783
+ 5
784
+ 48
785
+ 23
786
+ 15
787
+ 20
788
+ 0
789
+ 11
790
+ I
791
+ 6
792
+ I
793
+ 2
794
+ I
795
+ 1
796
+ I
797
+ 1
798
+ n
799
+ p
800
+ 24
801
+ x
802
+ 11
803
+ @reflection
804
+ x
805
+ 20
806
+ counter_cache_column
807
+ x
808
+ 4
809
+ nil?
810
+ x
811
+ 6
812
+ @owner
813
+ x
814
+ 11
815
+ new_record?
816
+ x
817
+ 16
818
+ primary_key_name
819
+ x
820
+ 2
821
+ []
822
+ x
823
+ 5
824
+ klass
825
+ x
826
+ 18
827
+ previous_record_id
828
+ x
829
+ 17
830
+ decrement_counter
831
+ x
832
+ 3
833
+ []=
834
+ x
835
+ 7
836
+ @target
837
+ x
838
+ 22
839
+ raise_on_type_mismatch
840
+ x
841
+ 2
842
+ id
843
+ x
844
+ 2
845
+ ==
846
+ x
847
+ 17
848
+ increment_counter
849
+ x
850
+ 16
851
+ AssociationProxy
852
+ n
853
+ x
854
+ 3
855
+ ===
856
+ x
857
+ 6
858
+ target
859
+ x
860
+ 9
861
+ record_id
862
+ x
863
+ 8
864
+ @updated
865
+ x
866
+ 20
867
+ set_inverse_instance
868
+ x
869
+ 6
870
+ loaded
871
+ p
872
+ 37
873
+ I
874
+ -1
875
+ I
876
+ d
877
+ I
878
+ 0
879
+ I
880
+ e
881
+ I
882
+ 8
883
+ I
884
+ 10
885
+ I
886
+ f
887
+ I
888
+ 11
889
+ I
890
+ 22
891
+ I
892
+ 12
893
+ I
894
+ 40
895
+ I
896
+ 11
897
+ I
898
+ 42
899
+ I
900
+ 15
901
+ I
902
+ 55
903
+ I
904
+ 17
905
+ I
906
+ 5d
907
+ I
908
+ 19
909
+ I
910
+ 8b
911
+ I
912
+ 1a
913
+ I
914
+ 9b
915
+ I
916
+ 1b
917
+ I
918
+ c0
919
+ I
920
+ 19
921
+ I
922
+ c2
923
+ I
924
+ 1e
925
+ I
926
+ d7
927
+ I
928
+ 1f
929
+ I
930
+ f7
931
+ I
932
+ 20
933
+ I
934
+ fb
935
+ I
936
+ 23
937
+ I
938
+ 105
939
+ I
940
+ 25
941
+ I
942
+ 109
943
+ I
944
+ 26
945
+ I
946
+ 10c
947
+ x
948
+ 106
949
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
950
+ p
951
+ 2
952
+ x
953
+ 6
954
+ record
955
+ x
956
+ 18
957
+ counter_cache_name
958
+ x
959
+ 8
960
+ updated?
961
+ M
962
+ 1
963
+ n
964
+ n
965
+ x
966
+ 8
967
+ updated?
968
+ i
969
+ 3
970
+ 39
971
+ 0
972
+ 11
973
+ I
974
+ 1
975
+ I
976
+ 0
977
+ I
978
+ 0
979
+ I
980
+ 0
981
+ n
982
+ p
983
+ 1
984
+ x
985
+ 8
986
+ @updated
987
+ p
988
+ 5
989
+ I
990
+ -1
991
+ I
992
+ 29
993
+ I
994
+ 0
995
+ I
996
+ 2a
997
+ I
998
+ 3
999
+ x
1000
+ 106
1001
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1002
+ p
1003
+ 0
1004
+ x
1005
+ 7
1006
+ private
1007
+ x
1008
+ 11
1009
+ find_target
1010
+ M
1011
+ 1
1012
+ n
1013
+ n
1014
+ x
1015
+ 11
1016
+ find_target
1017
+ i
1018
+ 137
1019
+ 39
1020
+ 0
1021
+ 49
1022
+ 1
1023
+ 0
1024
+ 7
1025
+ 2
1026
+ 49
1027
+ 3
1028
+ 1
1029
+ 9
1030
+ 31
1031
+ 7
1032
+ 4
1033
+ 39
1034
+ 0
1035
+ 49
1036
+ 1
1037
+ 0
1038
+ 7
1039
+ 2
1040
+ 49
1041
+ 3
1042
+ 1
1043
+ 47
1044
+ 101
1045
+ 5
1046
+ 63
1047
+ 2
1048
+ 8
1049
+ 34
1050
+ 7
1051
+ 6
1052
+ 64
1053
+ 19
1054
+ 0
1055
+ 15
1056
+ 39
1057
+ 0
1058
+ 49
1059
+ 1
1060
+ 0
1061
+ 49
1062
+ 7
1063
+ 0
1064
+ 19
1065
+ 1
1066
+ 15
1067
+ 20
1068
+ 1
1069
+ 49
1070
+ 8
1071
+ 0
1072
+ 7
1073
+ 9
1074
+ 7
1075
+ 10
1076
+ 7
1077
+ 11
1078
+ 35
1079
+ 3
1080
+ 82
1081
+ 12
1082
+ 56
1083
+ 13
1084
+ 50
1085
+ 14
1086
+ 0
1087
+ 15
1088
+ 20
1089
+ 1
1090
+ 7
1091
+ 15
1092
+ 5
1093
+ 48
1094
+ 15
1095
+ 13
1096
+ 18
1097
+ 3
1098
+ 49
1099
+ 16
1100
+ 2
1101
+ 15
1102
+ 15
1103
+ 39
1104
+ 17
1105
+ 39
1106
+ 0
1107
+ 49
1108
+ 18
1109
+ 0
1110
+ 49
1111
+ 3
1112
+ 1
1113
+ 9
1114
+ 122
1115
+ 39
1116
+ 0
1117
+ 49
1118
+ 19
1119
+ 0
1120
+ 20
1121
+ 0
1122
+ 39
1123
+ 17
1124
+ 39
1125
+ 0
1126
+ 49
1127
+ 18
1128
+ 0
1129
+ 49
1130
+ 3
1131
+ 1
1132
+ 20
1133
+ 1
1134
+ 49
1135
+ 20
1136
+ 3
1137
+ 19
1138
+ 2
1139
+ 8
1140
+ 123
1141
+ 1
1142
+ 15
1143
+ 5
1144
+ 20
1145
+ 2
1146
+ 39
1147
+ 17
1148
+ 47
1149
+ 49
1150
+ 21
1151
+ 2
1152
+ 15
1153
+ 20
1154
+ 2
1155
+ 11
1156
+ I
1157
+ 7
1158
+ I
1159
+ 3
1160
+ I
1161
+ 0
1162
+ I
1163
+ 0
1164
+ n
1165
+ p
1166
+ 22
1167
+ x
1168
+ 11
1169
+ @reflection
1170
+ x
1171
+ 7
1172
+ options
1173
+ x
1174
+ 11
1175
+ primary_key
1176
+ x
1177
+ 2
1178
+ []
1179
+ s
1180
+ 8
1181
+ find_by_
1182
+ x
1183
+ 4
1184
+ to_s
1185
+ s
1186
+ 4
1187
+ find
1188
+ x
1189
+ 3
1190
+ dup
1191
+ x
1192
+ 4
1193
+ keys
1194
+ x
1195
+ 6
1196
+ select
1197
+ x
1198
+ 7
1199
+ include
1200
+ x
1201
+ 8
1202
+ readonly
1203
+ x
1204
+ 1
1205
+ -
1206
+ M
1207
+ 1
1208
+ p
1209
+ 2
1210
+ x
1211
+ 9
1212
+ for_block
1213
+ t
1214
+ n
1215
+ x
1216
+ 11
1217
+ find_target
1218
+ i
1219
+ 13
1220
+ 57
1221
+ 19
1222
+ 0
1223
+ 15
1224
+ 21
1225
+ 1
1226
+ 1
1227
+ 20
1228
+ 0
1229
+ 49
1230
+ 0
1231
+ 1
1232
+ 11
1233
+ I
1234
+ 4
1235
+ I
1236
+ 1
1237
+ I
1238
+ 1
1239
+ I
1240
+ 1
1241
+ n
1242
+ p
1243
+ 1
1244
+ x
1245
+ 6
1246
+ delete
1247
+ p
1248
+ 5
1249
+ I
1250
+ 0
1251
+ I
1252
+ 36
1253
+ I
1254
+ 4
1255
+ I
1256
+ 37
1257
+ I
1258
+ d
1259
+ x
1260
+ 106
1261
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1262
+ p
1263
+ 1
1264
+ x
1265
+ 3
1266
+ key
1267
+ x
1268
+ 4
1269
+ each
1270
+ x
1271
+ 10
1272
+ conditions
1273
+ x
1274
+ 3
1275
+ []=
1276
+ x
1277
+ 6
1278
+ @owner
1279
+ x
1280
+ 16
1281
+ primary_key_name
1282
+ x
1283
+ 5
1284
+ klass
1285
+ x
1286
+ 4
1287
+ send
1288
+ x
1289
+ 20
1290
+ set_inverse_instance
1291
+ p
1292
+ 33
1293
+ I
1294
+ -1
1295
+ I
1296
+ 2e
1297
+ I
1298
+ 0
1299
+ I
1300
+ 2f
1301
+ I
1302
+ c
1303
+ I
1304
+ 30
1305
+ I
1306
+ 1f
1307
+ I
1308
+ 32
1309
+ I
1310
+ 22
1311
+ I
1312
+ 2f
1313
+ I
1314
+ 25
1315
+ I
1316
+ 35
1317
+ I
1318
+ 30
1319
+ I
1320
+ 36
1321
+ I
1322
+ 45
1323
+ I
1324
+ 39
1325
+ I
1326
+ 54
1327
+ I
1328
+ 3e
1329
+ I
1330
+ 60
1331
+ I
1332
+ 3b
1333
+ I
1334
+ 67
1335
+ I
1336
+ 3c
1337
+ I
1338
+ 71
1339
+ I
1340
+ 3d
1341
+ I
1342
+ 73
1343
+ I
1344
+ 3b
1345
+ I
1346
+ 7a
1347
+ I
1348
+ 3e
1349
+ I
1350
+ 7c
1351
+ I
1352
+ 3f
1353
+ I
1354
+ 86
1355
+ I
1356
+ 40
1357
+ I
1358
+ 89
1359
+ x
1360
+ 106
1361
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1362
+ p
1363
+ 3
1364
+ x
1365
+ 11
1366
+ find_method
1367
+ x
1368
+ 7
1369
+ options
1370
+ x
1371
+ 10
1372
+ the_target
1373
+ x
1374
+ 19
1375
+ foreign_key_present
1376
+ M
1377
+ 1
1378
+ n
1379
+ n
1380
+ x
1381
+ 19
1382
+ foreign_key_present
1383
+ i
1384
+ 20
1385
+ 39
1386
+ 0
1387
+ 39
1388
+ 1
1389
+ 49
1390
+ 2
1391
+ 0
1392
+ 49
1393
+ 3
1394
+ 1
1395
+ 49
1396
+ 4
1397
+ 0
1398
+ 10
1399
+ 18
1400
+ 2
1401
+ 8
1402
+ 19
1403
+ 3
1404
+ 11
1405
+ I
1406
+ 2
1407
+ I
1408
+ 0
1409
+ I
1410
+ 0
1411
+ I
1412
+ 0
1413
+ n
1414
+ p
1415
+ 5
1416
+ x
1417
+ 6
1418
+ @owner
1419
+ x
1420
+ 11
1421
+ @reflection
1422
+ x
1423
+ 16
1424
+ primary_key_name
1425
+ x
1426
+ 2
1427
+ []
1428
+ x
1429
+ 4
1430
+ nil?
1431
+ p
1432
+ 5
1433
+ I
1434
+ -1
1435
+ I
1436
+ 43
1437
+ I
1438
+ 0
1439
+ I
1440
+ 44
1441
+ I
1442
+ 14
1443
+ x
1444
+ 106
1445
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1446
+ p
1447
+ 0
1448
+ x
1449
+ 31
1450
+ we_can_set_the_inverse_on_this?
1451
+ M
1452
+ 1
1453
+ n
1454
+ n
1455
+ x
1456
+ 31
1457
+ we_can_set_the_inverse_on_this?
1458
+ i
1459
+ 22
1460
+ 39
1461
+ 0
1462
+ 49
1463
+ 1
1464
+ 0
1465
+ 13
1466
+ 9
1467
+ 21
1468
+ 15
1469
+ 39
1470
+ 0
1471
+ 49
1472
+ 2
1473
+ 0
1474
+ 49
1475
+ 3
1476
+ 0
1477
+ 7
1478
+ 4
1479
+ 83
1480
+ 5
1481
+ 11
1482
+ I
1483
+ 3
1484
+ I
1485
+ 1
1486
+ I
1487
+ 1
1488
+ I
1489
+ 1
1490
+ n
1491
+ p
1492
+ 6
1493
+ x
1494
+ 11
1495
+ @reflection
1496
+ x
1497
+ 12
1498
+ has_inverse?
1499
+ x
1500
+ 10
1501
+ inverse_of
1502
+ x
1503
+ 5
1504
+ macro
1505
+ x
1506
+ 7
1507
+ has_one
1508
+ x
1509
+ 2
1510
+ ==
1511
+ p
1512
+ 5
1513
+ I
1514
+ -1
1515
+ I
1516
+ 49
1517
+ I
1518
+ 0
1519
+ I
1520
+ 4a
1521
+ I
1522
+ 16
1523
+ x
1524
+ 106
1525
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1526
+ p
1527
+ 1
1528
+ x
1529
+ 6
1530
+ record
1531
+ x
1532
+ 9
1533
+ record_id
1534
+ M
1535
+ 1
1536
+ n
1537
+ n
1538
+ x
1539
+ 9
1540
+ record_id
1541
+ i
1542
+ 22
1543
+ 20
1544
+ 0
1545
+ 39
1546
+ 0
1547
+ 49
1548
+ 1
1549
+ 0
1550
+ 7
1551
+ 2
1552
+ 49
1553
+ 3
1554
+ 1
1555
+ 13
1556
+ 10
1557
+ 18
1558
+ 15
1559
+ 7
1560
+ 4
1561
+ 49
1562
+ 5
1563
+ 1
1564
+ 11
1565
+ I
1566
+ 4
1567
+ I
1568
+ 1
1569
+ I
1570
+ 1
1571
+ I
1572
+ 1
1573
+ n
1574
+ p
1575
+ 6
1576
+ x
1577
+ 11
1578
+ @reflection
1579
+ x
1580
+ 7
1581
+ options
1582
+ x
1583
+ 11
1584
+ primary_key
1585
+ x
1586
+ 2
1587
+ []
1588
+ x
1589
+ 2
1590
+ id
1591
+ x
1592
+ 4
1593
+ send
1594
+ p
1595
+ 5
1596
+ I
1597
+ -1
1598
+ I
1599
+ 4d
1600
+ I
1601
+ 0
1602
+ I
1603
+ 4e
1604
+ I
1605
+ 16
1606
+ x
1607
+ 106
1608
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1609
+ p
1610
+ 1
1611
+ x
1612
+ 6
1613
+ record
1614
+ x
1615
+ 18
1616
+ previous_record_id
1617
+ M
1618
+ 1
1619
+ n
1620
+ n
1621
+ x
1622
+ 18
1623
+ previous_record_id
1624
+ i
1625
+ 61
1626
+ 39
1627
+ 0
1628
+ 13
1629
+ 10
1630
+ 60
1631
+ 15
1632
+ 39
1633
+ 1
1634
+ 49
1635
+ 2
1636
+ 0
1637
+ 7
1638
+ 3
1639
+ 49
1640
+ 4
1641
+ 1
1642
+ 9
1643
+ 48
1644
+ 39
1645
+ 5
1646
+ 39
1647
+ 1
1648
+ 49
1649
+ 6
1650
+ 0
1651
+ 49
1652
+ 7
1653
+ 1
1654
+ 19
1655
+ 0
1656
+ 15
1657
+ 20
1658
+ 0
1659
+ 49
1660
+ 8
1661
+ 0
1662
+ 9
1663
+ 41
1664
+ 1
1665
+ 8
1666
+ 46
1667
+ 20
1668
+ 0
1669
+ 49
1670
+ 9
1671
+ 0
1672
+ 8
1673
+ 58
1674
+ 39
1675
+ 5
1676
+ 39
1677
+ 1
1678
+ 49
1679
+ 10
1680
+ 0
1681
+ 49
1682
+ 4
1683
+ 1
1684
+ 38
1685
+ 0
1686
+ 11
1687
+ I
1688
+ 3
1689
+ I
1690
+ 1
1691
+ I
1692
+ 0
1693
+ I
1694
+ 0
1695
+ n
1696
+ p
1697
+ 11
1698
+ x
1699
+ 19
1700
+ @previous_record_id
1701
+ x
1702
+ 11
1703
+ @reflection
1704
+ x
1705
+ 7
1706
+ options
1707
+ x
1708
+ 11
1709
+ primary_key
1710
+ x
1711
+ 2
1712
+ []
1713
+ x
1714
+ 6
1715
+ @owner
1716
+ x
1717
+ 4
1718
+ name
1719
+ x
1720
+ 4
1721
+ send
1722
+ x
1723
+ 4
1724
+ nil?
1725
+ x
1726
+ 2
1727
+ id
1728
+ x
1729
+ 16
1730
+ primary_key_name
1731
+ p
1732
+ 15
1733
+ I
1734
+ -1
1735
+ I
1736
+ 51
1737
+ I
1738
+ 0
1739
+ I
1740
+ 57
1741
+ I
1742
+ 6
1743
+ I
1744
+ 52
1745
+ I
1746
+ 12
1747
+ I
1748
+ 53
1749
+ I
1750
+ 1f
1751
+ I
1752
+ 54
1753
+ I
1754
+ 30
1755
+ I
1756
+ 56
1757
+ I
1758
+ 3a
1759
+ I
1760
+ 52
1761
+ I
1762
+ 3d
1763
+ x
1764
+ 106
1765
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1766
+ p
1767
+ 1
1768
+ x
1769
+ 15
1770
+ previous_record
1771
+ p
1772
+ 21
1773
+ I
1774
+ 2
1775
+ I
1776
+ 5
1777
+ I
1778
+ 10
1779
+ I
1780
+ 9
1781
+ I
1782
+ 1e
1783
+ I
1784
+ d
1785
+ I
1786
+ 2c
1787
+ I
1788
+ 29
1789
+ I
1790
+ 3a
1791
+ I
1792
+ 2d
1793
+ I
1794
+ 3e
1795
+ I
1796
+ 2e
1797
+ I
1798
+ 4c
1799
+ I
1800
+ 43
1801
+ I
1802
+ 5a
1803
+ I
1804
+ 49
1805
+ I
1806
+ 68
1807
+ I
1808
+ 4d
1809
+ I
1810
+ 76
1811
+ I
1812
+ 51
1813
+ I
1814
+ 84
1815
+ x
1816
+ 106
1817
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1818
+ p
1819
+ 0
1820
+ x
1821
+ 13
1822
+ attach_method
1823
+ p
1824
+ 3
1825
+ I
1826
+ 2
1827
+ I
1828
+ 4
1829
+ I
1830
+ 1f
1831
+ x
1832
+ 106
1833
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1834
+ p
1835
+ 0
1836
+ x
1837
+ 13
1838
+ attach_method
1839
+ p
1840
+ 3
1841
+ I
1842
+ 2
1843
+ I
1844
+ 3
1845
+ I
1846
+ 1c
1847
+ x
1848
+ 106
1849
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1850
+ p
1851
+ 0
1852
+ x
1853
+ 13
1854
+ attach_method
1855
+ p
1856
+ 3
1857
+ I
1858
+ 0
1859
+ I
1860
+ 1
1861
+ I
1862
+ 1c
1863
+ x
1864
+ 106
1865
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/associations/belongs_to_association.rb
1866
+ p
1867
+ 0