paperclip 2.3.5 → 2.3.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of paperclip might be problematic. Click here for more details.

Files changed (64) hide show
  1. data/Rakefile +6 -2
  2. data/lib/paperclip.rbc +5129 -12
  3. data/lib/paperclip/attachment.rb +9 -3
  4. data/lib/paperclip/attachment.rbc +5550 -872
  5. data/lib/paperclip/callback_compatability.rbc +1649 -0
  6. data/lib/paperclip/command_line.rbc +1952 -0
  7. data/lib/paperclip/geometry.rbc +2141 -0
  8. data/lib/paperclip/glue.rbc +685 -0
  9. data/lib/paperclip/interpolations.rb +2 -1
  10. data/lib/paperclip/interpolations.rbc +2205 -0
  11. data/lib/paperclip/iostream.rbc +905 -0
  12. data/lib/paperclip/matchers.rbc +267 -0
  13. data/lib/paperclip/matchers/have_attached_file_matcher.rbc +1258 -0
  14. data/lib/paperclip/matchers/validate_attachment_content_type_matcher.rbc +1660 -0
  15. data/lib/paperclip/matchers/validate_attachment_presence_matcher.rbc +1304 -0
  16. data/lib/paperclip/matchers/validate_attachment_size_matcher.rbc +2160 -0
  17. data/lib/paperclip/{configuration.rbc → processor.rbc} +471 -569
  18. data/lib/paperclip/railtie.rbc +680 -0
  19. data/lib/paperclip/storage.rbc +69 -0
  20. data/lib/paperclip/storage/filesystem.rbc +1402 -0
  21. data/lib/paperclip/storage/s3.rb +1 -0
  22. data/lib/paperclip/storage/s3.rbc +3489 -0
  23. data/lib/paperclip/style.rbc +1571 -0
  24. data/lib/paperclip/thumbnail.rbc +1648 -0
  25. data/lib/paperclip/upfile.rb +0 -7
  26. data/lib/paperclip/upfile.rbc +1619 -0
  27. data/lib/paperclip/version.rb +1 -1
  28. data/lib/paperclip/version.rbc +176 -0
  29. data/shoulda_macros/paperclip.rbc +2415 -0
  30. data/test/attachment_test.rb +8 -8
  31. data/test/attachment_test.rbc +22952 -0
  32. data/test/command_line_test.rb +1 -1
  33. data/test/command_line_test.rbc +4307 -0
  34. data/test/geometry_test.rb +1 -1
  35. data/test/geometry_test.rbc +5181 -0
  36. data/test/helper.rb +1 -13
  37. data/test/helper.rbc +3971 -0
  38. data/test/integration_test.rb +1 -1
  39. data/test/integration_test.rbc +13137 -0
  40. data/test/interpolations_test.rb +1 -1
  41. data/test/interpolations_test.rbc +3432 -0
  42. data/test/iostream_test.rb +1 -1
  43. data/test/iostream_test.rbc +1889 -0
  44. data/test/matchers/have_attached_file_matcher_test.rb +1 -1
  45. data/test/matchers/have_attached_file_matcher_test.rbc +622 -0
  46. data/test/matchers/validate_attachment_content_type_matcher_test.rb +1 -1
  47. data/test/matchers/validate_attachment_content_type_matcher_test.rbc +1174 -0
  48. data/test/matchers/validate_attachment_presence_matcher_test.rb +1 -1
  49. data/test/matchers/validate_attachment_presence_matcher_test.rbc +622 -0
  50. data/test/matchers/validate_attachment_size_matcher_test.rb +1 -1
  51. data/test/matchers/validate_attachment_size_matcher_test.rbc +1658 -0
  52. data/test/paperclip_test.rb +1 -1
  53. data/test/paperclip_test.rbc +7407 -0
  54. data/test/processor_test.rb +1 -1
  55. data/test/processor_test.rbc +314 -0
  56. data/test/storage_test.rb +1 -1
  57. data/test/storage_test.rbc +10294 -0
  58. data/test/style_test.rb +1 -1
  59. data/test/style_test.rbc +3752 -0
  60. data/test/thumbnail_test.rb +1 -1
  61. data/test/thumbnail_test.rbc +6803 -0
  62. data/test/upfile_test.rb +1 -18
  63. data/test/upfile_test.rbc +1635 -0
  64. metadata +77 -26
