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