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