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