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,3631 @@
1
+ !RBIX
2
+ 12079494195756429234
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 28
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 2
40
+ 11
41
+ I
42
+ 6
43
+ I
44
+ 0
45
+ I
46
+ 0
47
+ I
48
+ 0
49
+ n
50
+ p
51
+ 5
52
+ x
53
+ 12
54
+ ActiveRecord
55
+ x
56
+ 11
57
+ open_module
58
+ x
59
+ 15
60
+ __module_init__
61
+ M
62
+ 1
63
+ n
64
+ n
65
+ x
66
+ 12
67
+ ActiveRecord
68
+ i
69
+ 28
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 65
76
+ 49
77
+ 1
78
+ 2
79
+ 13
80
+ 99
81
+ 12
82
+ 7
83
+ 2
84
+ 12
85
+ 7
86
+ 3
87
+ 12
88
+ 65
89
+ 12
90
+ 49
91
+ 4
92
+ 4
93
+ 15
94
+ 49
95
+ 2
96
+ 0
97
+ 11
98
+ I
99
+ 6
100
+ I
101
+ 0
102
+ I
103
+ 0
104
+ I
105
+ 0
106
+ n
107
+ p
108
+ 5
109
+ x
110
+ 11
111
+ Persistence
112
+ x
113
+ 11
114
+ open_module
115
+ x
116
+ 15
117
+ __module_init__
118
+ M
119
+ 1
120
+ n
121
+ n
122
+ x
123
+ 11
124
+ Persistence
125
+ i
126
+ 328
127
+ 5
128
+ 66
129
+ 99
130
+ 7
131
+ 0
132
+ 7
133
+ 1
134
+ 65
135
+ 67
136
+ 49
137
+ 2
138
+ 0
139
+ 49
140
+ 3
141
+ 4
142
+ 15
143
+ 99
144
+ 7
145
+ 4
146
+ 7
147
+ 5
148
+ 65
149
+ 67
150
+ 49
151
+ 2
152
+ 0
153
+ 49
154
+ 3
155
+ 4
156
+ 15
157
+ 99
158
+ 7
159
+ 6
160
+ 7
161
+ 7
162
+ 65
163
+ 67
164
+ 49
165
+ 2
166
+ 0
167
+ 49
168
+ 3
169
+ 4
170
+ 15
171
+ 99
172
+ 7
173
+ 8
174
+ 7
175
+ 9
176
+ 65
177
+ 67
178
+ 49
179
+ 2
180
+ 0
181
+ 49
182
+ 3
183
+ 4
184
+ 15
185
+ 99
186
+ 7
187
+ 10
188
+ 7
189
+ 11
190
+ 65
191
+ 67
192
+ 49
193
+ 2
194
+ 0
195
+ 49
196
+ 3
197
+ 4
198
+ 15
199
+ 99
200
+ 7
201
+ 12
202
+ 7
203
+ 13
204
+ 65
205
+ 67
206
+ 49
207
+ 2
208
+ 0
209
+ 49
210
+ 3
211
+ 4
212
+ 15
213
+ 99
214
+ 7
215
+ 14
216
+ 7
217
+ 15
218
+ 65
219
+ 67
220
+ 49
221
+ 2
222
+ 0
223
+ 49
224
+ 3
225
+ 4
226
+ 15
227
+ 99
228
+ 7
229
+ 16
230
+ 7
231
+ 17
232
+ 65
233
+ 67
234
+ 49
235
+ 2
236
+ 0
237
+ 49
238
+ 3
239
+ 4
240
+ 15
241
+ 99
242
+ 7
243
+ 18
244
+ 7
245
+ 19
246
+ 65
247
+ 67
248
+ 49
249
+ 2
250
+ 0
251
+ 49
252
+ 3
253
+ 4
254
+ 15
255
+ 99
256
+ 7
257
+ 20
258
+ 7
259
+ 21
260
+ 65
261
+ 67
262
+ 49
263
+ 2
264
+ 0
265
+ 49
266
+ 3
267
+ 4
268
+ 15
269
+ 99
270
+ 7
271
+ 22
272
+ 7
273
+ 23
274
+ 65
275
+ 67
276
+ 49
277
+ 2
278
+ 0
279
+ 49
280
+ 3
281
+ 4
282
+ 15
283
+ 99
284
+ 7
285
+ 24
286
+ 7
287
+ 25
288
+ 65
289
+ 67
290
+ 49
291
+ 2
292
+ 0
293
+ 49
294
+ 3
295
+ 4
296
+ 15
297
+ 99
298
+ 7
299
+ 26
300
+ 7
301
+ 27
302
+ 65
303
+ 67
304
+ 49
305
+ 2
306
+ 0
307
+ 49
308
+ 3
309
+ 4
310
+ 15
311
+ 99
312
+ 7
313
+ 28
314
+ 7
315
+ 29
316
+ 65
317
+ 67
318
+ 49
319
+ 2
320
+ 0
321
+ 49
322
+ 3
323
+ 4
324
+ 15
325
+ 99
326
+ 7
327
+ 30
328
+ 7
329
+ 31
330
+ 65
331
+ 67
332
+ 49
333
+ 2
334
+ 0
335
+ 49
336
+ 3
337
+ 4
338
+ 15
339
+ 99
340
+ 7
341
+ 32
342
+ 7
343
+ 33
344
+ 65
345
+ 67
346
+ 49
347
+ 2
348
+ 0
349
+ 49
350
+ 3
351
+ 4
352
+ 15
353
+ 99
354
+ 7
355
+ 34
356
+ 7
357
+ 35
358
+ 65
359
+ 67
360
+ 49
361
+ 2
362
+ 0
363
+ 49
364
+ 3
365
+ 4
366
+ 15
367
+ 99
368
+ 7
369
+ 36
370
+ 7
371
+ 37
372
+ 65
373
+ 67
374
+ 49
375
+ 2
376
+ 0
377
+ 49
378
+ 3
379
+ 4
380
+ 15
381
+ 99
382
+ 7
383
+ 38
384
+ 7
385
+ 39
386
+ 65
387
+ 67
388
+ 49
389
+ 2
390
+ 0
391
+ 49
392
+ 3
393
+ 4
394
+ 15
395
+ 5
396
+ 48
397
+ 40
398
+ 15
399
+ 99
400
+ 7
401
+ 41
402
+ 7
403
+ 42
404
+ 65
405
+ 67
406
+ 49
407
+ 2
408
+ 0
409
+ 49
410
+ 3
411
+ 4
412
+ 15
413
+ 99
414
+ 7
415
+ 43
416
+ 7
417
+ 44
418
+ 65
419
+ 67
420
+ 49
421
+ 2
422
+ 0
423
+ 49
424
+ 3
425
+ 4
426
+ 15
427
+ 99
428
+ 7
429
+ 45
430
+ 7
431
+ 46
432
+ 65
433
+ 67
434
+ 49
435
+ 2
436
+ 0
437
+ 49
438
+ 3
439
+ 4
440
+ 15
441
+ 99
442
+ 7
443
+ 47
444
+ 7
445
+ 48
446
+ 65
447
+ 67
448
+ 49
449
+ 2
450
+ 0
451
+ 49
452
+ 3
453
+ 4
454
+ 11
455
+ I
456
+ 5
457
+ I
458
+ 0
459
+ I
460
+ 0
461
+ I
462
+ 0
463
+ n
464
+ p
465
+ 49
466
+ x
467
+ 11
468
+ new_record?
469
+ M
470
+ 1
471
+ n
472
+ n
473
+ x
474
+ 11
475
+ new_record?
476
+ i
477
+ 3
478
+ 39
479
+ 0
480
+ 11
481
+ I
482
+ 1
483
+ I
484
+ 0
485
+ I
486
+ 0
487
+ I
488
+ 0
489
+ n
490
+ p
491
+ 1
492
+ x
493
+ 11
494
+ @new_record
495
+ p
496
+ 5
497
+ I
498
+ -1
499
+ I
500
+ 6
501
+ I
502
+ 0
503
+ I
504
+ 7
505
+ I
506
+ 3
507
+ x
508
+ 82
509
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
510
+ p
511
+ 0
512
+ x
513
+ 17
514
+ method_visibility
515
+ x
516
+ 15
517
+ add_defn_method
518
+ x
519
+ 10
520
+ destroyed?
521
+ M
522
+ 1
523
+ n
524
+ n
525
+ x
526
+ 10
527
+ destroyed?
528
+ i
529
+ 3
530
+ 39
531
+ 0
532
+ 11
533
+ I
534
+ 1
535
+ I
536
+ 0
537
+ I
538
+ 0
539
+ I
540
+ 0
541
+ n
542
+ p
543
+ 1
544
+ x
545
+ 10
546
+ @destroyed
547
+ p
548
+ 5
549
+ I
550
+ -1
551
+ I
552
+ b
553
+ I
554
+ 0
555
+ I
556
+ c
557
+ I
558
+ 3
559
+ x
560
+ 82
561
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
562
+ p
563
+ 0
564
+ x
565
+ 10
566
+ persisted?
567
+ M
568
+ 1
569
+ n
570
+ n
571
+ x
572
+ 10
573
+ persisted?
574
+ i
575
+ 21
576
+ 5
577
+ 47
578
+ 49
579
+ 0
580
+ 0
581
+ 13
582
+ 10
583
+ 14
584
+ 15
585
+ 5
586
+ 47
587
+ 49
588
+ 1
589
+ 0
590
+ 10
591
+ 19
592
+ 2
593
+ 8
594
+ 20
595
+ 3
596
+ 11
597
+ I
598
+ 2
599
+ I
600
+ 0
601
+ I
602
+ 0
603
+ I
604
+ 0
605
+ n
606
+ p
607
+ 2
608
+ x
609
+ 11
610
+ new_record?
611
+ x
612
+ 10
613
+ destroyed?
614
+ p
615
+ 5
616
+ I
617
+ -1
618
+ I
619
+ 11
620
+ I
621
+ 0
622
+ I
623
+ 12
624
+ I
625
+ 15
626
+ x
627
+ 82
628
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
629
+ p
630
+ 0
631
+ x
632
+ 4
633
+ save
634
+ M
635
+ 1
636
+ n
637
+ n
638
+ x
639
+ 4
640
+ save
641
+ i
642
+ 4
643
+ 5
644
+ 48
645
+ 0
646
+ 11
647
+ I
648
+ 2
649
+ I
650
+ 1
651
+ I
652
+ 0
653
+ I
654
+ 0
655
+ I
656
+ 0
657
+ p
658
+ 1
659
+ x
660
+ 16
661
+ create_or_update
662
+ p
663
+ 5
664
+ I
665
+ -1
666
+ I
667
+ 26
668
+ I
669
+ 0
670
+ I
671
+ 27
672
+ I
673
+ 4
674
+ x
675
+ 82
676
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
677
+ p
678
+ 1
679
+ x
680
+ 14
681
+ @unnamed_splat
682
+ x
683
+ 5
684
+ save!
685
+ M
686
+ 1
687
+ n
688
+ n
689
+ x
690
+ 5
691
+ save!
692
+ i
693
+ 16
694
+ 5
695
+ 48
696
+ 0
697
+ 13
698
+ 10
699
+ 15
700
+ 15
701
+ 5
702
+ 45
703
+ 1
704
+ 2
705
+ 47
706
+ 49
707
+ 3
708
+ 1
709
+ 11
710
+ I
711
+ 3
712
+ I
713
+ 1
714
+ I
715
+ 0
716
+ I
717
+ 0
718
+ I
719
+ 0
720
+ p
721
+ 4
722
+ x
723
+ 16
724
+ create_or_update
725
+ x
726
+ 14
727
+ RecordNotSaved
728
+ n
729
+ x
730
+ 5
731
+ raise
732
+ p
733
+ 5
734
+ I
735
+ -1
736
+ I
737
+ 37
738
+ I
739
+ 0
740
+ I
741
+ 38
742
+ I
743
+ 10
744
+ x
745
+ 82
746
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
747
+ p
748
+ 1
749
+ x
750
+ 14
751
+ @unnamed_splat
752
+ x
753
+ 6
754
+ delete
755
+ M
756
+ 1
757
+ n
758
+ n
759
+ x
760
+ 6
761
+ delete
762
+ i
763
+ 29
764
+ 5
765
+ 47
766
+ 49
767
+ 0
768
+ 0
769
+ 9
770
+ 19
771
+ 5
772
+ 49
773
+ 1
774
+ 0
775
+ 5
776
+ 48
777
+ 2
778
+ 49
779
+ 3
780
+ 1
781
+ 8
782
+ 20
783
+ 1
784
+ 15
785
+ 2
786
+ 38
787
+ 4
788
+ 15
789
+ 5
790
+ 48
791
+ 5
792
+ 11
793
+ I
794
+ 2
795
+ I
796
+ 0
797
+ I
798
+ 0
799
+ I
800
+ 0
801
+ n
802
+ p
803
+ 6
804
+ x
805
+ 10
806
+ persisted?
807
+ x
808
+ 5
809
+ class
810
+ x
811
+ 2
812
+ id
813
+ x
814
+ 6
815
+ delete
816
+ x
817
+ 10
818
+ @destroyed
819
+ x
820
+ 6
821
+ freeze
822
+ p
823
+ 9
824
+ I
825
+ -1
826
+ I
827
+ 45
828
+ I
829
+ 0
830
+ I
831
+ 46
832
+ I
833
+ 15
834
+ I
835
+ 47
836
+ I
837
+ 19
838
+ I
839
+ 48
840
+ I
841
+ 1d
842
+ x
843
+ 82
844
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
845
+ p
846
+ 0
847
+ x
848
+ 7
849
+ destroy
850
+ M
851
+ 1
852
+ n
853
+ n
854
+ x
855
+ 7
856
+ destroy
857
+ i
858
+ 55
859
+ 5
860
+ 47
861
+ 49
862
+ 0
863
+ 0
864
+ 9
865
+ 45
866
+ 5
867
+ 49
868
+ 1
869
+ 0
870
+ 49
871
+ 2
872
+ 0
873
+ 5
874
+ 49
875
+ 1
876
+ 0
877
+ 49
878
+ 3
879
+ 0
880
+ 5
881
+ 49
882
+ 1
883
+ 0
884
+ 49
885
+ 4
886
+ 0
887
+ 49
888
+ 5
889
+ 1
890
+ 5
891
+ 48
892
+ 6
893
+ 49
894
+ 7
895
+ 1
896
+ 49
897
+ 8
898
+ 1
899
+ 49
900
+ 9
901
+ 0
902
+ 8
903
+ 46
904
+ 1
905
+ 15
906
+ 2
907
+ 38
908
+ 10
909
+ 15
910
+ 5
911
+ 48
912
+ 11
913
+ 11
914
+ I
915
+ 3
916
+ I
917
+ 0
918
+ I
919
+ 0
920
+ I
921
+ 0
922
+ n
923
+ p
924
+ 12
925
+ x
926
+ 10
927
+ persisted?
928
+ x
929
+ 5
930
+ class
931
+ x
932
+ 8
933
+ unscoped
934
+ x
935
+ 10
936
+ arel_table
937
+ x
938
+ 11
939
+ primary_key
940
+ x
941
+ 2
942
+ []
943
+ x
944
+ 2
945
+ id
946
+ x
947
+ 2
948
+ eq
949
+ x
950
+ 5
951
+ where
952
+ x
953
+ 10
954
+ delete_all
955
+ x
956
+ 10
957
+ @destroyed
958
+ x
959
+ 6
960
+ freeze
961
+ p
962
+ 13
963
+ I
964
+ -1
965
+ I
966
+ 4d
967
+ I
968
+ 0
969
+ I
970
+ 4e
971
+ I
972
+ 7
973
+ I
974
+ 4f
975
+ I
976
+ 2d
977
+ I
978
+ 4e
979
+ I
980
+ 2f
981
+ I
982
+ 52
983
+ I
984
+ 33
985
+ I
986
+ 53
987
+ I
988
+ 37
989
+ x
990
+ 82
991
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
992
+ p
993
+ 0
994
+ x
995
+ 7
996
+ becomes
997
+ M
998
+ 1
999
+ n
1000
+ n
1001
+ x
1002
+ 7
1003
+ becomes
1004
+ i
1005
+ 79
1006
+ 20
1007
+ 0
1008
+ 13
1009
+ 71
1010
+ 0
1011
+ 47
1012
+ 9
1013
+ 20
1014
+ 47
1015
+ 49
1016
+ 1
1017
+ 0
1018
+ 13
1019
+ 47
1020
+ 49
1021
+ 2
1022
+ 0
1023
+ 15
1024
+ 8
1025
+ 23
1026
+ 49
1027
+ 0
1028
+ 0
1029
+ 19
1030
+ 1
1031
+ 15
1032
+ 20
1033
+ 1
1034
+ 7
1035
+ 3
1036
+ 64
1037
+ 39
1038
+ 4
1039
+ 49
1040
+ 5
1041
+ 2
1042
+ 15
1043
+ 20
1044
+ 1
1045
+ 7
1046
+ 6
1047
+ 64
1048
+ 39
1049
+ 7
1050
+ 49
1051
+ 5
1052
+ 2
1053
+ 15
1054
+ 20
1055
+ 1
1056
+ 7
1057
+ 8
1058
+ 64
1059
+ 5
1060
+ 47
1061
+ 49
1062
+ 9
1063
+ 0
1064
+ 49
1065
+ 5
1066
+ 2
1067
+ 15
1068
+ 20
1069
+ 1
1070
+ 7
1071
+ 10
1072
+ 64
1073
+ 5
1074
+ 47
1075
+ 49
1076
+ 11
1077
+ 0
1078
+ 49
1079
+ 5
1080
+ 2
1081
+ 15
1082
+ 20
1083
+ 1
1084
+ 11
1085
+ I
1086
+ 5
1087
+ I
1088
+ 2
1089
+ I
1090
+ 1
1091
+ I
1092
+ 1
1093
+ n
1094
+ p
1095
+ 12
1096
+ x
1097
+ 3
1098
+ new
1099
+ x
1100
+ 8
1101
+ allocate
1102
+ x
1103
+ 10
1104
+ initialize
1105
+ s
1106
+ 11
1107
+ @attributes
1108
+ x
1109
+ 11
1110
+ @attributes
1111
+ x
1112
+ 21
1113
+ instance_variable_set
1114
+ s
1115
+ 17
1116
+ @attributes_cache
1117
+ x
1118
+ 17
1119
+ @attributes_cache
1120
+ s
1121
+ 11
1122
+ @new_record
1123
+ x
1124
+ 11
1125
+ new_record?
1126
+ s
1127
+ 10
1128
+ @destroyed
1129
+ x
1130
+ 10
1131
+ destroyed?
1132
+ p
1133
+ 15
1134
+ I
1135
+ -1
1136
+ I
1137
+ 60
1138
+ I
1139
+ 0
1140
+ I
1141
+ 61
1142
+ I
1143
+ 1a
1144
+ I
1145
+ 62
1146
+ I
1147
+ 25
1148
+ I
1149
+ 63
1150
+ I
1151
+ 30
1152
+ I
1153
+ 64
1154
+ I
1155
+ 3e
1156
+ I
1157
+ 65
1158
+ I
1159
+ 4c
1160
+ I
1161
+ 66
1162
+ I
1163
+ 4f
1164
+ x
1165
+ 82
1166
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1167
+ p
1168
+ 2
1169
+ x
1170
+ 5
1171
+ klass
1172
+ x
1173
+ 6
1174
+ became
1175
+ x
1176
+ 16
1177
+ update_attribute
1178
+ M
1179
+ 1
1180
+ n
1181
+ n
1182
+ x
1183
+ 16
1184
+ update_attribute
1185
+ i
1186
+ 81
1187
+ 20
1188
+ 0
1189
+ 49
1190
+ 0
1191
+ 0
1192
+ 19
1193
+ 0
1194
+ 15
1195
+ 5
1196
+ 49
1197
+ 1
1198
+ 0
1199
+ 49
1200
+ 2
1201
+ 0
1202
+ 20
1203
+ 0
1204
+ 49
1205
+ 3
1206
+ 1
1207
+ 9
1208
+ 41
1209
+ 5
1210
+ 45
1211
+ 4
1212
+ 5
1213
+ 20
1214
+ 0
1215
+ 47
1216
+ 101
1217
+ 0
1218
+ 7
1219
+ 6
1220
+ 63
1221
+ 2
1222
+ 47
1223
+ 49
1224
+ 7
1225
+ 2
1226
+ 8
1227
+ 42
1228
+ 1
1229
+ 15
1230
+ 5
1231
+ 20
1232
+ 0
1233
+ 47
1234
+ 101
1235
+ 0
1236
+ 7
1237
+ 8
1238
+ 63
1239
+ 2
1240
+ 20
1241
+ 1
1242
+ 47
1243
+ 49
1244
+ 9
1245
+ 2
1246
+ 15
1247
+ 5
1248
+ 44
1249
+ 43
1250
+ 10
1251
+ 79
1252
+ 49
1253
+ 11
1254
+ 1
1255
+ 13
1256
+ 7
1257
+ 12
1258
+ 3
1259
+ 49
1260
+ 13
1261
+ 2
1262
+ 15
1263
+ 47
1264
+ 49
1265
+ 14
1266
+ 1
1267
+ 11
1268
+ I
1269
+ 7
1270
+ I
1271
+ 2
1272
+ I
1273
+ 2
1274
+ I
1275
+ 2
1276
+ n
1277
+ p
1278
+ 15
1279
+ x
1280
+ 4
1281
+ to_s
1282
+ x
1283
+ 5
1284
+ class
1285
+ x
1286
+ 19
1287
+ readonly_attributes
1288
+ x
1289
+ 8
1290
+ include?
1291
+ x
1292
+ 17
1293
+ ActiveRecordError
1294
+ n
1295
+ s
1296
+ 22
1297
+ is marked as readonly
1298
+ x
1299
+ 5
1300
+ raise
1301
+ s
1302
+ 1
1303
+ =
1304
+ x
1305
+ 4
1306
+ send
1307
+ x
1308
+ 4
1309
+ Hash
1310
+ x
1311
+ 16
1312
+ new_from_literal
1313
+ x
1314
+ 8
1315
+ validate
1316
+ x
1317
+ 3
1318
+ []=
1319
+ x
1320
+ 4
1321
+ save
1322
+ p
1323
+ 11
1324
+ I
1325
+ -1
1326
+ I
1327
+ 71
1328
+ I
1329
+ 0
1330
+ I
1331
+ 72
1332
+ I
1333
+ 8
1334
+ I
1335
+ 73
1336
+ I
1337
+ 2b
1338
+ I
1339
+ 74
1340
+ I
1341
+ 3c
1342
+ I
1343
+ 75
1344
+ I
1345
+ 51
1346
+ x
1347
+ 82
1348
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1349
+ p
1350
+ 2
1351
+ x
1352
+ 4
1353
+ name
1354
+ x
1355
+ 5
1356
+ value
1357
+ x
1358
+ 17
1359
+ update_attributes
1360
+ M
1361
+ 1
1362
+ n
1363
+ n
1364
+ x
1365
+ 17
1366
+ update_attributes
1367
+ i
1368
+ 8
1369
+ 5
1370
+ 56
1371
+ 0
1372
+ 47
1373
+ 50
1374
+ 1
1375
+ 0
1376
+ 11
1377
+ I
1378
+ 3
1379
+ I
1380
+ 1
1381
+ I
1382
+ 1
1383
+ I
1384
+ 1
1385
+ n
1386
+ p
1387
+ 2
1388
+ M
1389
+ 1
1390
+ p
1391
+ 2
1392
+ x
1393
+ 9
1394
+ for_block
1395
+ t
1396
+ n
1397
+ x
1398
+ 17
1399
+ update_attributes
1400
+ i
1401
+ 17
1402
+ 5
1403
+ 21
1404
+ 1
1405
+ 0
1406
+ 13
1407
+ 18
1408
+ 2
1409
+ 47
1410
+ 49
1411
+ 0
1412
+ 1
1413
+ 15
1414
+ 15
1415
+ 5
1416
+ 48
1417
+ 1
1418
+ 11
1419
+ I
1420
+ 4
1421
+ I
1422
+ 0
1423
+ I
1424
+ 0
1425
+ I
1426
+ 0
1427
+ I
1428
+ -2
1429
+ p
1430
+ 2
1431
+ x
1432
+ 11
1433
+ attributes=
1434
+ x
1435
+ 4
1436
+ save
1437
+ p
1438
+ 7
1439
+ I
1440
+ 0
1441
+ I
1442
+ 122
1443
+ I
1444
+ 1
1445
+ I
1446
+ 7f
1447
+ I
1448
+ d
1449
+ I
1450
+ 80
1451
+ I
1452
+ 11
1453
+ x
1454
+ 82
1455
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1456
+ p
1457
+ 0
1458
+ x
1459
+ 33
1460
+ with_transaction_returning_status
1461
+ p
1462
+ 5
1463
+ I
1464
+ -1
1465
+ I
1466
+ 7b
1467
+ I
1468
+ 0
1469
+ I
1470
+ 7e
1471
+ I
1472
+ 8
1473
+ x
1474
+ 82
1475
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1476
+ p
1477
+ 1
1478
+ x
1479
+ 10
1480
+ attributes
1481
+ x
1482
+ 18
1483
+ update_attributes!
1484
+ M
1485
+ 1
1486
+ n
1487
+ n
1488
+ x
1489
+ 18
1490
+ update_attributes!
1491
+ i
1492
+ 8
1493
+ 5
1494
+ 56
1495
+ 0
1496
+ 47
1497
+ 50
1498
+ 1
1499
+ 0
1500
+ 11
1501
+ I
1502
+ 3
1503
+ I
1504
+ 1
1505
+ I
1506
+ 1
1507
+ I
1508
+ 1
1509
+ n
1510
+ p
1511
+ 2
1512
+ M
1513
+ 1
1514
+ p
1515
+ 2
1516
+ x
1517
+ 9
1518
+ for_block
1519
+ t
1520
+ n
1521
+ x
1522
+ 18
1523
+ update_attributes!
1524
+ i
1525
+ 19
1526
+ 5
1527
+ 21
1528
+ 1
1529
+ 0
1530
+ 13
1531
+ 18
1532
+ 2
1533
+ 47
1534
+ 49
1535
+ 0
1536
+ 1
1537
+ 15
1538
+ 15
1539
+ 5
1540
+ 47
1541
+ 49
1542
+ 1
1543
+ 0
1544
+ 11
1545
+ I
1546
+ 4
1547
+ I
1548
+ 0
1549
+ I
1550
+ 0
1551
+ I
1552
+ 0
1553
+ I
1554
+ -2
1555
+ p
1556
+ 2
1557
+ x
1558
+ 11
1559
+ attributes=
1560
+ x
1561
+ 5
1562
+ save!
1563
+ p
1564
+ 7
1565
+ I
1566
+ 0
1567
+ I
1568
+ 122
1569
+ I
1570
+ 1
1571
+ I
1572
+ 8a
1573
+ I
1574
+ d
1575
+ I
1576
+ 8b
1577
+ I
1578
+ 13
1579
+ x
1580
+ 82
1581
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1582
+ p
1583
+ 0
1584
+ x
1585
+ 33
1586
+ with_transaction_returning_status
1587
+ p
1588
+ 5
1589
+ I
1590
+ -1
1591
+ I
1592
+ 86
1593
+ I
1594
+ 0
1595
+ I
1596
+ 89
1597
+ I
1598
+ 8
1599
+ x
1600
+ 82
1601
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1602
+ p
1603
+ 1
1604
+ x
1605
+ 10
1606
+ attributes
1607
+ x
1608
+ 9
1609
+ increment
1610
+ M
1611
+ 1
1612
+ n
1613
+ n
1614
+ x
1615
+ 9
1616
+ increment
1617
+ i
1618
+ 58
1619
+ 23
1620
+ 1
1621
+ 10
1622
+ 8
1623
+ 79
1624
+ 19
1625
+ 1
1626
+ 15
1627
+ 5
1628
+ 20
1629
+ 0
1630
+ 14
1631
+ 2
1632
+ 49
1633
+ 0
1634
+ 1
1635
+ 13
1636
+ 10
1637
+ 30
1638
+ 15
1639
+ 78
1640
+ 13
1641
+ 18
1642
+ 3
1643
+ 49
1644
+ 1
1645
+ 2
1646
+ 15
1647
+ 8
1648
+ 34
1649
+ 18
1650
+ 2
1651
+ 16
1652
+ 2
1653
+ 15
1654
+ 5
1655
+ 20
1656
+ 0
1657
+ 14
1658
+ 2
1659
+ 49
1660
+ 0
1661
+ 1
1662
+ 20
1663
+ 1
1664
+ 49
1665
+ 2
1666
+ 1
1667
+ 13
1668
+ 18
1669
+ 3
1670
+ 49
1671
+ 1
1672
+ 2
1673
+ 15
1674
+ 15
1675
+ 5
1676
+ 11
1677
+ I
1678
+ 6
1679
+ I
1680
+ 2
1681
+ I
1682
+ 1
1683
+ I
1684
+ 2
1685
+ n
1686
+ p
1687
+ 3
1688
+ x
1689
+ 2
1690
+ []
1691
+ x
1692
+ 3
1693
+ []=
1694
+ x
1695
+ 1
1696
+ +
1697
+ p
1698
+ 9
1699
+ I
1700
+ -1
1701
+ I
1702
+ 92
1703
+ I
1704
+ 8
1705
+ I
1706
+ 93
1707
+ I
1708
+ 23
1709
+ I
1710
+ 94
1711
+ I
1712
+ 38
1713
+ I
1714
+ 95
1715
+ I
1716
+ 3a
1717
+ x
1718
+ 82
1719
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1720
+ p
1721
+ 2
1722
+ x
1723
+ 9
1724
+ attribute
1725
+ x
1726
+ 2
1727
+ by
1728
+ x
1729
+ 10
1730
+ increment!
1731
+ M
1732
+ 1
1733
+ n
1734
+ n
1735
+ x
1736
+ 10
1737
+ increment!
1738
+ i
1739
+ 30
1740
+ 23
1741
+ 1
1742
+ 10
1743
+ 8
1744
+ 79
1745
+ 19
1746
+ 1
1747
+ 15
1748
+ 5
1749
+ 20
1750
+ 0
1751
+ 20
1752
+ 1
1753
+ 47
1754
+ 49
1755
+ 0
1756
+ 2
1757
+ 20
1758
+ 0
1759
+ 5
1760
+ 20
1761
+ 0
1762
+ 47
1763
+ 49
1764
+ 1
1765
+ 1
1766
+ 49
1767
+ 2
1768
+ 2
1769
+ 11
1770
+ I
1771
+ 6
1772
+ I
1773
+ 2
1774
+ I
1775
+ 1
1776
+ I
1777
+ 2
1778
+ n
1779
+ p
1780
+ 3
1781
+ x
1782
+ 9
1783
+ increment
1784
+ x
1785
+ 2
1786
+ []
1787
+ x
1788
+ 16
1789
+ update_attribute
1790
+ p
1791
+ 5
1792
+ I
1793
+ -1
1794
+ I
1795
+ 9c
1796
+ I
1797
+ 8
1798
+ I
1799
+ 9d
1800
+ I
1801
+ 1e
1802
+ x
1803
+ 82
1804
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1805
+ p
1806
+ 2
1807
+ x
1808
+ 9
1809
+ attribute
1810
+ x
1811
+ 2
1812
+ by
1813
+ x
1814
+ 9
1815
+ decrement
1816
+ M
1817
+ 1
1818
+ n
1819
+ n
1820
+ x
1821
+ 9
1822
+ decrement
1823
+ i
1824
+ 58
1825
+ 23
1826
+ 1
1827
+ 10
1828
+ 8
1829
+ 79
1830
+ 19
1831
+ 1
1832
+ 15
1833
+ 5
1834
+ 20
1835
+ 0
1836
+ 14
1837
+ 2
1838
+ 49
1839
+ 0
1840
+ 1
1841
+ 13
1842
+ 10
1843
+ 30
1844
+ 15
1845
+ 78
1846
+ 13
1847
+ 18
1848
+ 3
1849
+ 49
1850
+ 1
1851
+ 2
1852
+ 15
1853
+ 8
1854
+ 34
1855
+ 18
1856
+ 2
1857
+ 16
1858
+ 2
1859
+ 15
1860
+ 5
1861
+ 20
1862
+ 0
1863
+ 14
1864
+ 2
1865
+ 49
1866
+ 0
1867
+ 1
1868
+ 20
1869
+ 1
1870
+ 49
1871
+ 2
1872
+ 1
1873
+ 13
1874
+ 18
1875
+ 3
1876
+ 49
1877
+ 1
1878
+ 2
1879
+ 15
1880
+ 15
1881
+ 5
1882
+ 11
1883
+ I
1884
+ 6
1885
+ I
1886
+ 2
1887
+ I
1888
+ 1
1889
+ I
1890
+ 2
1891
+ n
1892
+ p
1893
+ 3
1894
+ x
1895
+ 2
1896
+ []
1897
+ x
1898
+ 3
1899
+ []=
1900
+ x
1901
+ 1
1902
+ -
1903
+ p
1904
+ 9
1905
+ I
1906
+ -1
1907
+ I
1908
+ a3
1909
+ I
1910
+ 8
1911
+ I
1912
+ a4
1913
+ I
1914
+ 23
1915
+ I
1916
+ a5
1917
+ I
1918
+ 38
1919
+ I
1920
+ a6
1921
+ I
1922
+ 3a
1923
+ x
1924
+ 82
1925
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
1926
+ p
1927
+ 2
1928
+ x
1929
+ 9
1930
+ attribute
1931
+ x
1932
+ 2
1933
+ by
1934
+ x
1935
+ 10
1936
+ decrement!
1937
+ M
1938
+ 1
1939
+ n
1940
+ n
1941
+ x
1942
+ 10
1943
+ decrement!
1944
+ i
1945
+ 30
1946
+ 23
1947
+ 1
1948
+ 10
1949
+ 8
1950
+ 79
1951
+ 19
1952
+ 1
1953
+ 15
1954
+ 5
1955
+ 20
1956
+ 0
1957
+ 20
1958
+ 1
1959
+ 47
1960
+ 49
1961
+ 0
1962
+ 2
1963
+ 20
1964
+ 0
1965
+ 5
1966
+ 20
1967
+ 0
1968
+ 47
1969
+ 49
1970
+ 1
1971
+ 1
1972
+ 49
1973
+ 2
1974
+ 2
1975
+ 11
1976
+ I
1977
+ 6
1978
+ I
1979
+ 2
1980
+ I
1981
+ 1
1982
+ I
1983
+ 2
1984
+ n
1985
+ p
1986
+ 3
1987
+ x
1988
+ 9
1989
+ decrement
1990
+ x
1991
+ 2
1992
+ []
1993
+ x
1994
+ 16
1995
+ update_attribute
1996
+ p
1997
+ 5
1998
+ I
1999
+ -1
2000
+ I
2001
+ ad
2002
+ I
2003
+ 8
2004
+ I
2005
+ ae
2006
+ I
2007
+ 1e
2008
+ x
2009
+ 82
2010
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2011
+ p
2012
+ 2
2013
+ x
2014
+ 9
2015
+ attribute
2016
+ x
2017
+ 2
2018
+ by
2019
+ x
2020
+ 6
2021
+ toggle
2022
+ M
2023
+ 1
2024
+ n
2025
+ n
2026
+ x
2027
+ 6
2028
+ toggle
2029
+ i
2030
+ 34
2031
+ 5
2032
+ 20
2033
+ 0
2034
+ 5
2035
+ 20
2036
+ 0
2037
+ 47
2038
+ 101
2039
+ 0
2040
+ 7
2041
+ 1
2042
+ 63
2043
+ 2
2044
+ 47
2045
+ 49
2046
+ 2
2047
+ 1
2048
+ 10
2049
+ 22
2050
+ 2
2051
+ 8
2052
+ 23
2053
+ 3
2054
+ 13
2055
+ 18
2056
+ 3
2057
+ 47
2058
+ 49
2059
+ 3
2060
+ 2
2061
+ 15
2062
+ 15
2063
+ 5
2064
+ 11
2065
+ I
2066
+ 6
2067
+ I
2068
+ 1
2069
+ I
2070
+ 1
2071
+ I
2072
+ 1
2073
+ n
2074
+ p
2075
+ 4
2076
+ x
2077
+ 4
2078
+ to_s
2079
+ s
2080
+ 1
2081
+ ?
2082
+ x
2083
+ 4
2084
+ send
2085
+ x
2086
+ 3
2087
+ []=
2088
+ p
2089
+ 9
2090
+ I
2091
+ -1
2092
+ I
2093
+ b5
2094
+ I
2095
+ 0
2096
+ I
2097
+ 122
2098
+ I
2099
+ 1
2100
+ I
2101
+ b6
2102
+ I
2103
+ 20
2104
+ I
2105
+ b7
2106
+ I
2107
+ 22
2108
+ x
2109
+ 82
2110
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2111
+ p
2112
+ 1
2113
+ x
2114
+ 9
2115
+ attribute
2116
+ x
2117
+ 7
2118
+ toggle!
2119
+ M
2120
+ 1
2121
+ n
2122
+ n
2123
+ x
2124
+ 7
2125
+ toggle!
2126
+ i
2127
+ 20
2128
+ 5
2129
+ 20
2130
+ 0
2131
+ 47
2132
+ 49
2133
+ 0
2134
+ 1
2135
+ 20
2136
+ 0
2137
+ 5
2138
+ 20
2139
+ 0
2140
+ 47
2141
+ 49
2142
+ 1
2143
+ 1
2144
+ 49
2145
+ 2
2146
+ 2
2147
+ 11
2148
+ I
2149
+ 5
2150
+ I
2151
+ 1
2152
+ I
2153
+ 1
2154
+ I
2155
+ 1
2156
+ n
2157
+ p
2158
+ 3
2159
+ x
2160
+ 6
2161
+ toggle
2162
+ x
2163
+ 2
2164
+ []
2165
+ x
2166
+ 16
2167
+ update_attribute
2168
+ p
2169
+ 5
2170
+ I
2171
+ -1
2172
+ I
2173
+ be
2174
+ I
2175
+ 0
2176
+ I
2177
+ bf
2178
+ I
2179
+ 14
2180
+ x
2181
+ 82
2182
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2183
+ p
2184
+ 1
2185
+ x
2186
+ 9
2187
+ attribute
2188
+ x
2189
+ 6
2190
+ reload
2191
+ M
2192
+ 1
2193
+ n
2194
+ n
2195
+ x
2196
+ 6
2197
+ reload
2198
+ i
2199
+ 49
2200
+ 23
2201
+ 0
2202
+ 10
2203
+ 8
2204
+ 1
2205
+ 19
2206
+ 0
2207
+ 15
2208
+ 5
2209
+ 48
2210
+ 0
2211
+ 15
2212
+ 5
2213
+ 48
2214
+ 1
2215
+ 15
2216
+ 39
2217
+ 2
2218
+ 5
2219
+ 49
2220
+ 3
2221
+ 0
2222
+ 56
2223
+ 4
2224
+ 50
2225
+ 5
2226
+ 0
2227
+ 7
2228
+ 6
2229
+ 64
2230
+ 49
2231
+ 7
2232
+ 1
2233
+ 49
2234
+ 8
2235
+ 1
2236
+ 15
2237
+ 44
2238
+ 43
2239
+ 9
2240
+ 78
2241
+ 49
2242
+ 10
2243
+ 1
2244
+ 38
2245
+ 11
2246
+ 15
2247
+ 5
2248
+ 11
2249
+ I
2250
+ 4
2251
+ I
2252
+ 1
2253
+ I
2254
+ 0
2255
+ I
2256
+ 1
2257
+ n
2258
+ p
2259
+ 12
2260
+ x
2261
+ 23
2262
+ clear_aggregation_cache
2263
+ x
2264
+ 23
2265
+ clear_association_cache
2266
+ x
2267
+ 11
2268
+ @attributes
2269
+ x
2270
+ 5
2271
+ class
2272
+ M
2273
+ 1
2274
+ p
2275
+ 2
2276
+ x
2277
+ 9
2278
+ for_block
2279
+ t
2280
+ n
2281
+ x
2282
+ 6
2283
+ reload
2284
+ i
2285
+ 15
2286
+ 5
2287
+ 49
2288
+ 0
2289
+ 0
2290
+ 5
2291
+ 49
2292
+ 1
2293
+ 0
2294
+ 21
2295
+ 1
2296
+ 0
2297
+ 49
2298
+ 2
2299
+ 2
2300
+ 11
2301
+ I
2302
+ 4
2303
+ I
2304
+ 0
2305
+ I
2306
+ 0
2307
+ I
2308
+ 0
2309
+ I
2310
+ -2
2311
+ p
2312
+ 3
2313
+ x
2314
+ 5
2315
+ class
2316
+ x
2317
+ 2
2318
+ id
2319
+ x
2320
+ 4
2321
+ find
2322
+ p
2323
+ 3
2324
+ I
2325
+ 0
2326
+ I
2327
+ c9
2328
+ I
2329
+ f
2330
+ x
2331
+ 82
2332
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2333
+ p
2334
+ 0
2335
+ x
2336
+ 8
2337
+ unscoped
2338
+ s
2339
+ 11
2340
+ @attributes
2341
+ x
2342
+ 21
2343
+ instance_variable_get
2344
+ x
2345
+ 6
2346
+ update
2347
+ x
2348
+ 4
2349
+ Hash
2350
+ x
2351
+ 16
2352
+ new_from_literal
2353
+ x
2354
+ 17
2355
+ @attributes_cache
2356
+ p
2357
+ 13
2358
+ I
2359
+ -1
2360
+ I
2361
+ c6
2362
+ I
2363
+ 8
2364
+ I
2365
+ c7
2366
+ I
2367
+ c
2368
+ I
2369
+ c8
2370
+ I
2371
+ 10
2372
+ I
2373
+ c9
2374
+ I
2375
+ 25
2376
+ I
2377
+ ca
2378
+ I
2379
+ 2f
2380
+ I
2381
+ cb
2382
+ I
2383
+ 31
2384
+ x
2385
+ 82
2386
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2387
+ p
2388
+ 1
2389
+ x
2390
+ 7
2391
+ options
2392
+ x
2393
+ 5
2394
+ touch
2395
+ M
2396
+ 1
2397
+ n
2398
+ n
2399
+ x
2400
+ 5
2401
+ touch
2402
+ i
2403
+ 120
2404
+ 23
2405
+ 0
2406
+ 10
2407
+ 8
2408
+ 1
2409
+ 19
2410
+ 0
2411
+ 15
2412
+ 5
2413
+ 48
2414
+ 0
2415
+ 19
2416
+ 1
2417
+ 15
2418
+ 20
2419
+ 0
2420
+ 9
2421
+ 27
2422
+ 20
2423
+ 1
2424
+ 20
2425
+ 0
2426
+ 49
2427
+ 1
2428
+ 1
2429
+ 8
2430
+ 28
2431
+ 1
2432
+ 15
2433
+ 20
2434
+ 1
2435
+ 49
2436
+ 2
2437
+ 0
2438
+ 9
2439
+ 39
2440
+ 1
2441
+ 8
2442
+ 119
2443
+ 5
2444
+ 48
2445
+ 3
2446
+ 19
2447
+ 2
2448
+ 15
2449
+ 44
2450
+ 43
2451
+ 4
2452
+ 78
2453
+ 49
2454
+ 5
2455
+ 1
2456
+ 19
2457
+ 3
2458
+ 15
2459
+ 20
2460
+ 1
2461
+ 56
2462
+ 6
2463
+ 50
2464
+ 7
2465
+ 0
2466
+ 15
2467
+ 39
2468
+ 8
2469
+ 20
2470
+ 3
2471
+ 49
2472
+ 9
2473
+ 0
2474
+ 36
2475
+ 1
2476
+ 51
2477
+ 10
2478
+ 0
2479
+ 15
2480
+ 5
2481
+ 49
2482
+ 11
2483
+ 0
2484
+ 49
2485
+ 12
2486
+ 0
2487
+ 19
2488
+ 4
2489
+ 15
2490
+ 5
2491
+ 49
2492
+ 11
2493
+ 0
2494
+ 20
2495
+ 3
2496
+ 44
2497
+ 43
2498
+ 4
2499
+ 79
2500
+ 49
2501
+ 5
2502
+ 1
2503
+ 13
2504
+ 20
2505
+ 4
2506
+ 5
2507
+ 20
2508
+ 4
2509
+ 47
2510
+ 49
2511
+ 13
2512
+ 1
2513
+ 49
2514
+ 14
2515
+ 2
2516
+ 15
2517
+ 49
2518
+ 15
2519
+ 2
2520
+ 79
2521
+ 83
2522
+ 16
2523
+ 11
2524
+ I
2525
+ c
2526
+ I
2527
+ 5
2528
+ I
2529
+ 0
2530
+ I
2531
+ 1
2532
+ n
2533
+ p
2534
+ 17
2535
+ x
2536
+ 40
2537
+ timestamp_attributes_for_update_in_model
2538
+ x
2539
+ 2
2540
+ <<
2541
+ x
2542
+ 6
2543
+ empty?
2544
+ x
2545
+ 33
2546
+ current_time_from_proper_timezone
2547
+ x
2548
+ 4
2549
+ Hash
2550
+ x
2551
+ 16
2552
+ new_from_literal
2553
+ M
2554
+ 1
2555
+ p
2556
+ 2
2557
+ x
2558
+ 9
2559
+ for_block
2560
+ t
2561
+ n
2562
+ x
2563
+ 5
2564
+ touch
2565
+ i
2566
+ 33
2567
+ 57
2568
+ 19
2569
+ 0
2570
+ 15
2571
+ 21
2572
+ 1
2573
+ 3
2574
+ 20
2575
+ 0
2576
+ 49
2577
+ 0
2578
+ 0
2579
+ 5
2580
+ 20
2581
+ 0
2582
+ 49
2583
+ 0
2584
+ 0
2585
+ 21
2586
+ 1
2587
+ 2
2588
+ 47
2589
+ 49
2590
+ 1
2591
+ 2
2592
+ 13
2593
+ 18
2594
+ 3
2595
+ 49
2596
+ 2
2597
+ 2
2598
+ 15
2599
+ 11
2600
+ I
2601
+ 7
2602
+ I
2603
+ 1
2604
+ I
2605
+ 1
2606
+ I
2607
+ 1
2608
+ n
2609
+ p
2610
+ 3
2611
+ x
2612
+ 4
2613
+ to_s
2614
+ x
2615
+ 15
2616
+ write_attribute
2617
+ x
2618
+ 3
2619
+ []=
2620
+ p
2621
+ 5
2622
+ I
2623
+ 0
2624
+ I
2625
+ e9
2626
+ I
2627
+ 4
2628
+ I
2629
+ ea
2630
+ I
2631
+ 21
2632
+ x
2633
+ 82
2634
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2635
+ p
2636
+ 1
2637
+ x
2638
+ 6
2639
+ column
2640
+ x
2641
+ 4
2642
+ each
2643
+ x
2644
+ 19
2645
+ @changed_attributes
2646
+ x
2647
+ 4
2648
+ keys
2649
+ x
2650
+ 7
2651
+ except!
2652
+ x
2653
+ 5
2654
+ class
2655
+ x
2656
+ 11
2657
+ primary_key
2658
+ x
2659
+ 2
2660
+ []
2661
+ x
2662
+ 3
2663
+ []=
2664
+ x
2665
+ 10
2666
+ update_all
2667
+ x
2668
+ 2
2669
+ ==
2670
+ p
2671
+ 21
2672
+ I
2673
+ -1
2674
+ I
2675
+ e2
2676
+ I
2677
+ 8
2678
+ I
2679
+ e3
2680
+ I
2681
+ e
2682
+ I
2683
+ e4
2684
+ I
2685
+ 1d
2686
+ I
2687
+ e5
2688
+ I
2689
+ 27
2690
+ I
2691
+ e6
2692
+ I
2693
+ 2d
2694
+ I
2695
+ e7
2696
+ I
2697
+ 37
2698
+ I
2699
+ e9
2700
+ I
2701
+ 3f
2702
+ I
2703
+ ed
2704
+ I
2705
+ 4c
2706
+ I
2707
+ ee
2708
+ I
2709
+ 56
2710
+ I
2711
+ ef
2712
+ I
2713
+ 78
2714
+ x
2715
+ 82
2716
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2717
+ p
2718
+ 5
2719
+ x
2720
+ 4
2721
+ name
2722
+ x
2723
+ 10
2724
+ attributes
2725
+ x
2726
+ 12
2727
+ current_time
2728
+ x
2729
+ 7
2730
+ changes
2731
+ x
2732
+ 11
2733
+ primary_key
2734
+ x
2735
+ 7
2736
+ private
2737
+ x
2738
+ 16
2739
+ create_or_update
2740
+ M
2741
+ 1
2742
+ n
2743
+ n
2744
+ x
2745
+ 16
2746
+ create_or_update
2747
+ i
2748
+ 49
2749
+ 5
2750
+ 47
2751
+ 49
2752
+ 0
2753
+ 0
2754
+ 9
2755
+ 17
2756
+ 5
2757
+ 45
2758
+ 1
2759
+ 2
2760
+ 47
2761
+ 49
2762
+ 3
2763
+ 1
2764
+ 8
2765
+ 18
2766
+ 1
2767
+ 15
2768
+ 5
2769
+ 47
2770
+ 49
2771
+ 4
2772
+ 0
2773
+ 9
2774
+ 31
2775
+ 5
2776
+ 48
2777
+ 5
2778
+ 8
2779
+ 34
2780
+ 5
2781
+ 48
2782
+ 6
2783
+ 19
2784
+ 0
2785
+ 15
2786
+ 20
2787
+ 0
2788
+ 3
2789
+ 83
2790
+ 7
2791
+ 10
2792
+ 47
2793
+ 2
2794
+ 8
2795
+ 48
2796
+ 3
2797
+ 11
2798
+ I
2799
+ 3
2800
+ I
2801
+ 1
2802
+ I
2803
+ 0
2804
+ I
2805
+ 0
2806
+ n
2807
+ p
2808
+ 8
2809
+ x
2810
+ 9
2811
+ readonly?
2812
+ x
2813
+ 14
2814
+ ReadOnlyRecord
2815
+ n
2816
+ x
2817
+ 5
2818
+ raise
2819
+ x
2820
+ 11
2821
+ new_record?
2822
+ x
2823
+ 6
2824
+ create
2825
+ x
2826
+ 6
2827
+ update
2828
+ x
2829
+ 2
2830
+ ==
2831
+ p
2832
+ 9
2833
+ I
2834
+ -1
2835
+ I
2836
+ f4
2837
+ I
2838
+ 0
2839
+ I
2840
+ f5
2841
+ I
2842
+ 13
2843
+ I
2844
+ f6
2845
+ I
2846
+ 25
2847
+ I
2848
+ f7
2849
+ I
2850
+ 31
2851
+ x
2852
+ 82
2853
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
2854
+ p
2855
+ 1
2856
+ x
2857
+ 6
2858
+ result
2859
+ x
2860
+ 6
2861
+ update
2862
+ M
2863
+ 1
2864
+ n
2865
+ n
2866
+ x
2867
+ 6
2868
+ update
2869
+ i
2870
+ 79
2871
+ 23
2872
+ 0
2873
+ 10
2874
+ 12
2875
+ 39
2876
+ 0
2877
+ 49
2878
+ 1
2879
+ 0
2880
+ 19
2881
+ 0
2882
+ 15
2883
+ 5
2884
+ 3
2885
+ 3
2886
+ 20
2887
+ 0
2888
+ 47
2889
+ 49
2890
+ 2
2891
+ 3
2892
+ 19
2893
+ 1
2894
+ 15
2895
+ 20
2896
+ 1
2897
+ 49
2898
+ 3
2899
+ 0
2900
+ 9
2901
+ 35
2902
+ 78
2903
+ 11
2904
+ 8
2905
+ 36
2906
+ 1
2907
+ 15
2908
+ 5
2909
+ 49
2910
+ 4
2911
+ 0
2912
+ 49
2913
+ 5
2914
+ 0
2915
+ 5
2916
+ 49
2917
+ 4
2918
+ 0
2919
+ 49
2920
+ 6
2921
+ 0
2922
+ 5
2923
+ 49
2924
+ 4
2925
+ 0
2926
+ 49
2927
+ 7
2928
+ 0
2929
+ 49
2930
+ 8
2931
+ 1
2932
+ 5
2933
+ 48
2934
+ 9
2935
+ 49
2936
+ 10
2937
+ 1
2938
+ 49
2939
+ 11
2940
+ 1
2941
+ 49
2942
+ 12
2943
+ 0
2944
+ 20
2945
+ 1
2946
+ 49
2947
+ 13
2948
+ 1
2949
+ 11
2950
+ I
2951
+ 6
2952
+ I
2953
+ 2
2954
+ I
2955
+ 0
2956
+ I
2957
+ 1
2958
+ n
2959
+ p
2960
+ 14
2961
+ x
2962
+ 11
2963
+ @attributes
2964
+ x
2965
+ 4
2966
+ keys
2967
+ x
2968
+ 22
2969
+ arel_attributes_values
2970
+ x
2971
+ 6
2972
+ empty?
2973
+ x
2974
+ 5
2975
+ class
2976
+ x
2977
+ 8
2978
+ unscoped
2979
+ x
2980
+ 10
2981
+ arel_table
2982
+ x
2983
+ 11
2984
+ primary_key
2985
+ x
2986
+ 2
2987
+ []
2988
+ x
2989
+ 2
2990
+ id
2991
+ x
2992
+ 2
2993
+ eq
2994
+ x
2995
+ 5
2996
+ where
2997
+ x
2998
+ 4
2999
+ arel
3000
+ x
3001
+ 6
3002
+ update
3003
+ p
3004
+ 9
3005
+ I
3006
+ -1
3007
+ I
3008
+ fc
3009
+ I
3010
+ c
3011
+ I
3012
+ fd
3013
+ I
3014
+ 18
3015
+ I
3016
+ fe
3017
+ I
3018
+ 25
3019
+ I
3020
+ ff
3021
+ I
3022
+ 4f
3023
+ x
3024
+ 82
3025
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3026
+ p
3027
+ 2
3028
+ x
3029
+ 15
3030
+ attribute_names
3031
+ x
3032
+ 22
3033
+ attributes_with_values
3034
+ x
3035
+ 6
3036
+ create
3037
+ M
3038
+ 1
3039
+ n
3040
+ n
3041
+ x
3042
+ 6
3043
+ create
3044
+ i
3045
+ 129
3046
+ 5
3047
+ 49
3048
+ 0
3049
+ 0
3050
+ 49
3051
+ 1
3052
+ 0
3053
+ 13
3054
+ 9
3055
+ 24
3056
+ 15
3057
+ 5
3058
+ 48
3059
+ 2
3060
+ 5
3061
+ 49
3062
+ 3
3063
+ 0
3064
+ 49
3065
+ 4
3066
+ 0
3067
+ 49
3068
+ 5
3069
+ 1
3070
+ 9
3071
+ 50
3072
+ 5
3073
+ 5
3074
+ 48
3075
+ 2
3076
+ 5
3077
+ 49
3078
+ 3
3079
+ 0
3080
+ 49
3081
+ 6
3082
+ 0
3083
+ 49
3084
+ 7
3085
+ 1
3086
+ 13
3087
+ 18
3088
+ 2
3089
+ 47
3090
+ 49
3091
+ 8
3092
+ 1
3093
+ 15
3094
+ 8
3095
+ 51
3096
+ 1
3097
+ 15
3098
+ 5
3099
+ 48
3100
+ 9
3101
+ 19
3102
+ 0
3103
+ 15
3104
+ 20
3105
+ 0
3106
+ 49
3107
+ 10
3108
+ 0
3109
+ 9
3110
+ 83
3111
+ 5
3112
+ 49
3113
+ 3
3114
+ 0
3115
+ 49
3116
+ 11
3117
+ 0
3118
+ 5
3119
+ 48
3120
+ 2
3121
+ 49
3122
+ 12
3123
+ 0
3124
+ 49
3125
+ 13
3126
+ 1
3127
+ 8
3128
+ 95
3129
+ 5
3130
+ 49
3131
+ 3
3132
+ 0
3133
+ 49
3134
+ 11
3135
+ 0
3136
+ 20
3137
+ 0
3138
+ 49
3139
+ 13
3140
+ 1
3141
+ 19
3142
+ 1
3143
+ 15
3144
+ 5
3145
+ 13
3146
+ 49
3147
+ 0
3148
+ 0
3149
+ 13
3150
+ 10
3151
+ 118
3152
+ 15
3153
+ 20
3154
+ 1
3155
+ 13
3156
+ 18
3157
+ 2
3158
+ 49
3159
+ 8
3160
+ 1
3161
+ 15
3162
+ 8
3163
+ 120
3164
+ 12
3165
+ 15
3166
+ 15
3167
+ 3
3168
+ 38
3169
+ 14
3170
+ 15
3171
+ 5
3172
+ 48
3173
+ 0
3174
+ 11
3175
+ I
3176
+ 5
3177
+ I
3178
+ 2
3179
+ I
3180
+ 0
3181
+ I
3182
+ 0
3183
+ n
3184
+ p
3185
+ 15
3186
+ x
3187
+ 2
3188
+ id
3189
+ x
3190
+ 4
3191
+ nil?
3192
+ x
3193
+ 10
3194
+ connection
3195
+ x
3196
+ 5
3197
+ class
3198
+ x
3199
+ 10
3200
+ table_name
3201
+ x
3202
+ 21
3203
+ prefetch_primary_key?
3204
+ x
3205
+ 13
3206
+ sequence_name
3207
+ x
3208
+ 19
3209
+ next_sequence_value
3210
+ x
3211
+ 3
3212
+ id=
3213
+ x
3214
+ 22
3215
+ arel_attributes_values
3216
+ x
3217
+ 6
3218
+ empty?
3219
+ x
3220
+ 8
3221
+ unscoped
3222
+ x
3223
+ 28
3224
+ empty_insert_statement_value
3225
+ x
3226
+ 6
3227
+ insert
3228
+ x
3229
+ 11
3230
+ @new_record
3231
+ p
3232
+ 27
3233
+ I
3234
+ -1
3235
+ I
3236
+ 104
3237
+ I
3238
+ 0
3239
+ I
3240
+ 105
3241
+ I
3242
+ 1a
3243
+ I
3244
+ 122
3245
+ I
3246
+ 1b
3247
+ I
3248
+ 106
3249
+ I
3250
+ 32
3251
+ I
3252
+ 105
3253
+ I
3254
+ 34
3255
+ I
3256
+ 109
3257
+ I
3258
+ 3a
3259
+ I
3260
+ 10b
3261
+ I
3262
+ 41
3263
+ I
3264
+ 10c
3265
+ I
3266
+ 53
3267
+ I
3268
+ 10e
3269
+ I
3270
+ 5f
3271
+ I
3272
+ 10b
3273
+ I
3274
+ 62
3275
+ I
3276
+ 111
3277
+ I
3278
+ 79
3279
+ I
3280
+ 113
3281
+ I
3282
+ 7d
3283
+ I
3284
+ 114
3285
+ I
3286
+ 81
3287
+ x
3288
+ 82
3289
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3290
+ p
3291
+ 2
3292
+ x
3293
+ 17
3294
+ attributes_values
3295
+ x
3296
+ 6
3297
+ new_id
3298
+ x
3299
+ 33
3300
+ attributes_from_column_definition
3301
+ M
3302
+ 1
3303
+ n
3304
+ n
3305
+ x
3306
+ 33
3307
+ attributes_from_column_definition
3308
+ i
3309
+ 20
3310
+ 5
3311
+ 49
3312
+ 0
3313
+ 0
3314
+ 49
3315
+ 1
3316
+ 0
3317
+ 44
3318
+ 43
3319
+ 2
3320
+ 78
3321
+ 49
3322
+ 3
3323
+ 1
3324
+ 56
3325
+ 4
3326
+ 50
3327
+ 5
3328
+ 1
3329
+ 11
3330
+ I
3331
+ 3
3332
+ I
3333
+ 0
3334
+ I
3335
+ 0
3336
+ I
3337
+ 0
3338
+ n
3339
+ p
3340
+ 6
3341
+ x
3342
+ 5
3343
+ class
3344
+ x
3345
+ 7
3346
+ columns
3347
+ x
3348
+ 4
3349
+ Hash
3350
+ x
3351
+ 16
3352
+ new_from_literal
3353
+ M
3354
+ 1
3355
+ p
3356
+ 2
3357
+ x
3358
+ 9
3359
+ for_block
3360
+ t
3361
+ n
3362
+ x
3363
+ 33
3364
+ attributes_from_column_definition
3365
+ i
3366
+ 52
3367
+ 58
3368
+ 37
3369
+ 19
3370
+ 0
3371
+ 15
3372
+ 37
3373
+ 19
3374
+ 1
3375
+ 15
3376
+ 15
3377
+ 20
3378
+ 1
3379
+ 49
3380
+ 0
3381
+ 0
3382
+ 5
3383
+ 49
3384
+ 1
3385
+ 0
3386
+ 49
3387
+ 2
3388
+ 0
3389
+ 83
3390
+ 3
3391
+ 9
3392
+ 29
3393
+ 1
3394
+ 8
3395
+ 48
3396
+ 20
3397
+ 0
3398
+ 20
3399
+ 1
3400
+ 49
3401
+ 0
3402
+ 0
3403
+ 20
3404
+ 1
3405
+ 49
3406
+ 4
3407
+ 0
3408
+ 13
3409
+ 18
3410
+ 3
3411
+ 49
3412
+ 5
3413
+ 2
3414
+ 15
3415
+ 15
3416
+ 20
3417
+ 0
3418
+ 11
3419
+ I
3420
+ 7
3421
+ I
3422
+ 2
3423
+ I
3424
+ 2
3425
+ I
3426
+ 2
3427
+ n
3428
+ p
3429
+ 6
3430
+ x
3431
+ 4
3432
+ name
3433
+ x
3434
+ 5
3435
+ class
3436
+ x
3437
+ 11
3438
+ primary_key
3439
+ x
3440
+ 2
3441
+ ==
3442
+ x
3443
+ 7
3444
+ default
3445
+ x
3446
+ 3
3447
+ []=
3448
+ p
3449
+ 7
3450
+ I
3451
+ 0
3452
+ I
3453
+ 11c
3454
+ I
3455
+ a
3456
+ I
3457
+ 11d
3458
+ I
3459
+ 31
3460
+ I
3461
+ 11e
3462
+ I
3463
+ 34
3464
+ x
3465
+ 82
3466
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3467
+ p
3468
+ 2
3469
+ x
3470
+ 10
3471
+ attributes
3472
+ x
3473
+ 6
3474
+ column
3475
+ x
3476
+ 6
3477
+ inject
3478
+ p
3479
+ 5
3480
+ I
3481
+ -1
3482
+ I
3483
+ 11b
3484
+ I
3485
+ 0
3486
+ I
3487
+ 11c
3488
+ I
3489
+ 14
3490
+ x
3491
+ 82
3492
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3493
+ p
3494
+ 0
3495
+ p
3496
+ 49
3497
+ I
3498
+ 2
3499
+ I
3500
+ 6
3501
+ I
3502
+ 10
3503
+ I
3504
+ b
3505
+ I
3506
+ 1e
3507
+ I
3508
+ 11
3509
+ I
3510
+ 2c
3511
+ I
3512
+ 26
3513
+ I
3514
+ 3a
3515
+ I
3516
+ 37
3517
+ I
3518
+ 48
3519
+ I
3520
+ 45
3521
+ I
3522
+ 56
3523
+ I
3524
+ 4d
3525
+ I
3526
+ 64
3527
+ I
3528
+ 60
3529
+ I
3530
+ 72
3531
+ I
3532
+ 71
3533
+ I
3534
+ 80
3535
+ I
3536
+ 7b
3537
+ I
3538
+ 8e
3539
+ I
3540
+ 86
3541
+ I
3542
+ 9c
3543
+ I
3544
+ 92
3545
+ I
3546
+ aa
3547
+ I
3548
+ 9c
3549
+ I
3550
+ b8
3551
+ I
3552
+ a3
3553
+ I
3554
+ c6
3555
+ I
3556
+ ad
3557
+ I
3558
+ d4
3559
+ I
3560
+ b5
3561
+ I
3562
+ e2
3563
+ I
3564
+ be
3565
+ I
3566
+ f0
3567
+ I
3568
+ c6
3569
+ I
3570
+ fe
3571
+ I
3572
+ e2
3573
+ I
3574
+ 10c
3575
+ I
3576
+ f3
3577
+ I
3578
+ 110
3579
+ I
3580
+ f4
3581
+ I
3582
+ 11e
3583
+ I
3584
+ fc
3585
+ I
3586
+ 12c
3587
+ I
3588
+ 104
3589
+ I
3590
+ 13a
3591
+ I
3592
+ 11b
3593
+ I
3594
+ 148
3595
+ x
3596
+ 82
3597
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3598
+ p
3599
+ 0
3600
+ x
3601
+ 13
3602
+ attach_method
3603
+ p
3604
+ 3
3605
+ I
3606
+ 2
3607
+ I
3608
+ 3
3609
+ I
3610
+ 1c
3611
+ x
3612
+ 82
3613
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3614
+ p
3615
+ 0
3616
+ x
3617
+ 13
3618
+ attach_method
3619
+ p
3620
+ 3
3621
+ I
3622
+ 0
3623
+ I
3624
+ 1
3625
+ I
3626
+ 1c
3627
+ x
3628
+ 82
3629
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/persistence.rb
3630
+ p
3631
+ 0