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