railscart 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +8 -0
- data/Manifest.txt +103 -33
- data/bin/railscart +4 -1
- data/lib/railscart/version.rb +1 -1
- data/starter_app/app/controllers/application.rb +1 -1
- data/starter_app/config/database.yml +21 -7
- data/starter_app/config/environment.rb +9 -2
- data/starter_app/db/migrate/{005_create_users.rb → 001_create_users.rb} +0 -0
- data/starter_app/db/migrate/{006_create_roles.rb → 002_create_roles.rb} +0 -0
- data/starter_app/db/migrate/{002_create_tags_and_taggings.rb → 003_create_tags_and_taggings.rb} +0 -0
- data/starter_app/db/migrate/{003_railscart_to_version_19.rb → 004_railscart_to_version_19.rb} +2 -2
- data/starter_app/db/sample/images.yml +252 -0
- data/starter_app/lib/tasks/rc_sample_data.rake +12 -10
- data/starter_app/lib/tasks/sample/products/0000/0001/ror_tote.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0001/ror_tote_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0001/ror_tote_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0001/ror_tote_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0002/ror_tote_back.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0002/ror_tote_back_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0002/ror_tote_back_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0002/ror_tote_back_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0003/ror_bag.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0003/ror_bag_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0003/ror_bag_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0003/ror_bag_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0004/ror_baseball.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0004/ror_baseball_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0004/ror_baseball_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0004/ror_baseball_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0005/ror_baseball_back.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0005/ror_baseball_back_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0005/ror_baseball_back_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0005/ror_baseball_back_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0006/ror_jr_spaghetti.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0006/ror_jr_spaghetti_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0006/ror_jr_spaghetti_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0006/ror_jr_spaghetti_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0007/ror_mug.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0007/ror_mug_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0007/ror_mug_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0007/ror_mug_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0008/ror_mug_back.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0008/ror_mug_back_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0008/ror_mug_back_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0008/ror_mug_back_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0009/ror_ringer.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0009/ror_ringer_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0009/ror_ringer_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0009/ror_ringer_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0010/ror_ringer_back.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0010/ror_ringer_back_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0010/ror_ringer_back_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0010/ror_ringer_back_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0011/ror_stein.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0011/ror_stein_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0011/ror_stein_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0011/ror_stein_small.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0012/ror_stein_back.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0012/ror_stein_back_mini.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0012/ror_stein_back_product.jpeg +0 -0
- data/starter_app/lib/tasks/sample/products/0000/0012/ror_stein_back_small.jpeg +0 -0
- data/starter_app/vendor/plugins/attachment_fu/CHANGELOG +24 -0
- data/starter_app/vendor/plugins/attachment_fu/README +162 -0
- data/starter_app/vendor/plugins/attachment_fu/Rakefile +22 -0
- data/starter_app/vendor/plugins/attachment_fu/amazon_s3.yml.tpl +14 -0
- data/starter_app/vendor/plugins/attachment_fu/init.rb +14 -0
- data/starter_app/vendor/plugins/attachment_fu/install.rb +5 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/geometry.rb +93 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb +410 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb +39 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb +97 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb +309 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb +61 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb +56 -0
- data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb +53 -0
- data/starter_app/vendor/plugins/attachment_fu/test/amazon_s3.yml +6 -0
- data/starter_app/vendor/plugins/attachment_fu/test/backends/db_file_test.rb +16 -0
- data/starter_app/vendor/plugins/attachment_fu/test/backends/file_system_test.rb +80 -0
- data/starter_app/vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb +103 -0
- data/starter_app/vendor/plugins/attachment_fu/test/base_attachment_tests.rb +57 -0
- data/starter_app/vendor/plugins/attachment_fu/test/basic_test.rb +64 -0
- data/starter_app/vendor/plugins/attachment_fu/test/database.yml +18 -0
- data/starter_app/vendor/plugins/attachment_fu/test/extra_attachment_test.rb +57 -0
- data/starter_app/vendor/plugins/attachment_fu/test/fixtures/attachment.rb +127 -0
- data/starter_app/vendor/plugins/attachment_fu/test/fixtures/files/fake/rails.png +0 -0
- data/starter_app/vendor/plugins/attachment_fu/test/fixtures/files/foo.txt +1 -0
- data/starter_app/vendor/plugins/attachment_fu/test/fixtures/files/rails.png +0 -0
- data/starter_app/vendor/plugins/attachment_fu/test/geometry_test.rb +101 -0
- data/starter_app/vendor/plugins/attachment_fu/test/processors/image_science_test.rb +31 -0
- data/starter_app/vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb +31 -0
- data/starter_app/vendor/plugins/attachment_fu/test/processors/rmagick_test.rb +241 -0
- data/starter_app/vendor/plugins/attachment_fu/test/schema.rb +86 -0
- data/starter_app/vendor/plugins/attachment_fu/test/test_helper.rb +142 -0
- data/starter_app/vendor/plugins/attachment_fu/test/validation_test.rb +55 -0
- data/starter_app/vendor/plugins/paginating_find/CHANGELOG +3 -0
- data/starter_app/vendor/plugins/paginating_find/lib/paginating_find.rb +5 -2
- data/starter_app/vendor/plugins/railscart/app/controllers/admin/categories_controller.rb +8 -8
- data/starter_app/vendor/plugins/railscart/app/controllers/admin/images_controller.rb +44 -0
- data/starter_app/vendor/plugins/railscart/app/controllers/admin/products_controller.rb +4 -0
- data/starter_app/vendor/plugins/railscart/app/helpers/rails_cart/base_helper.rb +25 -0
- data/starter_app/vendor/plugins/railscart/app/models/image.rb +12 -0
- data/starter_app/vendor/plugins/railscart/app/models/product.rb +15 -16
- data/starter_app/vendor/plugins/railscart/app/views/admin/categories/_form.rhtml +0 -3
- data/starter_app/vendor/plugins/railscart/app/views/admin/images/new.html.erb +10 -0
- data/starter_app/vendor/plugins/railscart/app/views/admin/products/_form.rhtml +3 -3
- data/starter_app/vendor/plugins/railscart/app/views/admin/products/_option_types.rhtml +0 -1
- data/starter_app/vendor/plugins/railscart/app/views/admin/products/_variations.rhtml +1 -2
- data/starter_app/vendor/plugins/railscart/app/views/admin/products/index.rhtml +1 -1
- data/starter_app/vendor/plugins/railscart/app/views/admin/products/new.rhtml +1 -3
- data/starter_app/vendor/plugins/railscart/app/views/cart/index.rhtml +1 -1
- data/starter_app/vendor/plugins/railscart/app/views/shared/_images.html.erb +43 -0
- data/starter_app/vendor/plugins/railscart/app/views/store/list.rhtml +1 -1
- data/starter_app/vendor/plugins/railscart/app/views/store/show.rhtml +1 -1
- data/starter_app/vendor/plugins/railscart/db/migrate/{008_create_option_values.rb → 007_create_option_values.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{010_create_orders.rb → 008_create_orders.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{011_create_products.rb → 009_create_products.rb} +2 -2
- data/starter_app/vendor/plugins/railscart/db/migrate/{013_create_txns.rb → 010_create_txns.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{015_create_variations.rb → 011_create_variations.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{016_create_tax_treatments.rb → 012_create_tax_treatments.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{017_create_skus.rb → 013_create_skus.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{018_create_countries.rb → 014_create_countries.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{019_create_states.rb → 015_create_states.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{021_create_option_types.rb → 016_create_option_types.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{022_create_product_option_types.rb → 017_create_product_option_types.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/{023_create_option_values_variations.rb → 018_create_option_values_variations.rb} +0 -0
- data/starter_app/vendor/plugins/railscart/db/migrate/019_create_images.rb +19 -0
- metadata +106 -35
- data/starter_app/config/database.master.yml +0 -23
- data/starter_app/db/migrate/001_add_sessions.rb +0 -16
- data/starter_app/db/migrate/004_railscart_to_version_20.rb +0 -9
- data/starter_app/db/migrate/007_railscart_to_version_23.rb +0 -9
- data/starter_app/lib/tasks/sample/images/ror_bag.jpg +0 -0
- data/starter_app/lib/tasks/sample/images/ror_baseball_jersey.jpg +0 -0
- data/starter_app/lib/tasks/sample/images/ror_jr_spaghetti.jpg +0 -0
- data/starter_app/lib/tasks/sample/images/ror_mug.jpg +0 -0
- data/starter_app/lib/tasks/sample/images/ror_ringer_tshirt.jpg +0 -0
- data/starter_app/lib/tasks/sample/images/ror_stein.jpg +0 -0
- data/starter_app/lib/tasks/sample/images/ror_tote.jpg +0 -0
- data/starter_app/vendor/plugins/railscart/app/models/good.rb +0 -4
- data/starter_app/vendor/plugins/railscart/db/migrate/007_create_option_groups.rb +0 -12
- data/starter_app/vendor/plugins/railscart/db/migrate/009_create_options.rb +0 -11
- data/starter_app/vendor/plugins/railscart/db/migrate/012_ignore_users.rb +0 -9
- data/starter_app/vendor/plugins/railscart/db/migrate/014_ignore_roles.rb +0 -9
- data/starter_app/vendor/plugins/railscart/db/migrate/020_modify_users.rb +0 -9
@@ -0,0 +1 @@
|
|
1
|
+
foo
|
@@ -0,0 +1,101 @@
|
|
1
|
+
require 'test/unit'
|
2
|
+
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/geometry')) unless Object.const_defined?(:Geometry)
|
3
|
+
|
4
|
+
class GeometryTest < Test::Unit::TestCase
|
5
|
+
def test_should_resize
|
6
|
+
assert_geometry 50, 64,
|
7
|
+
"50x50" => [39, 50],
|
8
|
+
"60x60" => [47, 60],
|
9
|
+
"100x100" => [78, 100]
|
10
|
+
end
|
11
|
+
|
12
|
+
def test_should_resize_no_width
|
13
|
+
assert_geometry 50, 64,
|
14
|
+
"x50" => [39, 50],
|
15
|
+
"x60" => [47, 60],
|
16
|
+
"x100" => [78, 100]
|
17
|
+
end
|
18
|
+
|
19
|
+
def test_should_resize_no_height
|
20
|
+
assert_geometry 50, 64,
|
21
|
+
"50" => [50, 64],
|
22
|
+
"60" => [60, 77],
|
23
|
+
"100" => [100, 128]
|
24
|
+
end
|
25
|
+
|
26
|
+
def test_should_resize_with_percent
|
27
|
+
assert_geometry 50, 64,
|
28
|
+
"50x50%" => [25, 32],
|
29
|
+
"60x60%" => [30, 38],
|
30
|
+
"120x112%" => [60, 72]
|
31
|
+
end
|
32
|
+
|
33
|
+
def test_should_resize_with_percent_and_no_width
|
34
|
+
assert_geometry 50, 64,
|
35
|
+
"x50%" => [50, 32],
|
36
|
+
"x60%" => [50, 38],
|
37
|
+
"x112%" => [50, 72]
|
38
|
+
end
|
39
|
+
|
40
|
+
def test_should_resize_with_percent_and_no_height
|
41
|
+
assert_geometry 50, 64,
|
42
|
+
"50%" => [25, 32],
|
43
|
+
"60%" => [30, 38],
|
44
|
+
"120%" => [60, 77]
|
45
|
+
end
|
46
|
+
|
47
|
+
def test_should_resize_with_less
|
48
|
+
assert_geometry 50, 64,
|
49
|
+
"50x50<" => [50, 64],
|
50
|
+
"60x60<" => [50, 64],
|
51
|
+
"100x100<" => [78, 100],
|
52
|
+
"100x112<" => [88, 112],
|
53
|
+
"40x70<" => [50, 64]
|
54
|
+
end
|
55
|
+
|
56
|
+
def test_should_resize_with_less_and_no_width
|
57
|
+
assert_geometry 50, 64,
|
58
|
+
"x50<" => [50, 64],
|
59
|
+
"x60<" => [50, 64],
|
60
|
+
"x100<" => [78, 100]
|
61
|
+
end
|
62
|
+
|
63
|
+
def test_should_resize_with_less_and_no_height
|
64
|
+
assert_geometry 50, 64,
|
65
|
+
"50<" => [50, 64],
|
66
|
+
"60<" => [60, 77],
|
67
|
+
"100<" => [100, 128]
|
68
|
+
end
|
69
|
+
|
70
|
+
def test_should_resize_with_greater
|
71
|
+
assert_geometry 50, 64,
|
72
|
+
"50x50>" => [39, 50],
|
73
|
+
"60x60>" => [47, 60],
|
74
|
+
"100x100>" => [50, 64],
|
75
|
+
"100x112>" => [50, 64],
|
76
|
+
"40x70>" => [40, 51]
|
77
|
+
end
|
78
|
+
|
79
|
+
def test_should_resize_with_greater_and_no_width
|
80
|
+
assert_geometry 50, 64,
|
81
|
+
"x40>" => [31, 40],
|
82
|
+
"x60>" => [47, 60],
|
83
|
+
"x100>" => [50, 64]
|
84
|
+
end
|
85
|
+
|
86
|
+
def test_should_resize_with_greater_and_no_height
|
87
|
+
assert_geometry 50, 64,
|
88
|
+
"40>" => [40, 51],
|
89
|
+
"60>" => [50, 64],
|
90
|
+
"100>" => [50, 64]
|
91
|
+
end
|
92
|
+
|
93
|
+
protected
|
94
|
+
def assert_geometry(width, height, values)
|
95
|
+
values.each do |geo, result|
|
96
|
+
# run twice to verify the Geometry string isn't modified after a run
|
97
|
+
geo = Geometry.from_s(geo)
|
98
|
+
2.times { assert_equal result, [width, height] / geo }
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper'))
|
2
|
+
|
3
|
+
class ImageScienceTest < Test::Unit::TestCase
|
4
|
+
attachment_model ImageScienceAttachment
|
5
|
+
|
6
|
+
if Object.const_defined?(:ImageScience)
|
7
|
+
def test_should_resize_image
|
8
|
+
attachment = upload_file :filename => '/files/rails.png'
|
9
|
+
assert_valid attachment
|
10
|
+
assert attachment.image?
|
11
|
+
# test image science thumbnail
|
12
|
+
assert_equal 42, attachment.width
|
13
|
+
assert_equal 55, attachment.height
|
14
|
+
|
15
|
+
thumb = attachment.thumbnails.detect { |t| t.filename =~ /_thumb/ }
|
16
|
+
geo = attachment.thumbnails.detect { |t| t.filename =~ /_geometry/ }
|
17
|
+
|
18
|
+
# test exact resize dimensions
|
19
|
+
assert_equal 50, thumb.width
|
20
|
+
assert_equal 51, thumb.height
|
21
|
+
|
22
|
+
# test geometry string
|
23
|
+
assert_equal 31, geo.width
|
24
|
+
assert_equal 41, geo.height
|
25
|
+
end
|
26
|
+
else
|
27
|
+
def test_flunk
|
28
|
+
puts "ImageScience not loaded, tests not running"
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper'))
|
2
|
+
|
3
|
+
class MiniMagickTest < Test::Unit::TestCase
|
4
|
+
attachment_model MiniMagickAttachment
|
5
|
+
|
6
|
+
if Object.const_defined?(:MiniMagick)
|
7
|
+
def test_should_resize_image
|
8
|
+
attachment = upload_file :filename => '/files/rails.png'
|
9
|
+
assert_valid attachment
|
10
|
+
assert attachment.image?
|
11
|
+
# test MiniMagick thumbnail
|
12
|
+
assert_equal 43, attachment.width
|
13
|
+
assert_equal 55, attachment.height
|
14
|
+
|
15
|
+
thumb = attachment.thumbnails.detect { |t| t.filename =~ /_thumb/ }
|
16
|
+
geo = attachment.thumbnails.detect { |t| t.filename =~ /_geometry/ }
|
17
|
+
|
18
|
+
# test exact resize dimensions
|
19
|
+
assert_equal 50, thumb.width
|
20
|
+
assert_equal 51, thumb.height
|
21
|
+
|
22
|
+
# test geometry string
|
23
|
+
assert_equal 31, geo.width
|
24
|
+
assert_equal 40, geo.height
|
25
|
+
end
|
26
|
+
else
|
27
|
+
def test_flunk
|
28
|
+
puts "MiniMagick not loaded, tests not running"
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,241 @@
|
|
1
|
+
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'test_helper'))
|
2
|
+
|
3
|
+
class RmagickTest < Test::Unit::TestCase
|
4
|
+
attachment_model Attachment
|
5
|
+
|
6
|
+
if Object.const_defined?(:Magick)
|
7
|
+
def test_should_create_image_from_uploaded_file
|
8
|
+
assert_created do
|
9
|
+
attachment = upload_file :filename => '/files/rails.png'
|
10
|
+
assert_valid attachment
|
11
|
+
assert !attachment.db_file.new_record? if attachment.respond_to?(:db_file)
|
12
|
+
assert attachment.image?
|
13
|
+
assert !attachment.size.zero?
|
14
|
+
#assert_equal 1784, attachment.size
|
15
|
+
assert_equal 50, attachment.width
|
16
|
+
assert_equal 64, attachment.height
|
17
|
+
assert_equal '50x64', attachment.image_size
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
def test_should_create_image_from_uploaded_file_with_custom_content_type
|
22
|
+
assert_created do
|
23
|
+
attachment = upload_file :content_type => 'foo/bar', :filename => '/files/rails.png'
|
24
|
+
assert_valid attachment
|
25
|
+
assert !attachment.image?
|
26
|
+
assert !attachment.db_file.new_record? if attachment.respond_to?(:db_file)
|
27
|
+
assert !attachment.size.zero?
|
28
|
+
#assert_equal 1784, attachment.size
|
29
|
+
assert_nil attachment.width
|
30
|
+
assert_nil attachment.height
|
31
|
+
assert_equal [], attachment.thumbnails
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
def test_should_create_thumbnail
|
36
|
+
attachment = upload_file :filename => '/files/rails.png'
|
37
|
+
|
38
|
+
assert_created do
|
39
|
+
basename, ext = attachment.filename.split '.'
|
40
|
+
thumbnail = attachment.create_or_update_thumbnail(attachment.create_temp_file, 'thumb', 50, 50)
|
41
|
+
assert_valid thumbnail
|
42
|
+
assert !thumbnail.size.zero?
|
43
|
+
#assert_in_delta 4673, thumbnail.size, 2
|
44
|
+
assert_equal 50, thumbnail.width
|
45
|
+
assert_equal 50, thumbnail.height
|
46
|
+
assert_equal [thumbnail.id], attachment.thumbnails.collect(&:id)
|
47
|
+
assert_equal attachment.id, thumbnail.parent_id if thumbnail.respond_to?(:parent_id)
|
48
|
+
assert_equal "#{basename}_thumb.#{ext}", thumbnail.filename
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
def test_should_create_thumbnail_with_geometry_string
|
53
|
+
attachment = upload_file :filename => '/files/rails.png'
|
54
|
+
|
55
|
+
assert_created do
|
56
|
+
basename, ext = attachment.filename.split '.'
|
57
|
+
thumbnail = attachment.create_or_update_thumbnail(attachment.create_temp_file, 'thumb', 'x50')
|
58
|
+
assert_valid thumbnail
|
59
|
+
assert !thumbnail.size.zero?
|
60
|
+
#assert_equal 3915, thumbnail.size
|
61
|
+
assert_equal 39, thumbnail.width
|
62
|
+
assert_equal 50, thumbnail.height
|
63
|
+
assert_equal [thumbnail], attachment.thumbnails
|
64
|
+
assert_equal attachment.id, thumbnail.parent_id if thumbnail.respond_to?(:parent_id)
|
65
|
+
assert_equal "#{basename}_thumb.#{ext}", thumbnail.filename
|
66
|
+
end
|
67
|
+
end
|
68
|
+
|
69
|
+
def test_should_resize_image(klass = ImageAttachment)
|
70
|
+
attachment_model klass
|
71
|
+
assert_equal [50, 50], attachment_model.attachment_options[:resize_to]
|
72
|
+
attachment = upload_file :filename => '/files/rails.png'
|
73
|
+
assert_valid attachment
|
74
|
+
assert !attachment.db_file.new_record? if attachment.respond_to?(:db_file)
|
75
|
+
assert attachment.image?
|
76
|
+
assert !attachment.size.zero?
|
77
|
+
#assert_in_delta 4673, attachment.size, 2
|
78
|
+
assert_equal 50, attachment.width
|
79
|
+
assert_equal 50, attachment.height
|
80
|
+
end
|
81
|
+
|
82
|
+
test_against_subclass :test_should_resize_image, ImageAttachment
|
83
|
+
|
84
|
+
def test_should_resize_image_with_geometry(klass = ImageOrPdfAttachment)
|
85
|
+
attachment_model klass
|
86
|
+
assert_equal 'x50', attachment_model.attachment_options[:resize_to]
|
87
|
+
attachment = upload_file :filename => '/files/rails.png'
|
88
|
+
assert_valid attachment
|
89
|
+
assert !attachment.db_file.new_record? if attachment.respond_to?(:db_file)
|
90
|
+
assert attachment.image?
|
91
|
+
assert !attachment.size.zero?
|
92
|
+
#assert_equal 3915, attachment.size
|
93
|
+
assert_equal 39, attachment.width
|
94
|
+
assert_equal 50, attachment.height
|
95
|
+
end
|
96
|
+
|
97
|
+
test_against_subclass :test_should_resize_image_with_geometry, ImageOrPdfAttachment
|
98
|
+
|
99
|
+
def test_should_give_correct_thumbnail_filenames(klass = ImageWithThumbsFileAttachment)
|
100
|
+
attachment_model klass
|
101
|
+
assert_created 3 do
|
102
|
+
attachment = upload_file :filename => '/files/rails.png'
|
103
|
+
thumb = attachment.thumbnails.detect { |t| t.filename =~ /_thumb/ }
|
104
|
+
geo = attachment.thumbnails.detect { |t| t.filename =~ /_geometry/ }
|
105
|
+
|
106
|
+
[attachment, thumb, geo].each { |record| assert_valid record }
|
107
|
+
|
108
|
+
assert_match /rails\.png$/, attachment.full_filename
|
109
|
+
assert_match /rails_geometry\.png$/, attachment.full_filename(:geometry)
|
110
|
+
assert_match /rails_thumb\.png$/, attachment.full_filename(:thumb)
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
test_against_subclass :test_should_give_correct_thumbnail_filenames, ImageWithThumbsFileAttachment
|
115
|
+
|
116
|
+
def test_should_automatically_create_thumbnails(klass = ImageWithThumbsAttachment)
|
117
|
+
attachment_model klass
|
118
|
+
assert_created 3 do
|
119
|
+
attachment = upload_file :filename => '/files/rails.png'
|
120
|
+
assert_valid attachment
|
121
|
+
assert !attachment.size.zero?
|
122
|
+
#assert_equal 1784, attachment.size
|
123
|
+
assert_equal 55, attachment.width
|
124
|
+
assert_equal 55, attachment.height
|
125
|
+
assert_equal 2, attachment.thumbnails.length
|
126
|
+
assert_equal 1.0, attachment.aspect_ratio
|
127
|
+
|
128
|
+
thumb = attachment.thumbnails.detect { |t| t.filename =~ /_thumb/ }
|
129
|
+
assert !thumb.new_record?, thumb.errors.full_messages.join("\n")
|
130
|
+
assert !thumb.size.zero?
|
131
|
+
#assert_in_delta 4673, thumb.size, 2
|
132
|
+
assert_equal 50, thumb.width
|
133
|
+
assert_equal 50, thumb.height
|
134
|
+
assert_equal 1.0, thumb.aspect_ratio
|
135
|
+
|
136
|
+
geo = attachment.thumbnails.detect { |t| t.filename =~ /_geometry/ }
|
137
|
+
assert !geo.new_record?, geo.errors.full_messages.join("\n")
|
138
|
+
assert !geo.size.zero?
|
139
|
+
#assert_equal 3915, geo.size
|
140
|
+
assert_equal 50, geo.width
|
141
|
+
assert_equal 50, geo.height
|
142
|
+
assert_equal 1.0, geo.aspect_ratio
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
146
|
+
test_against_subclass :test_should_automatically_create_thumbnails, ImageWithThumbsAttachment
|
147
|
+
|
148
|
+
# same as above method, but test it on a file model
|
149
|
+
test_against_class :test_should_automatically_create_thumbnails, ImageWithThumbsFileAttachment
|
150
|
+
test_against_subclass :test_should_automatically_create_thumbnails_on_class, ImageWithThumbsFileAttachment
|
151
|
+
|
152
|
+
def test_should_use_thumbnail_subclass(klass = ImageWithThumbsClassFileAttachment)
|
153
|
+
attachment_model klass
|
154
|
+
attachment = nil
|
155
|
+
assert_difference ImageThumbnail, :count do
|
156
|
+
attachment = upload_file :filename => '/files/rails.png'
|
157
|
+
assert_valid attachment
|
158
|
+
end
|
159
|
+
assert_kind_of ImageThumbnail, attachment.thumbnails.first
|
160
|
+
assert_equal attachment.id, attachment.thumbnails.first.parent.id
|
161
|
+
assert_kind_of FileAttachment, attachment.thumbnails.first.parent
|
162
|
+
assert_equal 'rails_thumb.png', attachment.thumbnails.first.filename
|
163
|
+
assert_equal attachment.thumbnails.first.full_filename, attachment.full_filename(attachment.thumbnails.first.thumbnail),
|
164
|
+
"#full_filename does not use thumbnail class' path."
|
165
|
+
assert_equal attachment.destroy attachment
|
166
|
+
end
|
167
|
+
|
168
|
+
test_against_subclass :test_should_use_thumbnail_subclass, ImageWithThumbsClassFileAttachment
|
169
|
+
|
170
|
+
def test_should_remove_old_thumbnail_files_when_updating(klass = ImageWithThumbsFileAttachment)
|
171
|
+
attachment_model klass
|
172
|
+
attachment = nil
|
173
|
+
assert_created 3 do
|
174
|
+
attachment = upload_file :filename => '/files/rails.png'
|
175
|
+
end
|
176
|
+
|
177
|
+
old_filenames = [attachment.full_filename] + attachment.thumbnails.collect(&:full_filename)
|
178
|
+
|
179
|
+
assert_not_created do
|
180
|
+
use_temp_file "files/rails.png" do |file|
|
181
|
+
attachment.filename = 'rails2.png'
|
182
|
+
attachment.temp_path = File.join(fixture_path, file)
|
183
|
+
attachment.save
|
184
|
+
new_filenames = [attachment.reload.full_filename] + attachment.thumbnails.collect { |t| t.reload.full_filename }
|
185
|
+
new_filenames.each { |f| assert File.exists?(f), "#{f} does not exist" }
|
186
|
+
old_filenames.each { |f| assert !File.exists?(f), "#{f} still exists" }
|
187
|
+
end
|
188
|
+
end
|
189
|
+
end
|
190
|
+
|
191
|
+
test_against_subclass :test_should_remove_old_thumbnail_files_when_updating, ImageWithThumbsFileAttachment
|
192
|
+
|
193
|
+
def test_should_delete_file_when_in_file_system_when_attachment_record_destroyed(klass = ImageWithThumbsFileAttachment)
|
194
|
+
attachment_model klass
|
195
|
+
attachment = upload_file :filename => '/files/rails.png'
|
196
|
+
filenames = [attachment.full_filename] + attachment.thumbnails.collect(&:full_filename)
|
197
|
+
filenames.each { |f| assert File.exists?(f), "#{f} never existed to delete on destroy" }
|
198
|
+
attachment.destroy
|
199
|
+
filenames.each { |f| assert !File.exists?(f), "#{f} still exists" }
|
200
|
+
end
|
201
|
+
|
202
|
+
test_against_subclass :test_should_delete_file_when_in_file_system_when_attachment_record_destroyed, ImageWithThumbsFileAttachment
|
203
|
+
|
204
|
+
def test_should_overwrite_old_thumbnail_records_when_updating(klass = ImageWithThumbsAttachment)
|
205
|
+
attachment_model klass
|
206
|
+
attachment = nil
|
207
|
+
assert_created 3 do
|
208
|
+
attachment = upload_file :filename => '/files/rails.png'
|
209
|
+
end
|
210
|
+
assert_not_created do # no new db_file records
|
211
|
+
use_temp_file "files/rails.png" do |file|
|
212
|
+
attachment.filename = 'rails2.png'
|
213
|
+
attachment.temp_path = File.join(fixture_path, file)
|
214
|
+
attachment.save!
|
215
|
+
end
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
219
|
+
test_against_subclass :test_should_overwrite_old_thumbnail_records_when_updating, ImageWithThumbsAttachment
|
220
|
+
|
221
|
+
def test_should_overwrite_old_thumbnail_records_when_renaming(klass = ImageWithThumbsAttachment)
|
222
|
+
attachment_model klass
|
223
|
+
attachment = nil
|
224
|
+
assert_created 3 do
|
225
|
+
attachment = upload_file :class => klass, :filename => '/files/rails.png'
|
226
|
+
end
|
227
|
+
assert_not_created do # no new db_file records
|
228
|
+
attachment.filename = 'rails2.png'
|
229
|
+
attachment.save
|
230
|
+
assert !attachment.reload.size.zero?
|
231
|
+
assert_equal 'rails2.png', attachment.filename
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
test_against_subclass :test_should_overwrite_old_thumbnail_records_when_renaming, ImageWithThumbsAttachment
|
236
|
+
else
|
237
|
+
def test_flunk
|
238
|
+
puts "RMagick not installed, no tests running"
|
239
|
+
end
|
240
|
+
end
|
241
|
+
end
|
@@ -0,0 +1,86 @@
|
|
1
|
+
ActiveRecord::Schema.define(:version => 0) do
|
2
|
+
create_table :attachments, :force => true do |t|
|
3
|
+
t.column :db_file_id, :integer
|
4
|
+
t.column :parent_id, :integer
|
5
|
+
t.column :thumbnail, :string
|
6
|
+
t.column :filename, :string, :limit => 255
|
7
|
+
t.column :content_type, :string, :limit => 255
|
8
|
+
t.column :size, :integer
|
9
|
+
t.column :width, :integer
|
10
|
+
t.column :height, :integer
|
11
|
+
t.column :aspect_ratio, :float
|
12
|
+
end
|
13
|
+
|
14
|
+
create_table :file_attachments, :force => true do |t|
|
15
|
+
t.column :parent_id, :integer
|
16
|
+
t.column :thumbnail, :string
|
17
|
+
t.column :filename, :string, :limit => 255
|
18
|
+
t.column :content_type, :string, :limit => 255
|
19
|
+
t.column :size, :integer
|
20
|
+
t.column :width, :integer
|
21
|
+
t.column :height, :integer
|
22
|
+
t.column :type, :string
|
23
|
+
t.column :aspect_ratio, :float
|
24
|
+
end
|
25
|
+
|
26
|
+
create_table :image_science_attachments, :force => true do |t|
|
27
|
+
t.column :parent_id, :integer
|
28
|
+
t.column :thumbnail, :string
|
29
|
+
t.column :filename, :string, :limit => 255
|
30
|
+
t.column :content_type, :string, :limit => 255
|
31
|
+
t.column :size, :integer
|
32
|
+
t.column :width, :integer
|
33
|
+
t.column :height, :integer
|
34
|
+
t.column :type, :string
|
35
|
+
end
|
36
|
+
|
37
|
+
create_table :mini_magick_attachments, :force => true do |t|
|
38
|
+
t.column :parent_id, :integer
|
39
|
+
t.column :thumbnail, :string
|
40
|
+
t.column :filename, :string, :limit => 255
|
41
|
+
t.column :content_type, :string, :limit => 255
|
42
|
+
t.column :size, :integer
|
43
|
+
t.column :width, :integer
|
44
|
+
t.column :height, :integer
|
45
|
+
t.column :type, :string
|
46
|
+
end
|
47
|
+
|
48
|
+
create_table :mini_magick_attachments, :force => true do |t|
|
49
|
+
t.column :parent_id, :integer
|
50
|
+
t.column :thumbnail, :string
|
51
|
+
t.column :filename, :string, :limit => 255
|
52
|
+
t.column :content_type, :string, :limit => 255
|
53
|
+
t.column :size, :integer
|
54
|
+
t.column :width, :integer
|
55
|
+
t.column :height, :integer
|
56
|
+
t.column :type, :string
|
57
|
+
end
|
58
|
+
|
59
|
+
create_table :orphan_attachments, :force => true do |t|
|
60
|
+
t.column :db_file_id, :integer
|
61
|
+
t.column :filename, :string, :limit => 255
|
62
|
+
t.column :content_type, :string, :limit => 255
|
63
|
+
t.column :size, :integer
|
64
|
+
end
|
65
|
+
|
66
|
+
create_table :minimal_attachments, :force => true do |t|
|
67
|
+
t.column :size, :integer
|
68
|
+
t.column :content_type, :string, :limit => 255
|
69
|
+
end
|
70
|
+
|
71
|
+
create_table :db_files, :force => true do |t|
|
72
|
+
t.column :data, :binary
|
73
|
+
end
|
74
|
+
|
75
|
+
create_table :s3_attachments, :force => true do |t|
|
76
|
+
t.column :parent_id, :integer
|
77
|
+
t.column :thumbnail, :string
|
78
|
+
t.column :filename, :string, :limit => 255
|
79
|
+
t.column :content_type, :string, :limit => 255
|
80
|
+
t.column :size, :integer
|
81
|
+
t.column :width, :integer
|
82
|
+
t.column :height, :integer
|
83
|
+
t.column :type, :string
|
84
|
+
t.column :aspect_ratio, :float
|
85
|
+
end
|
86
|
+
end
|