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
@@ -1,3 +1,3 @@
1
1
  module Paperclip
2
- VERSION = "2.3.5" unless defined? Paperclip::VERSION
2
+ VERSION = "2.3.6" unless defined? Paperclip::VERSION
3
3
  end
@@ -0,0 +1,176 @@
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
+ 48
70
+ 5
71
+ 66
72
+ 26
73
+ 93
74
+ 0
75
+ 15
76
+ 29
77
+ 21
78
+ 0
79
+ 45
80
+ 0
81
+ 1
82
+ 7
83
+ 2
84
+ 3
85
+ 98
86
+ 3
87
+ 3
88
+ 30
89
+ 8
90
+ 27
91
+ 25
92
+ 92
93
+ 0
94
+ 27
95
+ 8
96
+ 32
97
+ 15
98
+ 7
99
+ 4
100
+ 8
101
+ 33
102
+ 1
103
+ 9
104
+ 38
105
+ 1
106
+ 8
107
+ 47
108
+ 65
109
+ 7
110
+ 2
111
+ 7
112
+ 5
113
+ 64
114
+ 49
115
+ 6
116
+ 2
117
+ 11
118
+ I
119
+ 4
120
+ I
121
+ 0
122
+ I
123
+ 0
124
+ I
125
+ 0
126
+ n
127
+ p
128
+ 7
129
+ x
130
+ 9
131
+ Paperclip
132
+ n
133
+ x
134
+ 7
135
+ VERSION
136
+ x
137
+ 22
138
+ vm_const_defined_under
139
+ s
140
+ 8
141
+ constant
142
+ s
143
+ 5
144
+ 2.3.5
145
+ x
146
+ 9
147
+ const_set
148
+ p
149
+ 3
150
+ I
151
+ 2
152
+ I
153
+ 2
154
+ I
155
+ 30
156
+ x
157
+ 60
158
+ /Users/jyurek/Development/paperclip/lib/paperclip/version.rb
159
+ p
160
+ 0
161
+ x
162
+ 13
163
+ attach_method
164
+ p
165
+ 3
166
+ I
167
+ 0
168
+ I
169
+ 1
170
+ I
171
+ 1c
172
+ x
173
+ 60
174
+ /Users/jyurek/Development/paperclip/lib/paperclip/version.rb
175
+ p
176
+ 0
@@ -0,0 +1,2415 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 164
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
+ 26
49
+ 93
50
+ 0
51
+ 15
52
+ 29
53
+ 56
54
+ 0
55
+ 45
56
+ 7
57
+ 8
58
+ 43
59
+ 9
60
+ 7
61
+ 10
62
+ 3
63
+ 98
64
+ 11
65
+ 3
66
+ 30
67
+ 8
68
+ 62
69
+ 25
70
+ 92
71
+ 0
72
+ 27
73
+ 8
74
+ 67
75
+ 15
76
+ 7
77
+ 12
78
+ 8
79
+ 68
80
+ 1
81
+ 9
82
+ 102
83
+ 99
84
+ 7
85
+ 10
86
+ 1
87
+ 45
88
+ 7
89
+ 13
90
+ 43
91
+ 9
92
+ 49
93
+ 14
94
+ 3
95
+ 13
96
+ 99
97
+ 12
98
+ 7
99
+ 15
100
+ 12
101
+ 7
102
+ 16
103
+ 12
104
+ 65
105
+ 12
106
+ 49
107
+ 6
108
+ 4
109
+ 15
110
+ 49
111
+ 15
112
+ 0
113
+ 8
114
+ 103
115
+ 1
116
+ 15
117
+ 99
118
+ 7
119
+ 17
120
+ 1
121
+ 65
122
+ 49
123
+ 18
124
+ 3
125
+ 13
126
+ 99
127
+ 12
128
+ 7
129
+ 15
130
+ 12
131
+ 7
132
+ 19
133
+ 12
134
+ 65
135
+ 12
136
+ 49
137
+ 6
138
+ 4
139
+ 15
140
+ 49
141
+ 15
142
+ 0
143
+ 15
144
+ 99
145
+ 7
146
+ 20
147
+ 1
148
+ 45
149
+ 21
150
+ 22
151
+ 43
152
+ 23
153
+ 49
154
+ 14
155
+ 3
156
+ 13
157
+ 99
158
+ 12
159
+ 7
160
+ 15
161
+ 12
162
+ 7
163
+ 24
164
+ 12
165
+ 65
166
+ 12
167
+ 49
168
+ 6
169
+ 4
170
+ 15
171
+ 49
172
+ 15
173
+ 0
174
+ 15
175
+ 2
176
+ 11
177
+ I
178
+ 7
179
+ I
180
+ 0
181
+ I
182
+ 0
183
+ I
184
+ 0
185
+ n
186
+ p
187
+ 25
188
+ s
189
+ 18
190
+ paperclip/matchers
191
+ x
192
+ 7
193
+ require
194
+ x
195
+ 9
196
+ Paperclip
197
+ x
198
+ 11
199
+ open_module
200
+ x
201
+ 15
202
+ __module_init__
203
+ M
204
+ 1
205
+ n
206
+ n
207
+ x
208
+ 9
209
+ Paperclip
210
+ i
211
+ 28
212
+ 5
213
+ 66
214
+ 99
215
+ 7
216
+ 0
217
+ 65
218
+ 49
219
+ 1
220
+ 2
221
+ 13
222
+ 99
223
+ 12
224
+ 7
225
+ 2
226
+ 12
227
+ 7
228
+ 3
229
+ 12
230
+ 65
231
+ 12
232
+ 49
233
+ 4
234
+ 4
235
+ 15
236
+ 49
237
+ 2
238
+ 0
239
+ 11
240
+ I
241
+ 6
242
+ I
243
+ 0
244
+ I
245
+ 0
246
+ I
247
+ 0
248
+ n
249
+ p
250
+ 5
251
+ x
252
+ 7
253
+ Shoulda
254
+ x
255
+ 11
256
+ open_module
257
+ x
258
+ 15
259
+ __module_init__
260
+ M
261
+ 1
262
+ n
263
+ n
264
+ x
265
+ 7
266
+ Shoulda
267
+ i
268
+ 95
269
+ 5
270
+ 66
271
+ 5
272
+ 45
273
+ 0
274
+ 1
275
+ 47
276
+ 49
277
+ 2
278
+ 1
279
+ 15
280
+ 99
281
+ 7
282
+ 3
283
+ 7
284
+ 4
285
+ 65
286
+ 67
287
+ 49
288
+ 5
289
+ 0
290
+ 49
291
+ 6
292
+ 4
293
+ 15
294
+ 99
295
+ 7
296
+ 7
297
+ 7
298
+ 8
299
+ 65
300
+ 67
301
+ 49
302
+ 5
303
+ 0
304
+ 49
305
+ 6
306
+ 4
307
+ 15
308
+ 99
309
+ 7
310
+ 9
311
+ 7
312
+ 10
313
+ 65
314
+ 67
315
+ 49
316
+ 5
317
+ 0
318
+ 49
319
+ 6
320
+ 4
321
+ 15
322
+ 99
323
+ 7
324
+ 11
325
+ 7
326
+ 12
327
+ 65
328
+ 67
329
+ 49
330
+ 5
331
+ 0
332
+ 49
333
+ 6
334
+ 4
335
+ 15
336
+ 99
337
+ 7
338
+ 13
339
+ 7
340
+ 14
341
+ 65
342
+ 67
343
+ 49
344
+ 5
345
+ 0
346
+ 49
347
+ 6
348
+ 4
349
+ 15
350
+ 99
351
+ 7
352
+ 15
353
+ 7
354
+ 16
355
+ 65
356
+ 67
357
+ 49
358
+ 5
359
+ 0
360
+ 49
361
+ 6
362
+ 4
363
+ 11
364
+ I
365
+ 5
366
+ I
367
+ 0
368
+ I
369
+ 0
370
+ I
371
+ 0
372
+ n
373
+ p
374
+ 17
375
+ x
376
+ 8
377
+ Matchers
378
+ n
379
+ x
380
+ 7
381
+ include
382
+ x
383
+ 25
384
+ should_have_attached_file
385
+ M
386
+ 1
387
+ n
388
+ n
389
+ x
390
+ 25
391
+ should_have_attached_file
392
+ i
393
+ 57
394
+ 5
395
+ 49
396
+ 0
397
+ 0
398
+ 7
399
+ 1
400
+ 13
401
+ 70
402
+ 9
403
+ 22
404
+ 15
405
+ 44
406
+ 43
407
+ 2
408
+ 7
409
+ 3
410
+ 78
411
+ 49
412
+ 4
413
+ 2
414
+ 6
415
+ 1
416
+ 7
417
+ 5
418
+ 64
419
+ 49
420
+ 6
421
+ 2
422
+ 49
423
+ 7
424
+ 0
425
+ 19
426
+ 1
427
+ 15
428
+ 5
429
+ 20
430
+ 0
431
+ 47
432
+ 49
433
+ 8
434
+ 1
435
+ 19
436
+ 2
437
+ 15
438
+ 5
439
+ 20
440
+ 2
441
+ 49
442
+ 9
443
+ 0
444
+ 56
445
+ 10
446
+ 47
447
+ 50
448
+ 11
449
+ 1
450
+ 11
451
+ I
452
+ 7
453
+ I
454
+ 3
455
+ I
456
+ 1
457
+ I
458
+ 1
459
+ n
460
+ p
461
+ 12
462
+ x
463
+ 4
464
+ name
465
+ n
466
+ x
467
+ 6
468
+ Regexp
469
+ s
470
+ 5
471
+ Test$
472
+ x
473
+ 3
474
+ new
475
+ s
476
+ 0
477
+
478
+ x
479
+ 4
480
+ gsub
481
+ x
482
+ 11
483
+ constantize
484
+ x
485
+ 18
486
+ have_attached_file
487
+ x
488
+ 11
489
+ description
490
+ M
491
+ 1
492
+ p
493
+ 2
494
+ x
495
+ 9
496
+ for_block
497
+ t
498
+ n
499
+ x
500
+ 25
501
+ should_have_attached_file
502
+ i
503
+ 12
504
+ 5
505
+ 21
506
+ 1
507
+ 2
508
+ 21
509
+ 1
510
+ 1
511
+ 47
512
+ 49
513
+ 0
514
+ 2
515
+ 11
516
+ I
517
+ 4
518
+ I
519
+ 0
520
+ I
521
+ 0
522
+ I
523
+ 0
524
+ I
525
+ -2
526
+ p
527
+ 1
528
+ x
529
+ 14
530
+ assert_accepts
531
+ p
532
+ 5
533
+ I
534
+ 0
535
+ I
536
+ 13
537
+ I
538
+ 0
539
+ I
540
+ 14
541
+ I
542
+ c
543
+ x
544
+ 63
545
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
546
+ p
547
+ 0
548
+ x
549
+ 6
550
+ should
551
+ p
552
+ 9
553
+ I
554
+ 0
555
+ I
556
+ 10
557
+ I
558
+ 0
559
+ I
560
+ 11
561
+ I
562
+ 22
563
+ I
564
+ 12
565
+ I
566
+ 2c
567
+ I
568
+ 13
569
+ I
570
+ 39
571
+ x
572
+ 63
573
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
574
+ p
575
+ 3
576
+ x
577
+ 4
578
+ name
579
+ x
580
+ 5
581
+ klass
582
+ x
583
+ 7
584
+ matcher
585
+ x
586
+ 17
587
+ method_visibility
588
+ x
589
+ 15
590
+ add_defn_method
591
+ x
592
+ 35
593
+ should_validate_attachment_presence
594
+ M
595
+ 1
596
+ n
597
+ n
598
+ x
599
+ 35
600
+ should_validate_attachment_presence
601
+ i
602
+ 57
603
+ 5
604
+ 49
605
+ 0
606
+ 0
607
+ 7
608
+ 1
609
+ 13
610
+ 70
611
+ 9
612
+ 22
613
+ 15
614
+ 44
615
+ 43
616
+ 2
617
+ 7
618
+ 3
619
+ 78
620
+ 49
621
+ 4
622
+ 2
623
+ 6
624
+ 1
625
+ 7
626
+ 5
627
+ 64
628
+ 49
629
+ 6
630
+ 2
631
+ 49
632
+ 7
633
+ 0
634
+ 19
635
+ 1
636
+ 15
637
+ 5
638
+ 20
639
+ 0
640
+ 47
641
+ 49
642
+ 8
643
+ 1
644
+ 19
645
+ 2
646
+ 15
647
+ 5
648
+ 20
649
+ 2
650
+ 49
651
+ 9
652
+ 0
653
+ 56
654
+ 10
655
+ 47
656
+ 50
657
+ 11
658
+ 1
659
+ 11
660
+ I
661
+ 7
662
+ I
663
+ 3
664
+ I
665
+ 1
666
+ I
667
+ 1
668
+ n
669
+ p
670
+ 12
671
+ x
672
+ 4
673
+ name
674
+ n
675
+ x
676
+ 6
677
+ Regexp
678
+ s
679
+ 5
680
+ Test$
681
+ x
682
+ 3
683
+ new
684
+ s
685
+ 0
686
+
687
+ x
688
+ 4
689
+ gsub
690
+ x
691
+ 11
692
+ constantize
693
+ x
694
+ 28
695
+ validate_attachment_presence
696
+ x
697
+ 11
698
+ description
699
+ M
700
+ 1
701
+ p
702
+ 2
703
+ x
704
+ 9
705
+ for_block
706
+ t
707
+ n
708
+ x
709
+ 35
710
+ should_validate_attachment_presence
711
+ i
712
+ 12
713
+ 5
714
+ 21
715
+ 1
716
+ 2
717
+ 21
718
+ 1
719
+ 1
720
+ 47
721
+ 49
722
+ 0
723
+ 2
724
+ 11
725
+ I
726
+ 4
727
+ I
728
+ 0
729
+ I
730
+ 0
731
+ I
732
+ 0
733
+ I
734
+ -2
735
+ p
736
+ 1
737
+ x
738
+ 14
739
+ assert_accepts
740
+ p
741
+ 5
742
+ I
743
+ 0
744
+ I
745
+ 1c
746
+ I
747
+ 0
748
+ I
749
+ 1d
750
+ I
751
+ c
752
+ x
753
+ 63
754
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
755
+ p
756
+ 0
757
+ x
758
+ 6
759
+ should
760
+ p
761
+ 9
762
+ I
763
+ 0
764
+ I
765
+ 19
766
+ I
767
+ 0
768
+ I
769
+ 1a
770
+ I
771
+ 22
772
+ I
773
+ 1b
774
+ I
775
+ 2c
776
+ I
777
+ 1c
778
+ I
779
+ 39
780
+ x
781
+ 63
782
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
783
+ p
784
+ 3
785
+ x
786
+ 4
787
+ name
788
+ x
789
+ 5
790
+ klass
791
+ x
792
+ 7
793
+ matcher
794
+ x
795
+ 39
796
+ should_validate_attachment_content_type
797
+ M
798
+ 1
799
+ n
800
+ n
801
+ x
802
+ 39
803
+ should_validate_attachment_content_type
804
+ i
805
+ 111
806
+ 23
807
+ 1
808
+ 10
809
+ 14
810
+ 44
811
+ 43
812
+ 0
813
+ 78
814
+ 49
815
+ 1
816
+ 1
817
+ 19
818
+ 1
819
+ 15
820
+ 5
821
+ 49
822
+ 2
823
+ 0
824
+ 7
825
+ 3
826
+ 13
827
+ 70
828
+ 9
829
+ 36
830
+ 15
831
+ 44
832
+ 43
833
+ 4
834
+ 7
835
+ 5
836
+ 78
837
+ 49
838
+ 6
839
+ 2
840
+ 6
841
+ 3
842
+ 7
843
+ 7
844
+ 64
845
+ 49
846
+ 8
847
+ 2
848
+ 49
849
+ 9
850
+ 0
851
+ 19
852
+ 2
853
+ 15
854
+ 20
855
+ 1
856
+ 7
857
+ 10
858
+ 49
859
+ 11
860
+ 1
861
+ 35
862
+ 1
863
+ 49
864
+ 12
865
+ 0
866
+ 19
867
+ 3
868
+ 15
869
+ 20
870
+ 1
871
+ 7
872
+ 13
873
+ 49
874
+ 11
875
+ 1
876
+ 35
877
+ 1
878
+ 49
879
+ 12
880
+ 0
881
+ 19
882
+ 4
883
+ 15
884
+ 5
885
+ 20
886
+ 0
887
+ 47
888
+ 49
889
+ 14
890
+ 1
891
+ 20
892
+ 3
893
+ 49
894
+ 15
895
+ 1
896
+ 20
897
+ 4
898
+ 49
899
+ 16
900
+ 1
901
+ 19
902
+ 5
903
+ 15
904
+ 5
905
+ 20
906
+ 5
907
+ 49
908
+ 17
909
+ 0
910
+ 56
911
+ 18
912
+ 47
913
+ 50
914
+ 19
915
+ 1
916
+ 11
917
+ I
918
+ a
919
+ I
920
+ 6
921
+ I
922
+ 1
923
+ I
924
+ 2
925
+ n
926
+ p
927
+ 20
928
+ x
929
+ 4
930
+ Hash
931
+ x
932
+ 16
933
+ new_from_literal
934
+ x
935
+ 4
936
+ name
937
+ n
938
+ x
939
+ 6
940
+ Regexp
941
+ s
942
+ 5
943
+ Test$
944
+ x
945
+ 3
946
+ new
947
+ s
948
+ 0
949
+
950
+ x
951
+ 4
952
+ gsub
953
+ x
954
+ 11
955
+ constantize
956
+ x
957
+ 5
958
+ valid
959
+ x
960
+ 2
961
+ []
962
+ x
963
+ 7
964
+ flatten
965
+ x
966
+ 7
967
+ invalid
968
+ x
969
+ 32
970
+ validate_attachment_content_type
971
+ x
972
+ 8
973
+ allowing
974
+ x
975
+ 9
976
+ rejecting
977
+ x
978
+ 11
979
+ description
980
+ M
981
+ 1
982
+ p
983
+ 2
984
+ x
985
+ 9
986
+ for_block
987
+ t
988
+ n
989
+ x
990
+ 39
991
+ should_validate_attachment_content_type
992
+ i
993
+ 12
994
+ 5
995
+ 21
996
+ 1
997
+ 5
998
+ 21
999
+ 1
1000
+ 2
1001
+ 47
1002
+ 49
1003
+ 0
1004
+ 2
1005
+ 11
1006
+ I
1007
+ 4
1008
+ I
1009
+ 0
1010
+ I
1011
+ 0
1012
+ I
1013
+ 0
1014
+ I
1015
+ -2
1016
+ p
1017
+ 1
1018
+ x
1019
+ 14
1020
+ assert_accepts
1021
+ p
1022
+ 5
1023
+ I
1024
+ 0
1025
+ I
1026
+ 2a
1027
+ I
1028
+ 0
1029
+ I
1030
+ 2b
1031
+ I
1032
+ c
1033
+ x
1034
+ 63
1035
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
1036
+ p
1037
+ 0
1038
+ x
1039
+ 6
1040
+ should
1041
+ p
1042
+ 13
1043
+ I
1044
+ 0
1045
+ I
1046
+ 25
1047
+ I
1048
+ e
1049
+ I
1050
+ 26
1051
+ I
1052
+ 30
1053
+ I
1054
+ 27
1055
+ I
1056
+ 3f
1057
+ I
1058
+ 28
1059
+ I
1060
+ 4e
1061
+ I
1062
+ 29
1063
+ I
1064
+ 62
1065
+ I
1066
+ 2a
1067
+ I
1068
+ 6f
1069
+ x
1070
+ 63
1071
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
1072
+ p
1073
+ 6
1074
+ x
1075
+ 4
1076
+ name
1077
+ x
1078
+ 7
1079
+ options
1080
+ x
1081
+ 5
1082
+ klass
1083
+ x
1084
+ 5
1085
+ valid
1086
+ x
1087
+ 7
1088
+ invalid
1089
+ x
1090
+ 7
1091
+ matcher
1092
+ x
1093
+ 31
1094
+ should_validate_attachment_size
1095
+ M
1096
+ 1
1097
+ n
1098
+ n
1099
+ x
1100
+ 31
1101
+ should_validate_attachment_size
1102
+ i
1103
+ 174
1104
+ 23
1105
+ 1
1106
+ 10
1107
+ 14
1108
+ 44
1109
+ 43
1110
+ 0
1111
+ 78
1112
+ 49
1113
+ 1
1114
+ 1
1115
+ 19
1116
+ 1
1117
+ 15
1118
+ 5
1119
+ 49
1120
+ 2
1121
+ 0
1122
+ 7
1123
+ 3
1124
+ 13
1125
+ 70
1126
+ 9
1127
+ 36
1128
+ 15
1129
+ 44
1130
+ 43
1131
+ 4
1132
+ 7
1133
+ 5
1134
+ 78
1135
+ 49
1136
+ 6
1137
+ 2
1138
+ 6
1139
+ 3
1140
+ 7
1141
+ 7
1142
+ 64
1143
+ 49
1144
+ 8
1145
+ 2
1146
+ 49
1147
+ 9
1148
+ 0
1149
+ 19
1150
+ 2
1151
+ 15
1152
+ 20
1153
+ 1
1154
+ 7
1155
+ 10
1156
+ 49
1157
+ 11
1158
+ 1
1159
+ 13
1160
+ 10
1161
+ 85
1162
+ 15
1163
+ 20
1164
+ 1
1165
+ 7
1166
+ 12
1167
+ 49
1168
+ 11
1169
+ 1
1170
+ 13
1171
+ 9
1172
+ 80
1173
+ 15
1174
+ 20
1175
+ 1
1176
+ 7
1177
+ 12
1178
+ 49
1179
+ 11
1180
+ 1
1181
+ 49
1182
+ 13
1183
+ 0
1184
+ 13
1185
+ 10
1186
+ 85
1187
+ 15
1188
+ 78
1189
+ 19
1190
+ 3
1191
+ 15
1192
+ 20
1193
+ 1
1194
+ 7
1195
+ 14
1196
+ 49
1197
+ 11
1198
+ 1
1199
+ 13
1200
+ 10
1201
+ 130
1202
+ 15
1203
+ 20
1204
+ 1
1205
+ 7
1206
+ 12
1207
+ 49
1208
+ 11
1209
+ 1
1210
+ 13
1211
+ 9
1212
+ 120
1213
+ 15
1214
+ 20
1215
+ 1
1216
+ 7
1217
+ 12
1218
+ 49
1219
+ 11
1220
+ 1
1221
+ 49
1222
+ 15
1223
+ 0
1224
+ 13
1225
+ 10
1226
+ 130
1227
+ 15
1228
+ 7
1229
+ 16
1230
+ 78
1231
+ 49
1232
+ 17
1233
+ 1
1234
+ 19
1235
+ 4
1236
+ 15
1237
+ 44
1238
+ 43
1239
+ 18
1240
+ 20
1241
+ 3
1242
+ 20
1243
+ 4
1244
+ 49
1245
+ 6
1246
+ 2
1247
+ 19
1248
+ 5
1249
+ 15
1250
+ 5
1251
+ 20
1252
+ 0
1253
+ 47
1254
+ 49
1255
+ 19
1256
+ 1
1257
+ 20
1258
+ 5
1259
+ 49
1260
+ 12
1261
+ 1
1262
+ 19
1263
+ 6
1264
+ 15
1265
+ 5
1266
+ 20
1267
+ 6
1268
+ 49
1269
+ 20
1270
+ 0
1271
+ 56
1272
+ 21
1273
+ 47
1274
+ 50
1275
+ 22
1276
+ 1
1277
+ 11
1278
+ I
1279
+ b
1280
+ I
1281
+ 7
1282
+ I
1283
+ 1
1284
+ I
1285
+ 2
1286
+ n
1287
+ p
1288
+ 23
1289
+ x
1290
+ 4
1291
+ Hash
1292
+ x
1293
+ 16
1294
+ new_from_literal
1295
+ x
1296
+ 4
1297
+ name
1298
+ n
1299
+ x
1300
+ 6
1301
+ Regexp
1302
+ s
1303
+ 5
1304
+ Test$
1305
+ x
1306
+ 3
1307
+ new
1308
+ s
1309
+ 0
1310
+
1311
+ x
1312
+ 4
1313
+ gsub
1314
+ x
1315
+ 11
1316
+ constantize
1317
+ x
1318
+ 12
1319
+ greater_than
1320
+ x
1321
+ 2
1322
+ []
1323
+ x
1324
+ 2
1325
+ in
1326
+ x
1327
+ 5
1328
+ first
1329
+ x
1330
+ 9
1331
+ less_than
1332
+ x
1333
+ 4
1334
+ last
1335
+ d
1336
+ +0.500000000000000000000000000000000000000000000000000000 1
1337
+ x
1338
+ 1
1339
+ /
1340
+ x
1341
+ 5
1342
+ Range
1343
+ x
1344
+ 24
1345
+ validate_attachment_size
1346
+ x
1347
+ 11
1348
+ description
1349
+ M
1350
+ 1
1351
+ p
1352
+ 2
1353
+ x
1354
+ 9
1355
+ for_block
1356
+ t
1357
+ n
1358
+ x
1359
+ 31
1360
+ should_validate_attachment_size
1361
+ i
1362
+ 12
1363
+ 5
1364
+ 21
1365
+ 1
1366
+ 6
1367
+ 21
1368
+ 1
1369
+ 2
1370
+ 47
1371
+ 49
1372
+ 0
1373
+ 2
1374
+ 11
1375
+ I
1376
+ 4
1377
+ I
1378
+ 0
1379
+ I
1380
+ 0
1381
+ I
1382
+ 0
1383
+ I
1384
+ -2
1385
+ p
1386
+ 1
1387
+ x
1388
+ 14
1389
+ assert_accepts
1390
+ p
1391
+ 5
1392
+ I
1393
+ 0
1394
+ I
1395
+ 3b
1396
+ I
1397
+ 0
1398
+ I
1399
+ 3c
1400
+ I
1401
+ c
1402
+ x
1403
+ 63
1404
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
1405
+ p
1406
+ 0
1407
+ x
1408
+ 6
1409
+ should
1410
+ p
1411
+ 15
1412
+ I
1413
+ 0
1414
+ I
1415
+ 35
1416
+ I
1417
+ e
1418
+ I
1419
+ 36
1420
+ I
1421
+ 30
1422
+ I
1423
+ 37
1424
+ I
1425
+ 58
1426
+ I
1427
+ 38
1428
+ I
1429
+ 85
1430
+ I
1431
+ 39
1432
+ I
1433
+ 92
1434
+ I
1435
+ 3a
1436
+ I
1437
+ a1
1438
+ I
1439
+ 3b
1440
+ I
1441
+ ae
1442
+ x
1443
+ 63
1444
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
1445
+ p
1446
+ 7
1447
+ x
1448
+ 4
1449
+ name
1450
+ x
1451
+ 7
1452
+ options
1453
+ x
1454
+ 5
1455
+ klass
1456
+ x
1457
+ 3
1458
+ min
1459
+ x
1460
+ 3
1461
+ max
1462
+ x
1463
+ 5
1464
+ range
1465
+ x
1466
+ 7
1467
+ matcher
1468
+ x
1469
+ 17
1470
+ stub_paperclip_s3
1471
+ M
1472
+ 1
1473
+ n
1474
+ n
1475
+ x
1476
+ 17
1477
+ stub_paperclip_s3
1478
+ i
1479
+ 179
1480
+ 20
1481
+ 0
1482
+ 7
1483
+ 0
1484
+ 64
1485
+ 7
1486
+ 1
1487
+ 64
1488
+ 49
1489
+ 2
1490
+ 2
1491
+ 49
1492
+ 3
1493
+ 0
1494
+ 49
1495
+ 4
1496
+ 0
1497
+ 49
1498
+ 5
1499
+ 0
1500
+ 20
1501
+ 1
1502
+ 49
1503
+ 6
1504
+ 0
1505
+ 49
1506
+ 7
1507
+ 1
1508
+ 19
1509
+ 3
1510
+ 15
1511
+ 7
1512
+ 8
1513
+ 20
1514
+ 3
1515
+ 7
1516
+ 9
1517
+ 49
1518
+ 7
1519
+ 1
1520
+ 47
1521
+ 49
1522
+ 10
1523
+ 0
1524
+ 63
1525
+ 2
1526
+ 19
1527
+ 4
1528
+ 15
1529
+ 20
1530
+ 4
1531
+ 7
1532
+ 11
1533
+ 13
1534
+ 70
1535
+ 9
1536
+ 69
1537
+ 15
1538
+ 44
1539
+ 43
1540
+ 12
1541
+ 7
1542
+ 13
1543
+ 78
1544
+ 49
1545
+ 14
1546
+ 2
1547
+ 6
1548
+ 11
1549
+ 56
1550
+ 15
1551
+ 50
1552
+ 16
1553
+ 1
1554
+ 15
1555
+ 26
1556
+ 93
1557
+ 0
1558
+ 15
1559
+ 29
1560
+ 138
1561
+ 0
1562
+ 45
1563
+ 17
1564
+ 18
1565
+ 7
1566
+ 19
1567
+ 45
1568
+ 12
1569
+ 20
1570
+ 13
1571
+ 71
1572
+ 14
1573
+ 47
1574
+ 9
1575
+ 110
1576
+ 47
1577
+ 49
1578
+ 21
1579
+ 0
1580
+ 13
1581
+ 20
1582
+ 4
1583
+ 47
1584
+ 49
1585
+ 22
1586
+ 1
1587
+ 15
1588
+ 8
1589
+ 115
1590
+ 20
1591
+ 4
1592
+ 49
1593
+ 14
1594
+ 1
1595
+ 44
1596
+ 43
1597
+ 23
1598
+ 79
1599
+ 49
1600
+ 24
1601
+ 1
1602
+ 13
1603
+ 7
1604
+ 25
1605
+ 7
1606
+ 26
1607
+ 64
1608
+ 49
1609
+ 27
1610
+ 2
1611
+ 15
1612
+ 49
1613
+ 28
1614
+ 3
1615
+ 30
1616
+ 8
1617
+ 175
1618
+ 26
1619
+ 93
1620
+ 1
1621
+ 15
1622
+ 24
1623
+ 13
1624
+ 45
1625
+ 29
1626
+ 30
1627
+ 12
1628
+ 49
1629
+ 31
1630
+ 1
1631
+ 10
1632
+ 155
1633
+ 8
1634
+ 170
1635
+ 15
1636
+ 5
1637
+ 45
1638
+ 29
1639
+ 32
1640
+ 7
1641
+ 33
1642
+ 64
1643
+ 47
1644
+ 49
1645
+ 34
1646
+ 2
1647
+ 25
1648
+ 8
1649
+ 175
1650
+ 15
1651
+ 92
1652
+ 1
1653
+ 27
1654
+ 34
1655
+ 92
1656
+ 0
1657
+ 27
1658
+ 11
1659
+ I
1660
+ e
1661
+ I
1662
+ 5
1663
+ I
1664
+ 3
1665
+ I
1666
+ 3
1667
+ n
1668
+ p
1669
+ 35
1670
+ s
1671
+ 1
1672
+
1673
+ s
1674
+ 1
1675
+ _
1676
+ x
1677
+ 4
1678
+ gsub
1679
+ x
1680
+ 8
1681
+ classify
1682
+ x
1683
+ 11
1684
+ constantize
1685
+ x
1686
+ 22
1687
+ attachment_definitions
1688
+ x
1689
+ 6
1690
+ to_sym
1691
+ x
1692
+ 2
1693
+ []
1694
+ s
1695
+ 28
1696
+ http://s3.amazonaws.com/:id/
1697
+ x
1698
+ 4
1699
+ path
1700
+ x
1701
+ 4
1702
+ to_s
1703
+ n
1704
+ x
1705
+ 6
1706
+ Regexp
1707
+ s
1708
+ 11
1709
+ :([^\/\.]+)
1710
+ x
1711
+ 3
1712
+ new
1713
+ M
1714
+ 1
1715
+ p
1716
+ 2
1717
+ x
1718
+ 9
1719
+ for_block
1720
+ t
1721
+ n
1722
+ x
1723
+ 17
1724
+ stub_paperclip_s3
1725
+ i
1726
+ 8
1727
+ 57
1728
+ 19
1729
+ 0
1730
+ 15
1731
+ 7
1732
+ 0
1733
+ 64
1734
+ 11
1735
+ I
1736
+ 3
1737
+ I
1738
+ 1
1739
+ I
1740
+ 1
1741
+ I
1742
+ 1
1743
+ n
1744
+ p
1745
+ 1
1746
+ s
1747
+ 8
1748
+ ([^/.]+)
1749
+ p
1750
+ 5
1751
+ I
1752
+ 0
1753
+ I
1754
+ 49
1755
+ I
1756
+ 4
1757
+ I
1758
+ 4a
1759
+ I
1760
+ 8
1761
+ x
1762
+ 63
1763
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
1764
+ p
1765
+ 1
1766
+ x
1767
+ 5
1768
+ match
1769
+ x
1770
+ 5
1771
+ gsub!
1772
+ x
1773
+ 7
1774
+ FakeWeb
1775
+ n
1776
+ x
1777
+ 3
1778
+ put
1779
+ n
1780
+ x
1781
+ 8
1782
+ allocate
1783
+ x
1784
+ 10
1785
+ initialize
1786
+ x
1787
+ 4
1788
+ Hash
1789
+ x
1790
+ 16
1791
+ new_from_literal
1792
+ x
1793
+ 4
1794
+ body
1795
+ s
1796
+ 2
1797
+ OK
1798
+ x
1799
+ 3
1800
+ []=
1801
+ x
1802
+ 12
1803
+ register_uri
1804
+ x
1805
+ 9
1806
+ NameError
1807
+ n
1808
+ x
1809
+ 3
1810
+ ===
1811
+ n
1812
+ s
1813
+ 61
1814
+ the stub_paperclip_s3 shoulda macro requires the fakeweb gem.
1815
+ x
1816
+ 5
1817
+ raise
1818
+ p
1819
+ 19
1820
+ I
1821
+ 0
1822
+ I
1823
+ 44
1824
+ I
1825
+ 0
1826
+ I
1827
+ 45
1828
+ I
1829
+ 14
1830
+ I
1831
+ 46
1832
+ I
1833
+ 19
1834
+ I
1835
+ 45
1836
+ I
1837
+ 1f
1838
+ I
1839
+ 48
1840
+ I
1841
+ 31
1842
+ I
1843
+ 49
1844
+ I
1845
+ 4b
1846
+ I
1847
+ 4e
1848
+ I
1849
+ 8f
1850
+ I
1851
+ 4f
1852
+ I
1853
+ 9c
1854
+ I
1855
+ 50
1856
+ I
1857
+ b3
1858
+ x
1859
+ 63
1860
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
1861
+ p
1862
+ 5
1863
+ x
1864
+ 5
1865
+ model
1866
+ x
1867
+ 10
1868
+ attachment
1869
+ x
1870
+ 9
1871
+ extension
1872
+ x
1873
+ 10
1874
+ definition
1875
+ x
1876
+ 4
1877
+ path
1878
+ x
1879
+ 17
1880
+ paperclip_fixture
1881
+ M
1882
+ 1
1883
+ n
1884
+ n
1885
+ x
1886
+ 17
1887
+ paperclip_fixture
1888
+ i
1889
+ 123
1890
+ 5
1891
+ 20
1892
+ 0
1893
+ 20
1894
+ 1
1895
+ 20
1896
+ 2
1897
+ 47
1898
+ 49
1899
+ 0
1900
+ 3
1901
+ 15
1902
+ 45
1903
+ 1
1904
+ 2
1905
+ 45
1906
+ 1
1907
+ 3
1908
+ 65
1909
+ 49
1910
+ 4
1911
+ 0
1912
+ 49
1913
+ 5
1914
+ 1
1915
+ 7
1916
+ 6
1917
+ 64
1918
+ 7
1919
+ 6
1920
+ 64
1921
+ 7
1922
+ 7
1923
+ 64
1924
+ 7
1925
+ 8
1926
+ 64
1927
+ 7
1928
+ 9
1929
+ 64
1930
+ 49
1931
+ 10
1932
+ 6
1933
+ 19
1934
+ 3
1935
+ 15
1936
+ 45
1937
+ 1
1938
+ 11
1939
+ 13
1940
+ 71
1941
+ 12
1942
+ 47
1943
+ 9
1944
+ 93
1945
+ 47
1946
+ 49
1947
+ 13
1948
+ 0
1949
+ 13
1950
+ 45
1951
+ 1
1952
+ 14
1953
+ 20
1954
+ 3
1955
+ 20
1956
+ 0
1957
+ 20
1958
+ 1
1959
+ 47
1960
+ 49
1961
+ 15
1962
+ 0
1963
+ 7
1964
+ 16
1965
+ 20
1966
+ 2
1967
+ 47
1968
+ 49
1969
+ 15
1970
+ 0
1971
+ 63
1972
+ 3
1973
+ 49
1974
+ 10
1975
+ 3
1976
+ 47
1977
+ 49
1978
+ 17
1979
+ 1
1980
+ 15
1981
+ 8
1982
+ 122
1983
+ 45
1984
+ 1
1985
+ 18
1986
+ 20
1987
+ 3
1988
+ 20
1989
+ 0
1990
+ 20
1991
+ 1
1992
+ 47
1993
+ 49
1994
+ 15
1995
+ 0
1996
+ 7
1997
+ 16
1998
+ 20
1999
+ 2
2000
+ 47
2001
+ 49
2002
+ 15
2003
+ 0
2004
+ 63
2005
+ 3
2006
+ 49
2007
+ 10
2008
+ 3
2009
+ 49
2010
+ 12
2011
+ 1
2012
+ 11
2013
+ I
2014
+ c
2015
+ I
2016
+ 4
2017
+ I
2018
+ 3
2019
+ I
2020
+ 3
2021
+ n
2022
+ p
2023
+ 19
2024
+ x
2025
+ 17
2026
+ stub_paperclip_s3
2027
+ x
2028
+ 4
2029
+ File
2030
+ n
2031
+ n
2032
+ x
2033
+ 11
2034
+ active_path
2035
+ x
2036
+ 7
2037
+ dirname
2038
+ s
2039
+ 2
2040
+ ..
2041
+ s
2042
+ 8
2043
+ features
2044
+ s
2045
+ 7
2046
+ support
2047
+ s
2048
+ 9
2049
+ paperclip
2050
+ x
2051
+ 4
2052
+ join
2053
+ n
2054
+ x
2055
+ 3
2056
+ new
2057
+ x
2058
+ 8
2059
+ allocate
2060
+ n
2061
+ x
2062
+ 4
2063
+ to_s
2064
+ s
2065
+ 1
2066
+ .
2067
+ x
2068
+ 10
2069
+ initialize
2070
+ n
2071
+ p
2072
+ 13
2073
+ I
2074
+ 0
2075
+ I
2076
+ 61
2077
+ I
2078
+ 0
2079
+ I
2080
+ 62
2081
+ I
2082
+ c
2083
+ I
2084
+ 63
2085
+ I
2086
+ 1f
2087
+ I
2088
+ 64
2089
+ I
2090
+ 28
2091
+ I
2092
+ 63
2093
+ I
2094
+ 2e
2095
+ I
2096
+ 65
2097
+ I
2098
+ 7b
2099
+ x
2100
+ 63
2101
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2102
+ p
2103
+ 4
2104
+ x
2105
+ 5
2106
+ model
2107
+ x
2108
+ 10
2109
+ attachment
2110
+ x
2111
+ 9
2112
+ extension
2113
+ x
2114
+ 9
2115
+ base_path
2116
+ p
2117
+ 15
2118
+ I
2119
+ 2
2120
+ I
2121
+ c
2122
+ I
2123
+ b
2124
+ I
2125
+ 10
2126
+ I
2127
+ 19
2128
+ I
2129
+ 19
2130
+ I
2131
+ 27
2132
+ I
2133
+ 25
2134
+ I
2135
+ 35
2136
+ I
2137
+ 35
2138
+ I
2139
+ 43
2140
+ I
2141
+ 44
2142
+ I
2143
+ 51
2144
+ I
2145
+ 61
2146
+ I
2147
+ 5f
2148
+ x
2149
+ 63
2150
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2151
+ p
2152
+ 0
2153
+ x
2154
+ 13
2155
+ attach_method
2156
+ p
2157
+ 3
2158
+ I
2159
+ 2
2160
+ I
2161
+ b
2162
+ I
2163
+ 1c
2164
+ x
2165
+ 63
2166
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2167
+ p
2168
+ 0
2169
+ x
2170
+ 13
2171
+ attach_method
2172
+ x
2173
+ 16
2174
+ ActionController
2175
+ n
2176
+ x
2177
+ 11
2178
+ Integration
2179
+ x
2180
+ 7
2181
+ Session
2182
+ x
2183
+ 22
2184
+ vm_const_defined_under
2185
+ s
2186
+ 8
2187
+ constant
2188
+ n
2189
+ x
2190
+ 16
2191
+ open_class_under
2192
+ x
2193
+ 14
2194
+ __class_init__
2195
+ M
2196
+ 1
2197
+ n
2198
+ n
2199
+ x
2200
+ 7
2201
+ Session
2202
+ i
2203
+ 13
2204
+ 5
2205
+ 66
2206
+ 5
2207
+ 45
2208
+ 0
2209
+ 1
2210
+ 43
2211
+ 2
2212
+ 47
2213
+ 49
2214
+ 3
2215
+ 1
2216
+ 11
2217
+ I
2218
+ 2
2219
+ I
2220
+ 0
2221
+ I
2222
+ 0
2223
+ I
2224
+ 0
2225
+ n
2226
+ p
2227
+ 4
2228
+ x
2229
+ 9
2230
+ Paperclip
2231
+ n
2232
+ x
2233
+ 7
2234
+ Shoulda
2235
+ x
2236
+ 7
2237
+ include
2238
+ p
2239
+ 3
2240
+ I
2241
+ 2
2242
+ I
2243
+ 6c
2244
+ I
2245
+ d
2246
+ x
2247
+ 63
2248
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2249
+ p
2250
+ 0
2251
+ x
2252
+ 7
2253
+ Factory
2254
+ x
2255
+ 10
2256
+ open_class
2257
+ M
2258
+ 1
2259
+ n
2260
+ n
2261
+ x
2262
+ 7
2263
+ Factory
2264
+ i
2265
+ 13
2266
+ 5
2267
+ 66
2268
+ 5
2269
+ 45
2270
+ 0
2271
+ 1
2272
+ 43
2273
+ 2
2274
+ 47
2275
+ 49
2276
+ 3
2277
+ 1
2278
+ 11
2279
+ I
2280
+ 2
2281
+ I
2282
+ 0
2283
+ I
2284
+ 0
2285
+ I
2286
+ 0
2287
+ n
2288
+ p
2289
+ 4
2290
+ x
2291
+ 9
2292
+ Paperclip
2293
+ n
2294
+ x
2295
+ 7
2296
+ Shoulda
2297
+ x
2298
+ 7
2299
+ include
2300
+ p
2301
+ 3
2302
+ I
2303
+ 2
2304
+ I
2305
+ 71
2306
+ I
2307
+ d
2308
+ x
2309
+ 63
2310
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2311
+ p
2312
+ 0
2313
+ x
2314
+ 8
2315
+ TestCase
2316
+ x
2317
+ 4
2318
+ Test
2319
+ n
2320
+ x
2321
+ 4
2322
+ Unit
2323
+ M
2324
+ 1
2325
+ n
2326
+ n
2327
+ x
2328
+ 8
2329
+ TestCase
2330
+ i
2331
+ 13
2332
+ 5
2333
+ 66
2334
+ 5
2335
+ 45
2336
+ 0
2337
+ 1
2338
+ 43
2339
+ 2
2340
+ 47
2341
+ 49
2342
+ 3
2343
+ 1
2344
+ 11
2345
+ I
2346
+ 2
2347
+ I
2348
+ 0
2349
+ I
2350
+ 0
2351
+ I
2352
+ 0
2353
+ n
2354
+ p
2355
+ 4
2356
+ x
2357
+ 9
2358
+ Paperclip
2359
+ n
2360
+ x
2361
+ 7
2362
+ Shoulda
2363
+ x
2364
+ 6
2365
+ extend
2366
+ p
2367
+ 3
2368
+ I
2369
+ 2
2370
+ I
2371
+ 75
2372
+ I
2373
+ d
2374
+ x
2375
+ 63
2376
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2377
+ p
2378
+ 0
2379
+ p
2380
+ 15
2381
+ I
2382
+ 0
2383
+ I
2384
+ 1
2385
+ I
2386
+ 9
2387
+ I
2388
+ 3
2389
+ I
2390
+ 23
2391
+ I
2392
+ 6a
2393
+ I
2394
+ 46
2395
+ I
2396
+ 6b
2397
+ I
2398
+ 66
2399
+ I
2400
+ 6a
2401
+ I
2402
+ 68
2403
+ I
2404
+ 70
2405
+ I
2406
+ 83
2407
+ I
2408
+ 74
2409
+ I
2410
+ a4
2411
+ x
2412
+ 63
2413
+ /Users/jyurek/Development/paperclip/shoulda_macros/paperclip.rb
2414
+ p
2415
+ 0