@@ -0,0 +1,267 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 64
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 5
32
+ 7
33
+ 3
34
+ 64
35
+ 47
36
+ 49
37
+ 1
38
+ 1
39
+ 15
40
+ 5
41
+ 7
42
+ 4
43
+ 64
44
+ 47
45
+ 49
46
+ 1
47
+ 1
48
+ 15
49
+ 99
50
+ 7
51
+ 5
52
+ 65
53
+ 49
54
+ 6
55
+ 2
56
+ 13
57
+ 99
58
+ 12
59
+ 7
60
+ 7
61
+ 12
62
+ 7
63
+ 8
64
+ 12
65
+ 65
66
+ 12
67
+ 49
68
+ 9
69
+ 4
70
+ 15
71
+ 49
72
+ 7
73
+ 0
74
+ 15
75
+ 2
76
+ 11
77
+ I
78
+ 6
79
+ I
80
+ 0
81
+ I
82
+ 0
83
+ I
84
+ 0
85
+ n
86
+ p
87
+ 10
88
+ s
89
+ 45
90
+ paperclip/matchers/have_attached_file_matcher
91
+ x
92
+ 7
93
+ require
94
+ s
95
+ 55
96
+ paperclip/matchers/validate_attachment_presence_matcher
97
+ s
98
+ 59
99
+ paperclip/matchers/validate_attachment_content_type_matcher
100
+ s
101
+ 51
102
+ paperclip/matchers/validate_attachment_size_matcher
103
+ x
104
+ 9
105
+ Paperclip
106
+ x
107
+ 11
108
+ open_module
109
+ x
110
+ 15
111
+ __module_init__
112
+ M
113
+ 1
114
+ n
115
+ n
116
+ x
117
+ 9
118
+ Paperclip
119
+ i
120
+ 28
121
+ 5
122
+ 66
123
+ 99
124
+ 7
125
+ 0
126
+ 65
127
+ 49
128
+ 1
129
+ 2
130
+ 13
131
+ 99
132
+ 12
133
+ 7
134
+ 2
135
+ 12
136
+ 7
137
+ 3
138
+ 12
139
+ 65
140
+ 12
141
+ 49
142
+ 4
143
+ 4
144
+ 15
145
+ 49
146
+ 2
147
+ 0
148
+ 11
149
+ I
150
+ 6
151
+ I
152
+ 0
153
+ I
154
+ 0
155
+ I
156
+ 0
157
+ n
158
+ p
159
+ 5
160
+ x
161
+ 7
162
+ Shoulda
163
+ x
164
+ 11
165
+ open_module
166
+ x
167
+ 15
168
+ __module_init__
169
+ M
170
+ 1
171
+ n
172
+ n
173
+ x
174
+ 7
175
+ Shoulda
176
+ i
177
+ 12
178
+ 5
179
+ 66
180
+ 99
181
+ 7
182
+ 0
183
+ 65
184
+ 49
185
+ 1
186
+ 2
187
+ 15
188
+ 1
189
+ 11
190
+ I
191
+ 3
192
+ I
193
+ 0
194
+ I
195
+ 0
196
+ I
197
+ 0
198
+ n
199
+ p
200
+ 2
201
+ x
202
+ 8
203
+ Matchers
204
+ x
205
+ 11
206
+ open_module
207
+ p
208
+ 3
209
+ I
210
+ 2
211
+ I
212
+ 1e
213
+ I
214
+ c
215
+ x
216
+ 61
217
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers.rb
218
+ p
219
+ 0
220
+ x
221
+ 13
222
+ attach_method
223
+ p
224
+ 3
225
+ I
226
+ 2
227
+ I
228
+ 7
229
+ I
230
+ 1c
231
+ x
232
+ 61
233
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers.rb
234
+ p
235
+ 0
236
+ x
237
+ 13
238
+ attach_method
239
+ p
240
+ 11
241
+ I
242
+ 0
243
+ I
244
+ 1
245
+ I
246
+ 9
247
+ I
248
+ 2
249
+ I
250
+ 12
251
+ I
252
+ 3
253
+ I
254
+ 1b
255
+ I
256
+ 4
257
+ I
258
+ 24
259
+ I
260
+ 6
261
+ I
262
+ 40
263
+ x
264
+ 61
265
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers.rb
266
+ p
267
+ 0
@@ -0,0 +1,1258 @@
1
+ !RBIX
2
+ 0
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
+ 9
54
+ Paperclip
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
+ 9
67
+ Paperclip
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
+ Shoulda
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
+ Shoulda
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
+ 8
168
+ Matchers
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
+ 8
181
+ Matchers
182
+ i
183
+ 43
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
+ 15
200
+ 99
201
+ 7
202
+ 4
203
+ 1
204
+ 65
205
+ 49
206
+ 5
207
+ 3
208
+ 13
209
+ 99
210
+ 12
211
+ 7
212
+ 6
213
+ 12
214
+ 7
215
+ 7
216
+ 12
217
+ 65
218
+ 12
219
+ 49
220
+ 8
221
+ 4
222
+ 15
223
+ 49
224
+ 6
225
+ 0
226
+ 11
227
+ I
228
+ 6
229
+ I
230
+ 0
231
+ I
232
+ 0
233
+ I
234
+ 0
235
+ n
236
+ p
237
+ 9
238
+ x
239
+ 18
240
+ have_attached_file
241
+ M
242
+ 1
243
+ n
244
+ n
245
+ x
246
+ 18
247
+ have_attached_file
248
+ i
249
+ 29
250
+ 45
251
+ 0
252
+ 1
253
+ 13
254
+ 71
255
+ 2
256
+ 47
257
+ 9
258
+ 23
259
+ 47
260
+ 49
261
+ 3
262
+ 0
263
+ 13
264
+ 20
265
+ 0
266
+ 47
267
+ 49
268
+ 4
269
+ 1
270
+ 15
271
+ 8
272
+ 28
273
+ 20
274
+ 0
275
+ 49
276
+ 2
277
+ 1
278
+ 11
279
+ I
280
+ 4
281
+ I
282
+ 1
283
+ I
284
+ 1
285
+ I
286
+ 1
287
+ n
288
+ p
289
+ 5
290
+ x
291
+ 23
292
+ HaveAttachedFileMatcher
293
+ n
294
+ x
295
+ 3
296
+ new
297
+ x
298
+ 8
299
+ allocate
300
+ x
301
+ 10
302
+ initialize
303
+ p
304
+ 5
305
+ I
306
+ 0
307
+ I
308
+ b
309
+ I
310
+ 0
311
+ I
312
+ c
313
+ I
314
+ 1d
315
+ x
316
+ 88
317
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
318
+ p
319
+ 1
320
+ x
321
+ 4
322
+ name
323
+ x
324
+ 17
325
+ method_visibility
326
+ x
327
+ 15
328
+ add_defn_method
329
+ x
330
+ 23
331
+ HaveAttachedFileMatcher
332
+ x
333
+ 10
334
+ open_class
335
+ x
336
+ 14
337
+ __class_init__
338
+ M
339
+ 1
340
+ n
341
+ n
342
+ x
343
+ 23
344
+ HaveAttachedFileMatcher
345
+ i
346
+ 118
347
+ 5
348
+ 66
349
+ 99
350
+ 7
351
+ 0
352
+ 7
353
+ 1
354
+ 65
355
+ 67
356
+ 49
357
+ 2
358
+ 0
359
+ 49
360
+ 3
361
+ 4
362
+ 15
363
+ 99
364
+ 7
365
+ 4
366
+ 7
367
+ 5
368
+ 65
369
+ 67
370
+ 49
371
+ 2
372
+ 0
373
+ 49
374
+ 3
375
+ 4
376
+ 15
377
+ 99
378
+ 7
379
+ 6
380
+ 7
381
+ 7
382
+ 65
383
+ 67
384
+ 49
385
+ 2
386
+ 0
387
+ 49
388
+ 3
389
+ 4
390
+ 15
391
+ 99
392
+ 7
393
+ 8
394
+ 7
395
+ 9
396
+ 65
397
+ 67
398
+ 49
399
+ 2
400
+ 0
401
+ 49
402
+ 3
403
+ 4
404
+ 15
405
+ 99
406
+ 7
407
+ 10
408
+ 7
409
+ 11
410
+ 65
411
+ 67
412
+ 49
413
+ 2
414
+ 0
415
+ 49
416
+ 3
417
+ 4
418
+ 15
419
+ 5
420
+ 48
421
+ 12
422
+ 15
423
+ 99
424
+ 7
425
+ 13
426
+ 7
427
+ 14
428
+ 65
429
+ 67
430
+ 49
431
+ 2
432
+ 0
433
+ 49
434
+ 3
435
+ 4
436
+ 15
437
+ 99
438
+ 7
439
+ 15
440
+ 7
441
+ 16
442
+ 65
443
+ 67
444
+ 49
445
+ 2
446
+ 0
447
+ 49
448
+ 3
449
+ 4
450
+ 15
451
+ 99
452
+ 7
453
+ 17
454
+ 7
455
+ 18
456
+ 65
457
+ 67
458
+ 49
459
+ 2
460
+ 0
461
+ 49
462
+ 3
463
+ 4
464
+ 11
465
+ I
466
+ 5
467
+ I
468
+ 0
469
+ I
470
+ 0
471
+ I
472
+ 0
473
+ n
474
+ p
475
+ 19
476
+ x
477
+ 10
478
+ initialize
479
+ M
480
+ 1
481
+ n
482
+ n
483
+ x
484
+ 10
485
+ initialize
486
+ i
487
+ 5
488
+ 20
489
+ 0
490
+ 38
491
+ 0
492
+ 11
493
+ I
494
+ 2
495
+ I
496
+ 1
497
+ I
498
+ 1
499
+ I
500
+ 1
501
+ n
502
+ p
503
+ 1
504
+ x
505
+ 16
506
+ @attachment_name
507
+ p
508
+ 5
509
+ I
510
+ 0
511
+ I
512
+ 10
513
+ I
514
+ 0
515
+ I
516
+ 11
517
+ I
518
+ 5
519
+ x
520
+ 88
521
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
522
+ p
523
+ 1
524
+ x
525
+ 15
526
+ attachment_name
527
+ x
528
+ 17
529
+ method_visibility
530
+ x
531
+ 15
532
+ add_defn_method
533
+ x
534
+ 8
535
+ matches?
536
+ M
537
+ 1
538
+ n
539
+ n
540
+ x
541
+ 8
542
+ matches?
543
+ i
544
+ 49
545
+ 20
546
+ 0
547
+ 38
548
+ 0
549
+ 15
550
+ 45
551
+ 1
552
+ 2
553
+ 39
554
+ 0
555
+ 86
556
+ 3
557
+ 9
558
+ 17
559
+ 1
560
+ 8
561
+ 24
562
+ 39
563
+ 0
564
+ 49
565
+ 4
566
+ 0
567
+ 38
568
+ 0
569
+ 15
570
+ 5
571
+ 47
572
+ 49
573
+ 5
574
+ 0
575
+ 13
576
+ 9
577
+ 48
578
+ 15
579
+ 5
580
+ 47
581
+ 49
582
+ 6
583
+ 0
584
+ 13
585
+ 9
586
+ 48
587
+ 15
588
+ 5
589
+ 47
590
+ 49
591
+ 7
592
+ 0
593
+ 11
594
+ I
595
+ 3
596
+ I
597
+ 1
598
+ I
599
+ 1
600
+ I
601
+ 1
602
+ n
603
+ p
604
+ 8
605
+ x
606
+ 8
607
+ @subject
608
+ x
609
+ 5
610
+ Class
611
+ n
612
+ x
613
+ 3
614
+ ===
615
+ x
616
+ 5
617
+ class
618
+ x
619
+ 9
620
+ responds?
621
+ x
622
+ 11
623
+ has_column?
624
+ x
625
+ 9
626
+ included?
627
+ p
628
+ 9
629
+ I
630
+ 0
631
+ I
632
+ 14
633
+ I
634
+ 0
635
+ I
636
+ 15
637
+ I
638
+ 5
639
+ I
640
+ 16
641
+ I
642
+ 19
643
+ I
644
+ 17
645
+ I
646
+ 31
647
+ x
648
+ 88
649
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
650
+ p
651
+ 1
652
+ x
653
+ 7
654
+ subject
655
+ x
656
+ 15
657
+ failure_message
658
+ M
659
+ 1
660
+ n
661
+ n
662
+ x
663
+ 15
664
+ failure_message
665
+ i
666
+ 11
667
+ 7
668
+ 0
669
+ 39
670
+ 1
671
+ 47
672
+ 49
673
+ 2
674
+ 0
675
+ 63
676
+ 2
677
+ 11
678
+ I
679
+ 2
680
+ I
681
+ 0
682
+ I
683
+ 0
684
+ I
685
+ 0
686
+ n
687
+ p
688
+ 3
689
+ s
690
+ 32
691
+ Should have an attachment named
692
+ x
693
+ 16
694
+ @attachment_name
695
+ x
696
+ 4
697
+ to_s
698
+ p
699
+ 5
700
+ I
701
+ 0
702
+ I
703
+ 1a
704
+ I
705
+ 0
706
+ I
707
+ 1b
708
+ I
709
+ b
710
+ x
711
+ 88
712
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
713
+ p
714
+ 0
715
+ x
716
+ 24
717
+ negative_failure_message
718
+ M
719
+ 1
720
+ n
721
+ n
722
+ x
723
+ 24
724
+ negative_failure_message
725
+ i
726
+ 11
727
+ 7
728
+ 0
729
+ 39
730
+ 1
731
+ 47
732
+ 49
733
+ 2
734
+ 0
735
+ 63
736
+ 2
737
+ 11
738
+ I
739
+ 2
740
+ I
741
+ 0
742
+ I
743
+ 0
744
+ I
745
+ 0
746
+ n
747
+ p
748
+ 3
749
+ s
750
+ 36
751
+ Should not have an attachment named
752
+ x
753
+ 16
754
+ @attachment_name
755
+ x
756
+ 4
757
+ to_s
758
+ p
759
+ 5
760
+ I
761
+ 0
762
+ I
763
+ 1e
764
+ I
765
+ 0
766
+ I
767
+ 1f
768
+ I
769
+ b
770
+ x
771
+ 88
772
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
773
+ p
774
+ 0
775
+ x
776
+ 11
777
+ description
778
+ M
779
+ 1
780
+ n
781
+ n
782
+ x
783
+ 11
784
+ description
785
+ i
786
+ 11
787
+ 7
788
+ 0
789
+ 39
790
+ 1
791
+ 47
792
+ 49
793
+ 2
794
+ 0
795
+ 63
796
+ 2
797
+ 11
798
+ I
799
+ 2
800
+ I
801
+ 0
802
+ I
803
+ 0
804
+ I
805
+ 0
806
+ n
807
+ p
808
+ 3
809
+ s
810
+ 25
811
+ have an attachment named
812
+ x
813
+ 16
814
+ @attachment_name
815
+ x
816
+ 4
817
+ to_s
818
+ p
819
+ 5
820
+ I
821
+ 0
822
+ I
823
+ 22
824
+ I
825
+ 0
826
+ I
827
+ 23
828
+ I
829
+ b
830
+ x
831
+ 88
832
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
833
+ p
834
+ 0
835
+ x
836
+ 9
837
+ protected
838
+ x
839
+ 9
840
+ responds?
841
+ M
842
+ 1
843
+ n
844
+ n
845
+ x
846
+ 9
847
+ responds?
848
+ i
849
+ 76
850
+ 39
851
+ 0
852
+ 49
853
+ 1
854
+ 0
855
+ 7
856
+ 2
857
+ 13
858
+ 70
859
+ 10
860
+ 18
861
+ 44
862
+ 43
863
+ 3
864
+ 12
865
+ 49
866
+ 4
867
+ 1
868
+ 50
869
+ 5
870
+ 0
871
+ 19
872
+ 0
873
+ 15
874
+ 20
875
+ 0
876
+ 39
877
+ 6
878
+ 47
879
+ 49
880
+ 2
881
+ 0
882
+ 63
883
+ 1
884
+ 49
885
+ 7
886
+ 1
887
+ 13
888
+ 9
889
+ 75
890
+ 15
891
+ 20
892
+ 0
893
+ 39
894
+ 6
895
+ 47
896
+ 49
897
+ 2
898
+ 0
899
+ 7
900
+ 8
901
+ 63
902
+ 2
903
+ 49
904
+ 7
905
+ 1
906
+ 13
907
+ 9
908
+ 75
909
+ 15
910
+ 20
911
+ 0
912
+ 39
913
+ 6
914
+ 47
915
+ 49
916
+ 2
917
+ 0
918
+ 7
919
+ 9
920
+ 63
921
+ 2
922
+ 49
923
+ 7
924
+ 1
925
+ 11
926
+ I
927
+ 4
928
+ I
929
+ 1
930
+ I
931
+ 0
932
+ I
933
+ 0
934
+ n
935
+ p
936
+ 10
937
+ x
938
+ 8
939
+ @subject
940
+ x
941
+ 16
942
+ instance_methods
943
+ x
944
+ 4
945
+ to_s
946
+ x
947
+ 4
948
+ Proc
949
+ x
950
+ 14
951
+ __from_block__
952
+ x
953
+ 3
954
+ map
955
+ x
956
+ 16
957
+ @attachment_name
958
+ x
959
+ 8
960
+ include?
961
+ s
962
+ 1
963
+ =
964
+ s
965
+ 1
966
+ ?
967
+ p
968
+ 11
969
+ I
970
+ 0
971
+ I
972
+ 28
973
+ I
974
+ 0
975
+ I
976
+ 29
977
+ I
978
+ 18
979
+ I
980
+ 2a
981
+ I
982
+ 29
983
+ I
984
+ 2b
985
+ I
986
+ 3c
987
+ I
988
+ 2c
989
+ I
990
+ 4c
991
+ x
992
+ 88
993
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
994
+ p
995
+ 1
996
+ x
997
+ 7
998
+ methods
999
+ x
1000
+ 11
1001
+ has_column?
1002
+ M
1003
+ 1
1004
+ n
1005
+ n
1006
+ x
1007
+ 11
1008
+ has_column?
1009
+ i
1010
+ 19
1011
+ 39
1012
+ 0
1013
+ 49
1014
+ 1
1015
+ 0
1016
+ 39
1017
+ 2
1018
+ 47
1019
+ 49
1020
+ 3
1021
+ 0
1022
+ 7
1023
+ 4
1024
+ 63
1025
+ 2
1026
+ 49
1027
+ 5
1028
+ 1
1029
+ 11
1030
+ I
1031
+ 3
1032
+ I
1033
+ 0
1034
+ I
1035
+ 0
1036
+ I
1037
+ 0
1038
+ n
1039
+ p
1040
+ 6
1041
+ x
1042
+ 8
1043
+ @subject
1044
+ x
1045
+ 12
1046
+ column_names
1047
+ x
1048
+ 16
1049
+ @attachment_name
1050
+ x
1051
+ 4
1052
+ to_s
1053
+ s
1054
+ 10
1055
+ _file_name
1056
+ x
1057
+ 8
1058
+ include?
1059
+ p
1060
+ 5
1061
+ I
1062
+ 0
1063
+ I
1064
+ 2f
1065
+ I
1066
+ 0
1067
+ I
1068
+ 30
1069
+ I
1070
+ 13
1071
+ x
1072
+ 88
1073
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1074
+ p
1075
+ 0
1076
+ x
1077
+ 9
1078
+ included?
1079
+ M
1080
+ 1
1081
+ n
1082
+ n
1083
+ x
1084
+ 9
1085
+ included?
1086
+ i
1087
+ 14
1088
+ 39
1089
+ 0
1090
+ 49
1091
+ 1
1092
+ 0
1093
+ 45
1094
+ 2
1095
+ 3
1096
+ 43
1097
+ 4
1098
+ 49
1099
+ 5
1100
+ 1
1101
+ 11
1102
+ I
1103
+ 2
1104
+ I
1105
+ 0
1106
+ I
1107
+ 0
1108
+ I
1109
+ 0
1110
+ n
1111
+ p
1112
+ 6
1113
+ x
1114
+ 8
1115
+ @subject
1116
+ x
1117
+ 9
1118
+ ancestors
1119
+ x
1120
+ 9
1121
+ Paperclip
1122
+ n
1123
+ x
1124
+ 15
1125
+ InstanceMethods
1126
+ x
1127
+ 8
1128
+ include?
1129
+ p
1130
+ 5
1131
+ I
1132
+ 0
1133
+ I
1134
+ 33
1135
+ I
1136
+ 0
1137
+ I
1138
+ 34
1139
+ I
1140
+ e
1141
+ x
1142
+ 88
1143
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1144
+ p
1145
+ 0
1146
+ p
1147
+ 19
1148
+ I
1149
+ 2
1150
+ I
1151
+ 10
1152
+ I
1153
+ 10
1154
+ I
1155
+ 14
1156
+ I
1157
+ 1e
1158
+ I
1159
+ 1a
1160
+ I
1161
+ 2c
1162
+ I
1163
+ 1e
1164
+ I
1165
+ 3a
1166
+ I
1167
+ 22
1168
+ I
1169
+ 48
1170
+ I
1171
+ 26
1172
+ I
1173
+ 4c
1174
+ I
1175
+ 28
1176
+ I
1177
+ 5a
1178
+ I
1179
+ 2f
1180
+ I
1181
+ 68
1182
+ I
1183
+ 33
1184
+ I
1185
+ 76
1186
+ x
1187
+ 88
1188
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1189
+ p
1190
+ 0
1191
+ x
1192
+ 13
1193
+ attach_method
1194
+ p
1195
+ 5
1196
+ I
1197
+ 2
1198
+ I
1199
+ b
1200
+ I
1201
+ 10
1202
+ I
1203
+ f
1204
+ I
1205
+ 2b
1206
+ x
1207
+ 88
1208
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1209
+ p
1210
+ 0
1211
+ x
1212
+ 13
1213
+ attach_method
1214
+ p
1215
+ 3
1216
+ I
1217
+ 2
1218
+ I
1219
+ 3
1220
+ I
1221
+ 1c
1222
+ x
1223
+ 88
1224
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1225
+ p
1226
+ 0
1227
+ x
1228
+ 13
1229
+ attach_method
1230
+ p
1231
+ 3
1232
+ I
1233
+ 2
1234
+ I
1235
+ 2
1236
+ I
1237
+ 1c
1238
+ x
1239
+ 88
1240
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1241
+ p
1242
+ 0
1243
+ x
1244
+ 13
1245
+ attach_method
1246
+ p
1247
+ 3
1248
+ I
1249
+ 0
1250
+ I
1251
+ 1
1252
+ I
1253
+ 1c
1254
+ x
1255
+ 88
1256
+ /Users/jyurek/Development/paperclip/lib/paperclip/matchers/have_attached_file_matcher.rb
1257
+ p
1258
+ 0