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,514 @@
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
+ 29
70
+ 5
71
+ 66
72
+ 99
73
+ 7
74
+ 0
75
+ 1
76
+ 65
77
+ 49
78
+ 1
79
+ 3
80
+ 13
81
+ 99
82
+ 12
83
+ 7
84
+ 2
85
+ 12
86
+ 7
87
+ 3
88
+ 12
89
+ 65
90
+ 12
91
+ 49
92
+ 4
93
+ 4
94
+ 15
95
+ 49
96
+ 2
97
+ 0
98
+ 11
99
+ I
100
+ 6
101
+ I
102
+ 0
103
+ I
104
+ 0
105
+ I
106
+ 0
107
+ n
108
+ p
109
+ 5
110
+ x
111
+ 17
112
+ DynamicScopeMatch
113
+ x
114
+ 10
115
+ open_class
116
+ x
117
+ 14
118
+ __class_init__
119
+ M
120
+ 1
121
+ n
122
+ n
123
+ x
124
+ 17
125
+ DynamicScopeMatch
126
+ i
127
+ 47
128
+ 5
129
+ 66
130
+ 99
131
+ 7
132
+ 0
133
+ 7
134
+ 1
135
+ 65
136
+ 5
137
+ 49
138
+ 2
139
+ 4
140
+ 15
141
+ 99
142
+ 7
143
+ 3
144
+ 7
145
+ 4
146
+ 65
147
+ 67
148
+ 49
149
+ 5
150
+ 0
151
+ 49
152
+ 6
153
+ 4
154
+ 15
155
+ 5
156
+ 7
157
+ 7
158
+ 7
159
+ 8
160
+ 47
161
+ 49
162
+ 9
163
+ 2
164
+ 15
165
+ 65
166
+ 7
167
+ 10
168
+ 7
169
+ 7
170
+ 47
171
+ 49
172
+ 11
173
+ 2
174
+ 11
175
+ I
176
+ 5
177
+ I
178
+ 0
179
+ I
180
+ 0
181
+ I
182
+ 0
183
+ n
184
+ p
185
+ 12
186
+ x
187
+ 5
188
+ match
189
+ M
190
+ 1
191
+ n
192
+ n
193
+ x
194
+ 5
195
+ match
196
+ i
197
+ 104
198
+ 20
199
+ 0
200
+ 49
201
+ 0
202
+ 0
203
+ 7
204
+ 1
205
+ 13
206
+ 70
207
+ 9
208
+ 23
209
+ 15
210
+ 44
211
+ 43
212
+ 2
213
+ 7
214
+ 3
215
+ 78
216
+ 49
217
+ 4
218
+ 2
219
+ 6
220
+ 1
221
+ 49
222
+ 5
223
+ 1
224
+ 9
225
+ 31
226
+ 1
227
+ 8
228
+ 33
229
+ 1
230
+ 11
231
+ 15
232
+ 5
233
+ 13
234
+ 72
235
+ 4
236
+ 47
237
+ 9
238
+ 76
239
+ 47
240
+ 49
241
+ 6
242
+ 0
243
+ 13
244
+ 2
245
+ 4
246
+ 5
247
+ 78
248
+ 98
249
+ 7
250
+ 2
251
+ 13
252
+ 9
253
+ 69
254
+ 15
255
+ 4
256
+ 5
257
+ 78
258
+ 98
259
+ 7
260
+ 2
261
+ 7
262
+ 8
263
+ 64
264
+ 49
265
+ 9
266
+ 1
267
+ 47
268
+ 49
269
+ 10
270
+ 2
271
+ 15
272
+ 8
273
+ 103
274
+ 2
275
+ 4
276
+ 5
277
+ 78
278
+ 98
279
+ 7
280
+ 2
281
+ 13
282
+ 9
283
+ 99
284
+ 15
285
+ 4
286
+ 5
287
+ 78
288
+ 98
289
+ 7
290
+ 2
291
+ 7
292
+ 8
293
+ 64
294
+ 49
295
+ 9
296
+ 1
297
+ 47
298
+ 49
299
+ 4
300
+ 2
301
+ 11
302
+ I
303
+ 6
304
+ I
305
+ 1
306
+ I
307
+ 1
308
+ I
309
+ 1
310
+ n
311
+ p
312
+ 11
313
+ x
314
+ 4
315
+ to_s
316
+ n
317
+ x
318
+ 6
319
+ Regexp
320
+ s
321
+ 26
322
+ ^scoped_by_([_a-zA-Z]\w*)$
323
+ x
324
+ 3
325
+ new
326
+ x
327
+ 2
328
+ =~
329
+ x
330
+ 8
331
+ allocate
332
+ x
333
+ 24
334
+ regexp_last_match_result
335
+ s
336
+ 5
337
+ _and_
338
+ x
339
+ 5
340
+ split
341
+ x
342
+ 10
343
+ initialize
344
+ p
345
+ 7
346
+ I
347
+ -1
348
+ I
349
+ a
350
+ I
351
+ 0
352
+ I
353
+ b
354
+ I
355
+ 22
356
+ I
357
+ c
358
+ I
359
+ 68
360
+ x
361
+ 90
362
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_scope_match.rb
363
+ p
364
+ 1
365
+ x
366
+ 6
367
+ method
368
+ x
369
+ 13
370
+ attach_method
371
+ x
372
+ 10
373
+ initialize
374
+ M
375
+ 1
376
+ n
377
+ n
378
+ x
379
+ 10
380
+ initialize
381
+ i
382
+ 10
383
+ 20
384
+ 0
385
+ 38
386
+ 0
387
+ 15
388
+ 20
389
+ 1
390
+ 38
391
+ 1
392
+ 11
393
+ I
394
+ 3
395
+ I
396
+ 2
397
+ I
398
+ 2
399
+ I
400
+ 2
401
+ n
402
+ p
403
+ 2
404
+ x
405
+ 6
406
+ @scope
407
+ x
408
+ 16
409
+ @attribute_names
410
+ p
411
+ 7
412
+ I
413
+ -1
414
+ I
415
+ f
416
+ I
417
+ 0
418
+ I
419
+ 10
420
+ I
421
+ 5
422
+ I
423
+ 11
424
+ I
425
+ a
426
+ x
427
+ 90
428
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_scope_match.rb
429
+ p
430
+ 2
431
+ x
432
+ 5
433
+ scope
434
+ x
435
+ 15
436
+ attribute_names
437
+ x
438
+ 17
439
+ method_visibility
440
+ x
441
+ 15
442
+ add_defn_method
443
+ x
444
+ 5
445
+ scope
446
+ x
447
+ 15
448
+ attribute_names
449
+ x
450
+ 11
451
+ attr_reader
452
+ x
453
+ 6
454
+ scope?
455
+ x
456
+ 12
457
+ alias_method
458
+ p
459
+ 9
460
+ I
461
+ 2
462
+ I
463
+ a
464
+ I
465
+ d
466
+ I
467
+ f
468
+ I
469
+ 1b
470
+ I
471
+ 14
472
+ I
473
+ 25
474
+ I
475
+ 15
476
+ I
477
+ 2f
478
+ x
479
+ 90
480
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_scope_match.rb
481
+ p
482
+ 0
483
+ x
484
+ 13
485
+ attach_method
486
+ p
487
+ 3
488
+ I
489
+ 2
490
+ I
491
+ 9
492
+ I
493
+ 1d
494
+ x
495
+ 90
496
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_scope_match.rb
497
+ p
498
+ 0
499
+ x
500
+ 13
501
+ attach_method
502
+ p
503
+ 3
504
+ I
505
+ 0
506
+ I
507
+ 1
508
+ I
509
+ 1c
510
+ x
511
+ 90
512
+ /Users/santiago/WyeWorks/Projs/rails/activerecord/lib/active_record/dynamic_scope_match.rb
513
+ p
514
+ 0