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,760 @@
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
+ 29
85
+ 5
86
+ 66
87
+ 99
88
+ 7
89
+ 0
90
+ 1
91
+ 65
92
+ 49
93
+ 1
94
+ 3
95
+ 13
96
+ 99
97
+ 12
98
+ 7
99
+ 2
100
+ 12
101
+ 7
102
+ 3
103
+ 12
104
+ 65
105
+ 12
106
+ 49
107
+ 4
108
+ 4
109
+ 15
110
+ 49
111
+ 2
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
+ 5
125
+ x
126
+ 10
127
+ QueryCache
128
+ x
129
+ 10
130
+ open_class
131
+ x
132
+ 14
133
+ __class_init__
134
+ M
135
+ 1
136
+ n
137
+ n
138
+ x
139
+ 10
140
+ QueryCache
141
+ i
142
+ 56
143
+ 5
144
+ 66
145
+ 99
146
+ 7
147
+ 0
148
+ 65
149
+ 49
150
+ 1
151
+ 2
152
+ 13
153
+ 99
154
+ 12
155
+ 7
156
+ 2
157
+ 12
158
+ 7
159
+ 3
160
+ 12
161
+ 65
162
+ 12
163
+ 49
164
+ 4
165
+ 4
166
+ 15
167
+ 49
168
+ 2
169
+ 0
170
+ 15
171
+ 99
172
+ 7
173
+ 5
174
+ 7
175
+ 6
176
+ 65
177
+ 67
178
+ 49
179
+ 7
180
+ 0
181
+ 49
182
+ 8
183
+ 4
184
+ 15
185
+ 99
186
+ 7
187
+ 9
188
+ 7
189
+ 10
190
+ 65
191
+ 67
192
+ 49
193
+ 7
194
+ 0
195
+ 49
196
+ 8
197
+ 4
198
+ 11
199
+ I
200
+ 6
201
+ I
202
+ 0
203
+ I
204
+ 0
205
+ I
206
+ 0
207
+ n
208
+ p
209
+ 11
210
+ x
211
+ 12
212
+ ClassMethods
213
+ x
214
+ 11
215
+ open_module
216
+ x
217
+ 15
218
+ __module_init__
219
+ M
220
+ 1
221
+ n
222
+ n
223
+ x
224
+ 12
225
+ ClassMethods
226
+ i
227
+ 30
228
+ 5
229
+ 66
230
+ 99
231
+ 7
232
+ 0
233
+ 7
234
+ 1
235
+ 65
236
+ 67
237
+ 49
238
+ 2
239
+ 0
240
+ 49
241
+ 3
242
+ 4
243
+ 15
244
+ 99
245
+ 7
246
+ 4
247
+ 7
248
+ 5
249
+ 65
250
+ 67
251
+ 49
252
+ 2
253
+ 0
254
+ 49
255
+ 3
256
+ 4
257
+ 11
258
+ I
259
+ 5
260
+ I
261
+ 0
262
+ I
263
+ 0
264
+ I
265
+ 0
266
+ n
267
+ p
268
+ 6
269
+ x
270
+ 5
271
+ cache
272
+ M
273
+ 1
274
+ n
275
+ n
276
+ x
277
+ 5
278
+ cache
279
+ i
280
+ 41
281
+ 95
282
+ 19
283
+ 0
284
+ 15
285
+ 45
286
+ 0
287
+ 1
288
+ 43
289
+ 2
290
+ 49
291
+ 3
292
+ 0
293
+ 49
294
+ 4
295
+ 0
296
+ 9
297
+ 21
298
+ 60
299
+ 0
300
+ 8
301
+ 40
302
+ 5
303
+ 48
304
+ 5
305
+ 20
306
+ 0
307
+ 13
308
+ 70
309
+ 10
310
+ 37
311
+ 44
312
+ 43
313
+ 6
314
+ 12
315
+ 49
316
+ 7
317
+ 1
318
+ 50
319
+ 8
320
+ 0
321
+ 11
322
+ I
323
+ 4
324
+ I
325
+ 1
326
+ I
327
+ 0
328
+ I
329
+ 0
330
+ n
331
+ p
332
+ 9
333
+ x
334
+ 12
335
+ ActiveRecord
336
+ n
337
+ x
338
+ 4
339
+ Base
340
+ x
341
+ 14
342
+ configurations
343
+ x
344
+ 6
345
+ blank?
346
+ x
347
+ 10
348
+ connection
349
+ x
350
+ 4
351
+ Proc
352
+ x
353
+ 14
354
+ __from_block__
355
+ x
356
+ 5
357
+ cache
358
+ p
359
+ 9
360
+ I
361
+ -1
362
+ I
363
+ 8
364
+ I
365
+ 4
366
+ I
367
+ 9
368
+ I
369
+ 11
370
+ I
371
+ a
372
+ I
373
+ 15
374
+ I
375
+ c
376
+ I
377
+ 29
378
+ x
379
+ 82
380
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
381
+ p
382
+ 1
383
+ x
384
+ 5
385
+ block
386
+ x
387
+ 17
388
+ method_visibility
389
+ x
390
+ 15
391
+ add_defn_method
392
+ x
393
+ 8
394
+ uncached
395
+ M
396
+ 1
397
+ n
398
+ n
399
+ x
400
+ 8
401
+ uncached
402
+ i
403
+ 41
404
+ 95
405
+ 19
406
+ 0
407
+ 15
408
+ 45
409
+ 0
410
+ 1
411
+ 43
412
+ 2
413
+ 49
414
+ 3
415
+ 0
416
+ 49
417
+ 4
418
+ 0
419
+ 9
420
+ 21
421
+ 60
422
+ 0
423
+ 8
424
+ 40
425
+ 5
426
+ 48
427
+ 5
428
+ 20
429
+ 0
430
+ 13
431
+ 70
432
+ 10
433
+ 37
434
+ 44
435
+ 43
436
+ 6
437
+ 12
438
+ 49
439
+ 7
440
+ 1
441
+ 50
442
+ 8
443
+ 0
444
+ 11
445
+ I
446
+ 4
447
+ I
448
+ 1
449
+ I
450
+ 0
451
+ I
452
+ 0
453
+ n
454
+ p
455
+ 9
456
+ x
457
+ 12
458
+ ActiveRecord
459
+ n
460
+ x
461
+ 4
462
+ Base
463
+ x
464
+ 14
465
+ configurations
466
+ x
467
+ 6
468
+ blank?
469
+ x
470
+ 10
471
+ connection
472
+ x
473
+ 4
474
+ Proc
475
+ x
476
+ 14
477
+ __from_block__
478
+ x
479
+ 8
480
+ uncached
481
+ p
482
+ 9
483
+ I
484
+ -1
485
+ I
486
+ 11
487
+ I
488
+ 4
489
+ I
490
+ 12
491
+ I
492
+ 11
493
+ I
494
+ 13
495
+ I
496
+ 15
497
+ I
498
+ 15
499
+ I
500
+ 29
501
+ x
502
+ 82
503
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
504
+ p
505
+ 1
506
+ x
507
+ 5
508
+ block
509
+ p
510
+ 5
511
+ I
512
+ 2
513
+ I
514
+ 8
515
+ I
516
+ 10
517
+ I
518
+ 11
519
+ I
520
+ 1e
521
+ x
522
+ 82
523
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
524
+ p
525
+ 0
526
+ x
527
+ 13
528
+ attach_method
529
+ x
530
+ 10
531
+ initialize
532
+ M
533
+ 1
534
+ n
535
+ n
536
+ x
537
+ 10
538
+ initialize
539
+ i
540
+ 5
541
+ 20
542
+ 0
543
+ 38
544
+ 0
545
+ 11
546
+ I
547
+ 2
548
+ I
549
+ 1
550
+ I
551
+ 1
552
+ I
553
+ 1
554
+ n
555
+ p
556
+ 1
557
+ x
558
+ 4
559
+ @app
560
+ p
561
+ 5
562
+ I
563
+ -1
564
+ I
565
+ 1a
566
+ I
567
+ 0
568
+ I
569
+ 1b
570
+ I
571
+ 5
572
+ x
573
+ 82
574
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
575
+ p
576
+ 1
577
+ x
578
+ 3
579
+ app
580
+ x
581
+ 17
582
+ method_visibility
583
+ x
584
+ 15
585
+ add_defn_method
586
+ x
587
+ 4
588
+ call
589
+ M
590
+ 1
591
+ n
592
+ n
593
+ x
594
+ 4
595
+ call
596
+ i
597
+ 11
598
+ 45
599
+ 0
600
+ 1
601
+ 43
602
+ 2
603
+ 56
604
+ 3
605
+ 50
606
+ 4
607
+ 0
608
+ 11
609
+ I
610
+ 3
611
+ I
612
+ 1
613
+ I
614
+ 1
615
+ I
616
+ 1
617
+ n
618
+ p
619
+ 5
620
+ x
621
+ 12
622
+ ActiveRecord
623
+ n
624
+ x
625
+ 4
626
+ Base
627
+ M
628
+ 1
629
+ p
630
+ 2
631
+ x
632
+ 9
633
+ for_block
634
+ t
635
+ n
636
+ x
637
+ 4
638
+ call
639
+ i
640
+ 9
641
+ 39
642
+ 0
643
+ 21
644
+ 1
645
+ 0
646
+ 49
647
+ 1
648
+ 1
649
+ 11
650
+ I
651
+ 3
652
+ I
653
+ 0
654
+ I
655
+ 0
656
+ I
657
+ 0
658
+ I
659
+ -2
660
+ p
661
+ 2
662
+ x
663
+ 4
664
+ @app
665
+ x
666
+ 4
667
+ call
668
+ p
669
+ 3
670
+ I
671
+ 0
672
+ I
673
+ 20
674
+ I
675
+ 9
676
+ x
677
+ 82
678
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
679
+ p
680
+ 0
681
+ x
682
+ 5
683
+ cache
684
+ p
685
+ 5
686
+ I
687
+ -1
688
+ I
689
+ 1e
690
+ I
691
+ 0
692
+ I
693
+ 1f
694
+ I
695
+ b
696
+ x
697
+ 82
698
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
699
+ p
700
+ 1
701
+ x
702
+ 3
703
+ env
704
+ p
705
+ 7
706
+ I
707
+ 2
708
+ I
709
+ 6
710
+ I
711
+ 1c
712
+ I
713
+ 1a
714
+ I
715
+ 2a
716
+ I
717
+ 1e
718
+ I
719
+ 38
720
+ x
721
+ 82
722
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
723
+ p
724
+ 0
725
+ x
726
+ 13
727
+ attach_method
728
+ p
729
+ 3
730
+ I
731
+ 2
732
+ I
733
+ 5
734
+ I
735
+ 1d
736
+ x
737
+ 82
738
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
739
+ p
740
+ 0
741
+ x
742
+ 13
743
+ attach_method
744
+ p
745
+ 5
746
+ I
747
+ 0
748
+ I
749
+ 1
750
+ I
751
+ 9
752
+ I
753
+ 3
754
+ I
755
+ 25
756
+ x
757
+ 82
758
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/query_cache.rb
759
+ p
760
+ 0