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