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