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,1091 @@
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
+ 29
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 1
76
+ 65
77
+ 49
78
+ 1
79
+ 3
80
+ 13
81
+ 99
82
+ 12
83
+ 7
84
+ 2
85
+ 12
86
+ 7
87
+ 3
88
+ 12
89
+ 65
90
+ 12
91
+ 49
92
+ 4
93
+ 4
94
+ 15
95
+ 49
96
+ 2
97
+ 0
98
+ 11
99
+ I
100
+ 6
101
+ I
102
+ 0
103
+ I
104
+ 0
105
+ I
106
+ 0
107
+ n
108
+ p
109
+ 5
110
+ x
111
+ 18
112
+ DynamicFinderMatch
113
+ x
114
+ 10
115
+ open_class
116
+ x
117
+ 14
118
+ __class_init__
119
+ M
120
+ 1
121
+ n
122
+ n
123
+ x
124
+ 18
125
+ DynamicFinderMatch
126
+ i
127
+ 95
128
+ 5
129
+ 66
130
+ 99
131
+ 7
132
+ 0
133
+ 7
134
+ 1
135
+ 65
136
+ 5
137
+ 49
138
+ 2
139
+ 4
140
+ 15
141
+ 99
142
+ 7
143
+ 3
144
+ 7
145
+ 4
146
+ 65
147
+ 67
148
+ 49
149
+ 5
150
+ 0
151
+ 49
152
+ 6
153
+ 4
154
+ 15
155
+ 5
156
+ 7
157
+ 7
158
+ 7
159
+ 8
160
+ 7
161
+ 9
162
+ 47
163
+ 49
164
+ 10
165
+ 3
166
+ 15
167
+ 99
168
+ 7
169
+ 11
170
+ 7
171
+ 12
172
+ 65
173
+ 67
174
+ 49
175
+ 5
176
+ 0
177
+ 49
178
+ 6
179
+ 4
180
+ 15
181
+ 99
182
+ 7
183
+ 13
184
+ 7
185
+ 14
186
+ 65
187
+ 67
188
+ 49
189
+ 5
190
+ 0
191
+ 49
192
+ 6
193
+ 4
194
+ 15
195
+ 99
196
+ 7
197
+ 15
198
+ 7
199
+ 16
200
+ 65
201
+ 67
202
+ 49
203
+ 5
204
+ 0
205
+ 49
206
+ 6
207
+ 4
208
+ 15
209
+ 99
210
+ 7
211
+ 17
212
+ 7
213
+ 18
214
+ 65
215
+ 67
216
+ 49
217
+ 5
218
+ 0
219
+ 49
220
+ 6
221
+ 4
222
+ 11
223
+ I
224
+ 5
225
+ I
226
+ 0
227
+ I
228
+ 0
229
+ I
230
+ 0
231
+ n
232
+ p
233
+ 19
234
+ x
235
+ 5
236
+ match
237
+ M
238
+ 1
239
+ n
240
+ n
241
+ x
242
+ 5
243
+ match
244
+ i
245
+ 250
246
+ 7
247
+ 0
248
+ 19
249
+ 1
250
+ 15
251
+ 3
252
+ 19
253
+ 2
254
+ 15
255
+ 1
256
+ 19
257
+ 3
258
+ 15
259
+ 20
260
+ 0
261
+ 49
262
+ 1
263
+ 0
264
+ 13
265
+ 7
266
+ 2
267
+ 13
268
+ 70
269
+ 9
270
+ 37
271
+ 15
272
+ 44
273
+ 43
274
+ 3
275
+ 7
276
+ 4
277
+ 78
278
+ 49
279
+ 5
280
+ 2
281
+ 6
282
+ 2
283
+ 12
284
+ 49
285
+ 6
286
+ 1
287
+ 9
288
+ 96
289
+ 15
290
+ 4
291
+ 5
292
+ 78
293
+ 98
294
+ 7
295
+ 2
296
+ 7
297
+ 8
298
+ 64
299
+ 83
300
+ 9
301
+ 9
302
+ 63
303
+ 7
304
+ 10
305
+ 19
306
+ 1
307
+ 8
308
+ 64
309
+ 1
310
+ 15
311
+ 4
312
+ 5
313
+ 78
314
+ 98
315
+ 7
316
+ 2
317
+ 7
318
+ 11
319
+ 64
320
+ 83
321
+ 9
322
+ 9
323
+ 84
324
+ 7
325
+ 12
326
+ 19
327
+ 1
328
+ 8
329
+ 85
330
+ 1
331
+ 15
332
+ 4
333
+ 5
334
+ 79
335
+ 98
336
+ 7
337
+ 2
338
+ 19
339
+ 4
340
+ 8
341
+ 197
342
+ 13
343
+ 7
344
+ 13
345
+ 13
346
+ 70
347
+ 9
348
+ 115
349
+ 15
350
+ 44
351
+ 43
352
+ 3
353
+ 7
354
+ 14
355
+ 78
356
+ 49
357
+ 5
358
+ 2
359
+ 6
360
+ 13
361
+ 12
362
+ 49
363
+ 6
364
+ 1
365
+ 9
366
+ 136
367
+ 15
368
+ 2
369
+ 19
370
+ 2
371
+ 15
372
+ 4
373
+ 5
374
+ 78
375
+ 98
376
+ 7
377
+ 2
378
+ 19
379
+ 4
380
+ 8
381
+ 197
382
+ 13
383
+ 7
384
+ 15
385
+ 13
386
+ 70
387
+ 9
388
+ 155
389
+ 15
390
+ 44
391
+ 43
392
+ 3
393
+ 7
394
+ 16
395
+ 78
396
+ 49
397
+ 5
398
+ 2
399
+ 6
400
+ 15
401
+ 12
402
+ 49
403
+ 6
404
+ 1
405
+ 9
406
+ 194
407
+ 15
408
+ 4
409
+ 5
410
+ 78
411
+ 98
412
+ 7
413
+ 2
414
+ 7
415
+ 17
416
+ 64
417
+ 83
418
+ 9
419
+ 9
420
+ 179
421
+ 7
422
+ 5
423
+ 8
424
+ 181
425
+ 7
426
+ 18
427
+ 19
428
+ 3
429
+ 15
430
+ 4
431
+ 5
432
+ 79
433
+ 98
434
+ 7
435
+ 2
436
+ 19
437
+ 4
438
+ 8
439
+ 197
440
+ 15
441
+ 1
442
+ 11
443
+ 15
444
+ 5
445
+ 13
446
+ 72
447
+ 5
448
+ 47
449
+ 9
450
+ 231
451
+ 47
452
+ 49
453
+ 19
454
+ 0
455
+ 13
456
+ 20
457
+ 1
458
+ 20
459
+ 3
460
+ 20
461
+ 2
462
+ 20
463
+ 4
464
+ 7
465
+ 20
466
+ 64
467
+ 49
468
+ 21
469
+ 1
470
+ 47
471
+ 49
472
+ 22
473
+ 4
474
+ 15
475
+ 8
476
+ 249
477
+ 20
478
+ 1
479
+ 20
480
+ 3
481
+ 20
482
+ 2
483
+ 20
484
+ 4
485
+ 7
486
+ 20
487
+ 64
488
+ 49
489
+ 21
490
+ 1
491
+ 47
492
+ 49
493
+ 5
494
+ 4
495
+ 11
496
+ I
497
+ c
498
+ I
499
+ 5
500
+ I
501
+ 1
502
+ I
503
+ 1
504
+ n
505
+ p
506
+ 23
507
+ x
508
+ 5
509
+ first
510
+ x
511
+ 4
512
+ to_s
513
+ n
514
+ x
515
+ 6
516
+ Regexp
517
+ s
518
+ 37
519
+ ^find_(all_|last_)?by_([_a-zA-Z]\w*)$
520
+ x
521
+ 3
522
+ new
523
+ x
524
+ 3
525
+ ===
526
+ x
527
+ 24
528
+ regexp_last_match_result
529
+ s
530
+ 5
531
+ last_
532
+ x
533
+ 2
534
+ ==
535
+ x
536
+ 4
537
+ last
538
+ s
539
+ 4
540
+ all_
541
+ x
542
+ 3
543
+ all
544
+ n
545
+ s
546
+ 26
547
+ ^find_by_([_a-zA-Z]\w*)\!$
548
+ n
549
+ s
550
+ 47
551
+ ^find_or_(initialize|create)_by_([_a-zA-Z]\w*)$
552
+ s
553
+ 10
554
+ initialize
555
+ x
556
+ 6
557
+ create
558
+ x
559
+ 8
560
+ allocate
561
+ s
562
+ 5
563
+ _and_
564
+ x
565
+ 5
566
+ split
567
+ x
568
+ 10
569
+ initialize
570
+ p
571
+ 35
572
+ I
573
+ -1
574
+ I
575
+ 8
576
+ I
577
+ 0
578
+ I
579
+ 9
580
+ I
581
+ 5
582
+ I
583
+ a
584
+ I
585
+ 9
586
+ I
587
+ b
588
+ I
589
+ d
590
+ I
591
+ d
592
+ I
593
+ 12
594
+ I
595
+ e
596
+ I
597
+ 2c
598
+ I
599
+ f
600
+ I
601
+ 41
602
+ I
603
+ 10
604
+ I
605
+ 56
606
+ I
607
+ 11
608
+ I
609
+ 60
610
+ I
611
+ 12
612
+ I
613
+ 7a
614
+ I
615
+ 13
616
+ I
617
+ 7e
618
+ I
619
+ 14
620
+ I
621
+ 88
622
+ I
623
+ 15
624
+ I
625
+ a2
626
+ I
627
+ 16
628
+ I
629
+ b8
630
+ I
631
+ 17
632
+ I
633
+ c3
634
+ I
635
+ 19
636
+ I
637
+ c6
638
+ I
639
+ 1c
640
+ I
641
+ fa
642
+ x
643
+ 91
644
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
645
+ p
646
+ 5
647
+ x
648
+ 6
649
+ method
650
+ x
651
+ 6
652
+ finder
653
+ x
654
+ 4
655
+ bang
656
+ x
657
+ 12
658
+ instantiator
659
+ x
660
+ 5
661
+ names
662
+ x
663
+ 13
664
+ attach_method
665
+ x
666
+ 10
667
+ initialize
668
+ M
669
+ 1
670
+ n
671
+ n
672
+ x
673
+ 10
674
+ initialize
675
+ i
676
+ 20
677
+ 20
678
+ 0
679
+ 38
680
+ 0
681
+ 15
682
+ 20
683
+ 1
684
+ 38
685
+ 1
686
+ 15
687
+ 20
688
+ 2
689
+ 38
690
+ 2
691
+ 15
692
+ 20
693
+ 3
694
+ 38
695
+ 3
696
+ 11
697
+ I
698
+ 5
699
+ I
700
+ 4
701
+ I
702
+ 4
703
+ I
704
+ 4
705
+ n
706
+ p
707
+ 4
708
+ x
709
+ 7
710
+ @finder
711
+ x
712
+ 13
713
+ @instantiator
714
+ x
715
+ 5
716
+ @bang
717
+ x
718
+ 16
719
+ @attribute_names
720
+ p
721
+ 11
722
+ I
723
+ -1
724
+ I
725
+ 1f
726
+ I
727
+ 0
728
+ I
729
+ 20
730
+ I
731
+ 5
732
+ I
733
+ 21
734
+ I
735
+ a
736
+ I
737
+ 22
738
+ I
739
+ f
740
+ I
741
+ 23
742
+ I
743
+ 14
744
+ x
745
+ 91
746
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
747
+ p
748
+ 4
749
+ x
750
+ 6
751
+ finder
752
+ x
753
+ 12
754
+ instantiator
755
+ x
756
+ 4
757
+ bang
758
+ x
759
+ 15
760
+ attribute_names
761
+ x
762
+ 17
763
+ method_visibility
764
+ x
765
+ 15
766
+ add_defn_method
767
+ x
768
+ 6
769
+ finder
770
+ x
771
+ 15
772
+ attribute_names
773
+ x
774
+ 12
775
+ instantiator
776
+ x
777
+ 11
778
+ attr_reader
779
+ x
780
+ 7
781
+ finder?
782
+ M
783
+ 1
784
+ n
785
+ n
786
+ x
787
+ 7
788
+ finder?
789
+ i
790
+ 15
791
+ 39
792
+ 0
793
+ 13
794
+ 9
795
+ 14
796
+ 15
797
+ 39
798
+ 1
799
+ 10
800
+ 13
801
+ 2
802
+ 8
803
+ 14
804
+ 3
805
+ 11
806
+ I
807
+ 2
808
+ I
809
+ 0
810
+ I
811
+ 0
812
+ I
813
+ 0
814
+ n
815
+ p
816
+ 2
817
+ x
818
+ 7
819
+ @finder
820
+ x
821
+ 13
822
+ @instantiator
823
+ p
824
+ 5
825
+ I
826
+ -1
827
+ I
828
+ 28
829
+ I
830
+ 0
831
+ I
832
+ 29
833
+ I
834
+ f
835
+ x
836
+ 91
837
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
838
+ p
839
+ 0
840
+ x
841
+ 13
842
+ instantiator?
843
+ M
844
+ 1
845
+ n
846
+ n
847
+ x
848
+ 13
849
+ instantiator?
850
+ i
851
+ 13
852
+ 39
853
+ 0
854
+ 7
855
+ 1
856
+ 83
857
+ 2
858
+ 13
859
+ 9
860
+ 12
861
+ 15
862
+ 39
863
+ 3
864
+ 11
865
+ I
866
+ 2
867
+ I
868
+ 0
869
+ I
870
+ 0
871
+ I
872
+ 0
873
+ n
874
+ p
875
+ 4
876
+ x
877
+ 7
878
+ @finder
879
+ x
880
+ 5
881
+ first
882
+ x
883
+ 2
884
+ ==
885
+ x
886
+ 13
887
+ @instantiator
888
+ p
889
+ 5
890
+ I
891
+ -1
892
+ I
893
+ 2c
894
+ I
895
+ 0
896
+ I
897
+ 2d
898
+ I
899
+ d
900
+ x
901
+ 91
902
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
903
+ p
904
+ 0
905
+ x
906
+ 8
907
+ creator?
908
+ M
909
+ 1
910
+ n
911
+ n
912
+ x
913
+ 8
914
+ creator?
915
+ i
916
+ 17
917
+ 39
918
+ 0
919
+ 7
920
+ 1
921
+ 83
922
+ 2
923
+ 13
924
+ 9
925
+ 16
926
+ 15
927
+ 39
928
+ 3
929
+ 7
930
+ 4
931
+ 83
932
+ 2
933
+ 11
934
+ I
935
+ 2
936
+ I
937
+ 0
938
+ I
939
+ 0
940
+ I
941
+ 0
942
+ n
943
+ p
944
+ 5
945
+ x
946
+ 7
947
+ @finder
948
+ x
949
+ 5
950
+ first
951
+ x
952
+ 2
953
+ ==
954
+ x
955
+ 13
956
+ @instantiator
957
+ x
958
+ 6
959
+ create
960
+ p
961
+ 5
962
+ I
963
+ -1
964
+ I
965
+ 30
966
+ I
967
+ 0
968
+ I
969
+ 31
970
+ I
971
+ 11
972
+ x
973
+ 91
974
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
975
+ p
976
+ 0
977
+ x
978
+ 5
979
+ bang?
980
+ M
981
+ 1
982
+ n
983
+ n
984
+ x
985
+ 5
986
+ bang?
987
+ i
988
+ 3
989
+ 39
990
+ 0
991
+ 11
992
+ I
993
+ 1
994
+ I
995
+ 0
996
+ I
997
+ 0
998
+ I
999
+ 0
1000
+ n
1001
+ p
1002
+ 1
1003
+ x
1004
+ 5
1005
+ @bang
1006
+ p
1007
+ 5
1008
+ I
1009
+ -1
1010
+ I
1011
+ 34
1012
+ I
1013
+ 0
1014
+ I
1015
+ 35
1016
+ I
1017
+ 3
1018
+ x
1019
+ 91
1020
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
1021
+ p
1022
+ 0
1023
+ p
1024
+ 15
1025
+ I
1026
+ 2
1027
+ I
1028
+ 8
1029
+ I
1030
+ d
1031
+ I
1032
+ 1f
1033
+ I
1034
+ 1b
1035
+ I
1036
+ 26
1037
+ I
1038
+ 27
1039
+ I
1040
+ 28
1041
+ I
1042
+ 35
1043
+ I
1044
+ 2c
1045
+ I
1046
+ 43
1047
+ I
1048
+ 30
1049
+ I
1050
+ 51
1051
+ I
1052
+ 34
1053
+ I
1054
+ 5f
1055
+ x
1056
+ 91
1057
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
1058
+ p
1059
+ 0
1060
+ x
1061
+ 13
1062
+ attach_method
1063
+ p
1064
+ 3
1065
+ I
1066
+ 2
1067
+ I
1068
+ 7
1069
+ I
1070
+ 1d
1071
+ x
1072
+ 91
1073
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
1074
+ p
1075
+ 0
1076
+ x
1077
+ 13
1078
+ attach_method
1079
+ p
1080
+ 3
1081
+ I
1082
+ 0
1083
+ I
1084
+ 1
1085
+ I
1086
+ 1c
1087
+ x
1088
+ 91
1089
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_finder_match.rb
1090
+ p
1091
+ 0