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