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