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
data/starter_app/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb
ADDED
@@ -0,0 +1,309 @@
|
|
1
|
+
module Technoweenie # :nodoc:
|
2
|
+
module AttachmentFu # :nodoc:
|
3
|
+
module Backends
|
4
|
+
# = AWS::S3 Storage Backend
|
5
|
+
#
|
6
|
+
# Enables use of {Amazon's Simple Storage Service}[http://aws.amazon.com/s3] as a storage mechanism
|
7
|
+
#
|
8
|
+
# == Requirements
|
9
|
+
#
|
10
|
+
# Requires the {AWS::S3 Library}[http://amazon.rubyforge.org] for S3 by Marcel Molina Jr. installed either
|
11
|
+
# as a gem or a as a Rails plugin.
|
12
|
+
#
|
13
|
+
# == Configuration
|
14
|
+
#
|
15
|
+
# Configuration is done via <tt>RAILS_ROOT/config/amazon_s3.yml</tt> and is loaded according to the <tt>RAILS_ENV</tt>.
|
16
|
+
# The minimum connection options that you must specify are a bucket name, your access key id and your secret access key.
|
17
|
+
# If you don't already have your access keys, all you need to sign up for the S3 service is an account at Amazon.
|
18
|
+
# You can sign up for S3 and get access keys by visiting http://aws.amazon.com/s3.
|
19
|
+
#
|
20
|
+
# Example configuration (RAILS_ROOT/config/amazon_s3.yml)
|
21
|
+
#
|
22
|
+
# development:
|
23
|
+
# bucket_name: appname_development
|
24
|
+
# access_key_id: <your key>
|
25
|
+
# secret_access_key: <your key>
|
26
|
+
#
|
27
|
+
# test:
|
28
|
+
# bucket_name: appname_test
|
29
|
+
# access_key_id: <your key>
|
30
|
+
# secret_access_key: <your key>
|
31
|
+
#
|
32
|
+
# production:
|
33
|
+
# bucket_name: appname
|
34
|
+
# access_key_id: <your key>
|
35
|
+
# secret_access_key: <your key>
|
36
|
+
#
|
37
|
+
# You can change the location of the config path by passing a full path to the :s3_config_path option.
|
38
|
+
#
|
39
|
+
# has_attachment :storage => :s3, :s3_config_path => (RAILS_ROOT + '/config/s3.yml')
|
40
|
+
#
|
41
|
+
# === Required configuration parameters
|
42
|
+
#
|
43
|
+
# * <tt>:access_key_id</tt> - The access key id for your S3 account. Provided by Amazon.
|
44
|
+
# * <tt>:secret_access_key</tt> - The secret access key for your S3 account. Provided by Amazon.
|
45
|
+
# * <tt>:bucket_name</tt> - A unique bucket name (think of the bucket_name as being like a database name).
|
46
|
+
#
|
47
|
+
# If any of these required arguments is missing, a MissingAccessKey exception will be raised from AWS::S3.
|
48
|
+
#
|
49
|
+
# == About bucket names
|
50
|
+
#
|
51
|
+
# Bucket names have to be globaly unique across the S3 system. And you can only have up to 100 of them,
|
52
|
+
# so it's a good idea to think of a bucket as being like a database, hence the correspondance in this
|
53
|
+
# implementation to the development, test, and production environments.
|
54
|
+
#
|
55
|
+
# The number of objects you can store in a bucket is, for all intents and purposes, unlimited.
|
56
|
+
#
|
57
|
+
# === Optional configuration parameters
|
58
|
+
#
|
59
|
+
# * <tt>:server</tt> - The server to make requests to. Defaults to <tt>s3.amazonaws.com</tt>.
|
60
|
+
# * <tt>:port</tt> - The port to the requests should be made on. Defaults to 80 or 443 if <tt>:use_ssl</tt> is set.
|
61
|
+
# * <tt>:use_ssl</tt> - If set to true, <tt>:port</tt> will be implicitly set to 443, unless specified otherwise. Defaults to false.
|
62
|
+
#
|
63
|
+
# == Usage
|
64
|
+
#
|
65
|
+
# To specify S3 as the storage mechanism for a model, set the acts_as_attachment <tt>:storage</tt> option to <tt>:s3</tt>.
|
66
|
+
#
|
67
|
+
# class Photo < ActiveRecord::Base
|
68
|
+
# has_attachment :storage => :s3
|
69
|
+
# end
|
70
|
+
#
|
71
|
+
# === Customizing the path
|
72
|
+
#
|
73
|
+
# By default, files are prefixed using a pseudo hierarchy in the form of <tt>:table_name/:id</tt>, which results
|
74
|
+
# in S3 urls that look like: http(s)://:server/:bucket_name/:table_name/:id/:filename with :table_name
|
75
|
+
# representing the customizable portion of the path. You can customize this prefix using the <tt>:path_prefix</tt>
|
76
|
+
# option:
|
77
|
+
#
|
78
|
+
# class Photo < ActiveRecord::Base
|
79
|
+
# has_attachment :storage => :s3, :path_prefix => 'my/custom/path'
|
80
|
+
# end
|
81
|
+
#
|
82
|
+
# Which would result in URLs like <tt>http(s)://:server/:bucket_name/my/custom/path/:id/:filename.</tt>
|
83
|
+
#
|
84
|
+
# === Permissions
|
85
|
+
#
|
86
|
+
# By default, files are stored on S3 with public access permissions. You can customize this using
|
87
|
+
# the <tt>:s3_access</tt> option to <tt>has_attachment</tt>. Available values are
|
88
|
+
# <tt>:private</tt>, <tt>:public_read_write</tt>, and <tt>:authenticated_read</tt>.
|
89
|
+
#
|
90
|
+
# === Other options
|
91
|
+
#
|
92
|
+
# Of course, all the usual configuration options apply, such as content_type and thumbnails:
|
93
|
+
#
|
94
|
+
# class Photo < ActiveRecord::Base
|
95
|
+
# has_attachment :storage => :s3, :content_type => ['application/pdf', :image], :resize_to => 'x50'
|
96
|
+
# has_attachment :storage => :s3, :thumbnails => { :thumb => [50, 50], :geometry => 'x50' }
|
97
|
+
# end
|
98
|
+
#
|
99
|
+
# === Accessing S3 URLs
|
100
|
+
#
|
101
|
+
# You can get an object's URL using the s3_url accessor. For example, assuming that for your postcard app
|
102
|
+
# you had a bucket name like 'postcard_world_development', and an attachment model called Photo:
|
103
|
+
#
|
104
|
+
# @postcard.s3_url # => http(s)://s3.amazonaws.com/postcard_world_development/photos/1/mexico.jpg
|
105
|
+
#
|
106
|
+
# The resulting url is in the form: http(s)://:server/:bucket_name/:table_name/:id/:file.
|
107
|
+
# The optional thumbnail argument will output the thumbnail's filename (if any).
|
108
|
+
#
|
109
|
+
# Additionally, you can get an object's base path relative to the bucket root using
|
110
|
+
# <tt>base_path</tt>:
|
111
|
+
#
|
112
|
+
# @photo.file_base_path # => photos/1
|
113
|
+
#
|
114
|
+
# And the full path (including the filename) using <tt>full_filename</tt>:
|
115
|
+
#
|
116
|
+
# @photo.full_filename # => photos/
|
117
|
+
#
|
118
|
+
# Niether <tt>base_path</tt> or <tt>full_filename</tt> include the bucket name as part of the path.
|
119
|
+
# You can retrieve the bucket name using the <tt>bucket_name</tt> method.
|
120
|
+
module S3Backend
|
121
|
+
class RequiredLibraryNotFoundError < StandardError; end
|
122
|
+
class ConfigFileNotFoundError < StandardError; end
|
123
|
+
|
124
|
+
def self.included(base) #:nodoc:
|
125
|
+
mattr_reader :bucket_name, :s3_config
|
126
|
+
|
127
|
+
begin
|
128
|
+
require 'aws/s3'
|
129
|
+
include AWS::S3
|
130
|
+
rescue LoadError
|
131
|
+
raise RequiredLibraryNotFoundError.new('AWS::S3 could not be loaded')
|
132
|
+
end
|
133
|
+
|
134
|
+
begin
|
135
|
+
@@s3_config_path = base.attachment_options[:s3_config_path] || (RAILS_ROOT + '/config/amazon_s3.yml')
|
136
|
+
@@s3_config = @@s3_config = YAML.load_file(@@s3_config_path)[RAILS_ENV].symbolize_keys
|
137
|
+
#rescue
|
138
|
+
# raise ConfigFileNotFoundError.new('File %s not found' % @@s3_config_path)
|
139
|
+
end
|
140
|
+
|
141
|
+
@@bucket_name = s3_config[:bucket_name]
|
142
|
+
|
143
|
+
Base.establish_connection!(
|
144
|
+
:access_key_id => s3_config[:access_key_id],
|
145
|
+
:secret_access_key => s3_config[:secret_access_key],
|
146
|
+
:server => s3_config[:server],
|
147
|
+
:port => s3_config[:port],
|
148
|
+
:use_ssl => s3_config[:use_ssl]
|
149
|
+
)
|
150
|
+
|
151
|
+
# Bucket.create(@@bucket_name)
|
152
|
+
|
153
|
+
base.before_update :rename_file
|
154
|
+
end
|
155
|
+
|
156
|
+
def self.protocol
|
157
|
+
@protocol ||= s3_config[:use_ssl] ? 'https://' : 'http://'
|
158
|
+
end
|
159
|
+
|
160
|
+
def self.hostname
|
161
|
+
@hostname ||= s3_config[:server] || AWS::S3::DEFAULT_HOST
|
162
|
+
end
|
163
|
+
|
164
|
+
def self.port_string
|
165
|
+
@port_string ||= s3_config[:port] == (s3_config[:use_ssl] ? 443 : 80) ? '' : ":#{s3_config[:port]}"
|
166
|
+
end
|
167
|
+
|
168
|
+
module ClassMethods
|
169
|
+
def s3_protocol
|
170
|
+
Technoweenie::AttachmentFu::Backends::S3Backend.protocol
|
171
|
+
end
|
172
|
+
|
173
|
+
def s3_hostname
|
174
|
+
Technoweenie::AttachmentFu::Backends::S3Backend.hostname
|
175
|
+
end
|
176
|
+
|
177
|
+
def s3_port_string
|
178
|
+
Technoweenie::AttachmentFu::Backends::S3Backend.port_string
|
179
|
+
end
|
180
|
+
end
|
181
|
+
|
182
|
+
# Overwrites the base filename writer in order to store the old filename
|
183
|
+
def filename=(value)
|
184
|
+
@old_filename = filename unless filename.nil? || @old_filename
|
185
|
+
write_attribute :filename, sanitize_filename(value)
|
186
|
+
end
|
187
|
+
|
188
|
+
# The attachment ID used in the full path of a file
|
189
|
+
def attachment_path_id
|
190
|
+
((respond_to?(:parent_id) && parent_id) || id).to_s
|
191
|
+
end
|
192
|
+
|
193
|
+
# The pseudo hierarchy containing the file relative to the bucket name
|
194
|
+
# Example: <tt>:table_name/:id</tt>
|
195
|
+
def base_path
|
196
|
+
File.join(attachment_options[:path_prefix], attachment_path_id)
|
197
|
+
end
|
198
|
+
|
199
|
+
# The full path to the file relative to the bucket name
|
200
|
+
# Example: <tt>:table_name/:id/:filename</tt>
|
201
|
+
def full_filename(thumbnail = nil)
|
202
|
+
File.join(base_path, thumbnail_name_for(thumbnail))
|
203
|
+
end
|
204
|
+
|
205
|
+
# All public objects are accessible via a GET request to the S3 servers. You can generate a
|
206
|
+
# url for an object using the s3_url method.
|
207
|
+
#
|
208
|
+
# @photo.s3_url
|
209
|
+
#
|
210
|
+
# The resulting url is in the form: <tt>http(s)://:server/:bucket_name/:table_name/:id/:file</tt> where
|
211
|
+
# the <tt>:server</tt> variable defaults to <tt>AWS::S3 URL::DEFAULT_HOST</tt> (s3.amazonaws.com) and can be
|
212
|
+
# set using the configuration parameters in <tt>RAILS_ROOT/config/amazon_s3.yml</tt>.
|
213
|
+
#
|
214
|
+
# The optional thumbnail argument will output the thumbnail's filename (if any).
|
215
|
+
def s3_url(thumbnail = nil)
|
216
|
+
File.join(s3_protocol + s3_hostname + s3_port_string, bucket_name, full_filename(thumbnail))
|
217
|
+
end
|
218
|
+
alias :public_filename :s3_url
|
219
|
+
|
220
|
+
# All private objects are accessible via an authenticated GET request to the S3 servers. You can generate an
|
221
|
+
# authenticated url for an object like this:
|
222
|
+
#
|
223
|
+
# @photo.authenticated_s3_url
|
224
|
+
#
|
225
|
+
# By default authenticated urls expire 5 minutes after they were generated.
|
226
|
+
#
|
227
|
+
# Expiration options can be specified either with an absolute time using the <tt>:expires</tt> option,
|
228
|
+
# or with a number of seconds relative to now with the <tt>:expires_in</tt> option:
|
229
|
+
#
|
230
|
+
# # Absolute expiration date (October 13th, 2025)
|
231
|
+
# @photo.authenticated_s3_url(:expires => Time.mktime(2025,10,13).to_i)
|
232
|
+
#
|
233
|
+
# # Expiration in five hours from now
|
234
|
+
# @photo.authenticated_s3_url(:expires_in => 5.hours)
|
235
|
+
#
|
236
|
+
# You can specify whether the url should go over SSL with the <tt>:use_ssl</tt> option.
|
237
|
+
# By default, the ssl settings for the current connection will be used:
|
238
|
+
#
|
239
|
+
# @photo.authenticated_s3_url(:use_ssl => true)
|
240
|
+
#
|
241
|
+
# Finally, the optional thumbnail argument will output the thumbnail's filename (if any):
|
242
|
+
#
|
243
|
+
# @photo.authenticated_s3_url('thumbnail', :expires_in => 5.hours, :use_ssl => true)
|
244
|
+
def authenticated_s3_url(*args)
|
245
|
+
thumbnail = args.first.is_a?(String) ? args.first : nil
|
246
|
+
options = args.last.is_a?(Hash) ? args.last : {}
|
247
|
+
S3Object.url_for(full_filename(thumbnail), bucket_name, options)
|
248
|
+
end
|
249
|
+
|
250
|
+
def create_temp_file
|
251
|
+
write_to_temp_file current_data
|
252
|
+
end
|
253
|
+
|
254
|
+
def current_data
|
255
|
+
S3Object.value full_filename, bucket_name
|
256
|
+
end
|
257
|
+
|
258
|
+
def s3_protocol
|
259
|
+
Technoweenie::AttachmentFu::Backends::S3Backend.protocol
|
260
|
+
end
|
261
|
+
|
262
|
+
def s3_hostname
|
263
|
+
Technoweenie::AttachmentFu::Backends::S3Backend.hostname
|
264
|
+
end
|
265
|
+
|
266
|
+
def s3_port_string
|
267
|
+
Technoweenie::AttachmentFu::Backends::S3Backend.port_string
|
268
|
+
end
|
269
|
+
|
270
|
+
protected
|
271
|
+
# Called in the after_destroy callback
|
272
|
+
def destroy_file
|
273
|
+
S3Object.delete full_filename, bucket_name
|
274
|
+
end
|
275
|
+
|
276
|
+
def rename_file
|
277
|
+
return unless @old_filename && @old_filename != filename
|
278
|
+
|
279
|
+
old_full_filename = File.join(base_path, @old_filename)
|
280
|
+
|
281
|
+
S3Object.rename(
|
282
|
+
old_full_filename,
|
283
|
+
full_filename,
|
284
|
+
bucket_name,
|
285
|
+
:access => attachment_options[:s3_access]
|
286
|
+
)
|
287
|
+
|
288
|
+
@old_filename = nil
|
289
|
+
true
|
290
|
+
end
|
291
|
+
|
292
|
+
def save_to_storage
|
293
|
+
if save_attachment?
|
294
|
+
S3Object.store(
|
295
|
+
full_filename,
|
296
|
+
(temp_path ? File.open(temp_path) : temp_data),
|
297
|
+
bucket_name,
|
298
|
+
:content_type => content_type,
|
299
|
+
:access => attachment_options[:s3_access]
|
300
|
+
)
|
301
|
+
end
|
302
|
+
|
303
|
+
@old_filename = nil
|
304
|
+
true
|
305
|
+
end
|
306
|
+
end
|
307
|
+
end
|
308
|
+
end
|
309
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
require 'image_science'
|
2
|
+
module Technoweenie # :nodoc:
|
3
|
+
module AttachmentFu # :nodoc:
|
4
|
+
module Processors
|
5
|
+
module ImageScienceProcessor
|
6
|
+
def self.included(base)
|
7
|
+
base.send :extend, ClassMethods
|
8
|
+
base.alias_method_chain :process_attachment, :processing
|
9
|
+
end
|
10
|
+
|
11
|
+
module ClassMethods
|
12
|
+
# Yields a block containing an RMagick Image for the given binary data.
|
13
|
+
def with_image(file, &block)
|
14
|
+
::ImageScience.with_image file, &block
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
protected
|
19
|
+
def process_attachment_with_processing
|
20
|
+
return unless process_attachment_without_processing && image?
|
21
|
+
with_image do |img|
|
22
|
+
self.width = img.width if respond_to?(:width)
|
23
|
+
self.height = img.height if respond_to?(:height)
|
24
|
+
resize_image_or_thumbnail! img
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
# Performs the actual resizing operation for a thumbnail
|
29
|
+
def resize_image(img, size)
|
30
|
+
# create a dummy temp file to write to
|
31
|
+
# ImageScience doesn't handle all gifs properly, so it converts them to
|
32
|
+
# pngs for thumbnails. It has something to do with trying to save gifs
|
33
|
+
# with a larger palette than 256 colors, which is all the gif format
|
34
|
+
# supports.
|
35
|
+
filename.sub! /gif$/, 'png'
|
36
|
+
content_type.sub!(/gif$/, 'png')
|
37
|
+
self.temp_path = write_to_temp_file(filename)
|
38
|
+
grab_dimensions = lambda do |img|
|
39
|
+
self.width = img.width if respond_to?(:width)
|
40
|
+
self.height = img.height if respond_to?(:height)
|
41
|
+
img.save self.temp_path
|
42
|
+
self.size = File.size(self.temp_path)
|
43
|
+
callback_with_args :after_resize, img
|
44
|
+
end
|
45
|
+
|
46
|
+
size = size.first if size.is_a?(Array) && size.length == 1
|
47
|
+
if size.is_a?(Fixnum) || (size.is_a?(Array) && size.first.is_a?(Fixnum))
|
48
|
+
if size.is_a?(Fixnum)
|
49
|
+
img.thumbnail(size, &grab_dimensions)
|
50
|
+
else
|
51
|
+
img.resize(size[0], size[1], &grab_dimensions)
|
52
|
+
end
|
53
|
+
else
|
54
|
+
new_size = [img.width, img.height] / size.to_s
|
55
|
+
img.resize(new_size[0], new_size[1], &grab_dimensions)
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
require 'mini_magick'
|
2
|
+
module Technoweenie # :nodoc:
|
3
|
+
module AttachmentFu # :nodoc:
|
4
|
+
module Processors
|
5
|
+
module MiniMagickProcessor
|
6
|
+
def self.included(base)
|
7
|
+
base.send :extend, ClassMethods
|
8
|
+
base.alias_method_chain :process_attachment, :processing
|
9
|
+
end
|
10
|
+
|
11
|
+
module ClassMethods
|
12
|
+
# Yields a block containing an MiniMagick Image for the given binary data.
|
13
|
+
def with_image(file, &block)
|
14
|
+
begin
|
15
|
+
binary_data = file.is_a?(MiniMagick::Image) ? file : MiniMagick::Image.from_file(file) unless !Object.const_defined?(:MiniMagick)
|
16
|
+
rescue
|
17
|
+
# Log the failure to load the image.
|
18
|
+
logger.debug("Exception working with image: #{$!}")
|
19
|
+
binary_data = nil
|
20
|
+
end
|
21
|
+
block.call binary_data if block && binary_data
|
22
|
+
ensure
|
23
|
+
!binary_data.nil?
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
protected
|
28
|
+
def process_attachment_with_processing
|
29
|
+
return unless process_attachment_without_processing
|
30
|
+
with_image do |img|
|
31
|
+
resize_image_or_thumbnail! img
|
32
|
+
self.width = img[:width] if respond_to?(:width)
|
33
|
+
self.height = img[:height] if respond_to?(:height)
|
34
|
+
callback_with_args :after_resize, img
|
35
|
+
end if image?
|
36
|
+
end
|
37
|
+
|
38
|
+
# Performs the actual resizing operation for a thumbnail
|
39
|
+
def resize_image(img, size)
|
40
|
+
size = size.first if size.is_a?(Array) && size.length == 1
|
41
|
+
if size.is_a?(Fixnum) || (size.is_a?(Array) && size.first.is_a?(Fixnum))
|
42
|
+
if size.is_a?(Fixnum)
|
43
|
+
size = [size, size]
|
44
|
+
img.resize(size.join('x'))
|
45
|
+
else
|
46
|
+
img.resize(size.join('x') + '!')
|
47
|
+
end
|
48
|
+
else
|
49
|
+
img.resize(size.to_s)
|
50
|
+
end
|
51
|
+
self.temp_path = img
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
require 'RMagick'
|
2
|
+
module Technoweenie # :nodoc:
|
3
|
+
module AttachmentFu # :nodoc:
|
4
|
+
module Processors
|
5
|
+
module RmagickProcessor
|
6
|
+
def self.included(base)
|
7
|
+
base.send :extend, ClassMethods
|
8
|
+
base.alias_method_chain :process_attachment, :processing
|
9
|
+
end
|
10
|
+
|
11
|
+
module ClassMethods
|
12
|
+
# Yields a block containing an RMagick Image for the given binary data.
|
13
|
+
def with_image(file, &block)
|
14
|
+
begin
|
15
|
+
binary_data = file.is_a?(Magick::Image) ? file : Magick::Image.read(file).first unless !Object.const_defined?(:Magick)
|
16
|
+
rescue
|
17
|
+
# Log the failure to load the image. This should match ::Magick::ImageMagickError
|
18
|
+
# but that would cause acts_as_attachment to require rmagick.
|
19
|
+
logger.debug("Exception working with image: #{$!}")
|
20
|
+
binary_data = nil
|
21
|
+
end
|
22
|
+
block.call binary_data if block && binary_data
|
23
|
+
ensure
|
24
|
+
!binary_data.nil?
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
protected
|
29
|
+
def process_attachment_with_processing
|
30
|
+
return unless process_attachment_without_processing
|
31
|
+
with_image do |img|
|
32
|
+
resize_image_or_thumbnail! img
|
33
|
+
self.width = img.columns if respond_to?(:width)
|
34
|
+
self.height = img.rows if respond_to?(:height)
|
35
|
+
callback_with_args :after_resize, img
|
36
|
+
end if image?
|
37
|
+
end
|
38
|
+
|
39
|
+
# Performs the actual resizing operation for a thumbnail
|
40
|
+
def resize_image(img, size)
|
41
|
+
size = size.first if size.is_a?(Array) && size.length == 1 && !size.first.is_a?(Fixnum)
|
42
|
+
if size.is_a?(Fixnum) || (size.is_a?(Array) && size.first.is_a?(Fixnum))
|
43
|
+
size = [size, size] if size.is_a?(Fixnum)
|
44
|
+
img.thumbnail!(*size)
|
45
|
+
else
|
46
|
+
img.change_geometry(size.to_s) { |cols, rows, image| image.resize!(cols, rows) }
|
47
|
+
end
|
48
|
+
self.temp_path = write_to_temp_file(img.to_blob)
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|