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
@@ -11,20 +11,22 @@ namespace :rc do
|
|
11
11
|
end
|
12
12
|
|
13
13
|
# make product images available to the app
|
14
|
-
target = "#{RAILS_ROOT}/public/images/
|
15
|
-
source = "#{RAILS_ROOT}/lib/tasks/sample/
|
16
|
-
FileUtils.mkdir_p target
|
14
|
+
target = "#{RAILS_ROOT}/public/images/"
|
15
|
+
source = "#{RAILS_ROOT}/lib/tasks/sample/products/"
|
16
|
+
#FileUtils.mkdir_p target
|
17
17
|
#File.makedirs target
|
18
18
|
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
19
|
+
FileUtils.cp_r source, target
|
20
|
+
|
21
|
+
#Dir.new(source).each do |filename|
|
22
|
+
# if not (filename == '.' or filename == '..' or filename == '.svn')
|
23
|
+
# src = source + "#{filename}"
|
24
|
+
# dst = target + "#{filename}"
|
25
|
+
# FileUtils.cp_r src, dst
|
26
|
+
# end
|
25
27
|
#copy filename, target, true
|
26
28
|
#puts "Inside /usr/bin is something called #{filename}"
|
27
|
-
end
|
29
|
+
#end
|
28
30
|
puts "Sample products have been loaded into to the store"
|
29
31
|
end
|
30
32
|
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,24 @@
|
|
1
|
+
* Nov 27, 2007 *
|
2
|
+
* Handle properly ImageScience thumbnails resized from a gif file [Matt Aimonetti]
|
3
|
+
* Save thumbnails file size properly when using ImageScience [Matt Aimonetti]
|
4
|
+
* fixed s3 config file loading with latest versions of Rails [Matt Aimonetti]
|
5
|
+
|
6
|
+
* April 2, 2007 *
|
7
|
+
|
8
|
+
* don't copy the #full_filename to the default #temp_paths array if it doesn't exist
|
9
|
+
* add default ID partitioning for attachments
|
10
|
+
* add #binmode call to Tempfile (note: ruby should be doing this!) [Eric Beland]
|
11
|
+
* Check for current type of :thumbnails option.
|
12
|
+
* allow customization of the S3 configuration file path with the :s3_config_path option.
|
13
|
+
* Don't try to remove thumbnails if there aren't any. Closes #3 [ben stiglitz]
|
14
|
+
|
15
|
+
* BC * (before changelog)
|
16
|
+
|
17
|
+
* add default #temp_paths entry [mattly]
|
18
|
+
* add MiniMagick support to attachment_fu [Isacc]
|
19
|
+
* update #destroy_file to clear out any empty directories too [carlivar]
|
20
|
+
* fix references to S3Backend module [Hunter Hillegas]
|
21
|
+
* make #current_data public with db_file and s3 backends [ebryn]
|
22
|
+
* oops, actually svn add the files for s3 backend. [Jeffrey Hardy]
|
23
|
+
* experimental s3 support, egad, no tests.... [Jeffrey Hardy]
|
24
|
+
* doh, fix a few bad references to ActsAsAttachment [sixty4bit]
|
@@ -0,0 +1,162 @@
|
|
1
|
+
attachment-fu
|
2
|
+
=============
|
3
|
+
|
4
|
+
attachment_fu is a plugin by Rick Olson (aka technoweenie <http://techno-weenie.net>) and is the successor to acts_as_attachment. To get a basic run-through of its capabilities, check out Mike Clark's tutorial <http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu>.
|
5
|
+
|
6
|
+
|
7
|
+
attachment_fu functionality
|
8
|
+
===========================
|
9
|
+
|
10
|
+
attachment_fu facilitates file uploads in Ruby on Rails. There are a few storage options for the actual file data, but the plugin always at a minimum stores metadata for each file in the database.
|
11
|
+
|
12
|
+
There are three storage options for files uploaded through attachment_fu:
|
13
|
+
File system
|
14
|
+
Database file
|
15
|
+
Amazon S3
|
16
|
+
|
17
|
+
Each method of storage many options associated with it that will be covered in the following section. Something to note, however, is that the Amazon S3 storage requires you to modify config/amazon_s3.yml and the Database file storage requires an extra table.
|
18
|
+
|
19
|
+
|
20
|
+
attachment_fu models
|
21
|
+
====================
|
22
|
+
|
23
|
+
For all three of these storage options a table of metadata is required. This table will contain information about the file (hence the 'meta') and its location. This table has no restrictions on naming, unlike the extra table required for database storage, which must have a table name of db_files (and by convention a model of DbFile).
|
24
|
+
|
25
|
+
In the model there are two methods made available by this plugins: has_attachment and validates_as_attachment.
|
26
|
+
|
27
|
+
has_attachment(options = {})
|
28
|
+
This method accepts the options in a hash:
|
29
|
+
:content_type # Allowed content types.
|
30
|
+
# Allows all by default. Use :image to allow all standard image types.
|
31
|
+
:min_size # Minimum size allowed.
|
32
|
+
# 1 byte is the default.
|
33
|
+
:max_size # Maximum size allowed.
|
34
|
+
# 1.megabyte is the default.
|
35
|
+
:size # Range of sizes allowed.
|
36
|
+
# (1..1.megabyte) is the default. This overrides the :min_size and :max_size options.
|
37
|
+
:resize_to # Used by RMagick to resize images.
|
38
|
+
# Pass either an array of width/height, or a geometry string.
|
39
|
+
:thumbnails # Specifies a set of thumbnails to generate.
|
40
|
+
# This accepts a hash of filename suffixes and RMagick resizing options.
|
41
|
+
# This option need only be included if you want thumbnailing.
|
42
|
+
:thumbnail_class # Set which model class to use for thumbnails.
|
43
|
+
# This current attachment class is used by default.
|
44
|
+
:path_prefix # path to store the uploaded files.
|
45
|
+
# Uses public/#{table_name} by default for the filesystem, and just #{table_name} for the S3 backend.
|
46
|
+
# Setting this sets the :storage to :file_system.
|
47
|
+
:storage # Specifies the storage system to use..
|
48
|
+
# Defaults to :db_file. Options are :file_system, :db_file, and :s3.
|
49
|
+
:processor # Sets the image processor to use for resizing of the attached image.
|
50
|
+
# Options include ImageScience, Rmagick, and MiniMagick. Default is whatever is installed.
|
51
|
+
|
52
|
+
|
53
|
+
Examples:
|
54
|
+
has_attachment :max_size => 1.kilobyte
|
55
|
+
has_attachment :size => 1.megabyte..2.megabytes
|
56
|
+
has_attachment :content_type => 'application/pdf'
|
57
|
+
has_attachment :content_type => ['application/pdf', 'application/msword', 'text/plain']
|
58
|
+
has_attachment :content_type => :image, :resize_to => [50,50]
|
59
|
+
has_attachment :content_type => ['application/pdf', :image], :resize_to => 'x50'
|
60
|
+
has_attachment :thumbnails => { :thumb => [50, 50], :geometry => 'x50' }
|
61
|
+
has_attachment :storage => :file_system, :path_prefix => 'public/files'
|
62
|
+
has_attachment :storage => :file_system, :path_prefix => 'public/files',
|
63
|
+
:content_type => :image, :resize_to => [50,50]
|
64
|
+
has_attachment :storage => :file_system, :path_prefix => 'public/files',
|
65
|
+
:thumbnails => { :thumb => [50, 50], :geometry => 'x50' }
|
66
|
+
has_attachment :storage => :s3
|
67
|
+
|
68
|
+
validates_as_attachment
|
69
|
+
This method prevents files outside of the valid range (:min_size to :max_size, or the :size range) from being saved. It does not however, halt the upload of such files. They will be uploaded into memory regardless of size before validation.
|
70
|
+
|
71
|
+
Example:
|
72
|
+
validates_as_attachment
|
73
|
+
|
74
|
+
|
75
|
+
attachment_fu migrations
|
76
|
+
========================
|
77
|
+
|
78
|
+
Fields for attachment_fu metadata tables...
|
79
|
+
in general:
|
80
|
+
size, :integer # file size in bytes
|
81
|
+
content_type, :string # mime type, ex: application/mp3
|
82
|
+
filename, :string # sanitized filename
|
83
|
+
that reference images:
|
84
|
+
height, :integer # in pixels
|
85
|
+
width, :integer # in pixels
|
86
|
+
that reference images that will be thumbnailed:
|
87
|
+
parent_id, :integer # id of parent image (on the same table, a self-referencing foreign-key).
|
88
|
+
# Only populated if the current object is a thumbnail.
|
89
|
+
thumbnail, :string # the 'type' of thumbnail this attachment record describes.
|
90
|
+
# Only populated if the current object is a thumbnail.
|
91
|
+
# Usage:
|
92
|
+
# [ In Model 'Avatar' ]
|
93
|
+
# has_attachment :content_type => :image,
|
94
|
+
# :storage => :file_system,
|
95
|
+
# :max_size => 500.kilobytes,
|
96
|
+
# :resize_to => '320x200>',
|
97
|
+
# :thumbnails => { :small => '10x10>',
|
98
|
+
# :thumb => '100x100>' }
|
99
|
+
# [ Elsewhere ]
|
100
|
+
# @user.avatar.thumbnails.first.thumbnail #=> 'small'
|
101
|
+
that reference files stored in the database (:db_file):
|
102
|
+
db_file_id, :integer # id of the file in the database (foreign key)
|
103
|
+
|
104
|
+
Field for attachment_fu db_files table:
|
105
|
+
data, :binary # binary file data, for use in database file storage
|
106
|
+
|
107
|
+
|
108
|
+
attachment_fu views
|
109
|
+
===================
|
110
|
+
|
111
|
+
There are two main views tasks that will be directly affected by attachment_fu: upload forms and displaying uploaded images.
|
112
|
+
|
113
|
+
There are two parts of the upload form that differ from typical usage.
|
114
|
+
1. Include ':multipart => true' in the html options of the form_for tag.
|
115
|
+
Example:
|
116
|
+
<% form_for(:attachment_metadata, :url => { :action => "create" }, :html => { :multipart => true }) do |form| %>
|
117
|
+
|
118
|
+
2. Use the file_field helper with :uploaded_data as the field name.
|
119
|
+
Example:
|
120
|
+
<%= form.file_field :uploaded_data %>
|
121
|
+
|
122
|
+
Displaying uploaded images is made easy by the public_filename method of the ActiveRecord attachment objects using file system and s3 storage.
|
123
|
+
|
124
|
+
public_filename(thumbnail = nil)
|
125
|
+
Returns the public path to the file. If a thumbnail prefix is specified it will return the public file path to the corresponding thumbnail.
|
126
|
+
Examples:
|
127
|
+
attachment_obj.public_filename #=> /attachments/2/file.jpg
|
128
|
+
attachment_obj.public_filename(:thumb) #=> /attachments/2/file_thumb.jpg
|
129
|
+
attachment_obj.public_filename(:small) #=> /attachments/2/file_small.jpg
|
130
|
+
|
131
|
+
When serving files from database storage, doing more than simply downloading the file is beyond the scope of this document.
|
132
|
+
|
133
|
+
|
134
|
+
attachment_fu controllers
|
135
|
+
=========================
|
136
|
+
|
137
|
+
There are two considerations to take into account when using attachment_fu in controllers.
|
138
|
+
|
139
|
+
The first is when the files have no publicly accessible path and need to be downloaded through an action.
|
140
|
+
|
141
|
+
Example:
|
142
|
+
def readme
|
143
|
+
send_file '/path/to/readme.txt', :type => 'plain/text', :disposition => 'inline'
|
144
|
+
end
|
145
|
+
|
146
|
+
See the possible values for send_file for reference.
|
147
|
+
|
148
|
+
|
149
|
+
The second is when saving the file when submitted from a form.
|
150
|
+
Example in view:
|
151
|
+
<%= form.file_field :attachable, :uploaded_data %>
|
152
|
+
|
153
|
+
Example in controller:
|
154
|
+
def create
|
155
|
+
@attachable_file = AttachmentMetadataModel.new(params[:attachable])
|
156
|
+
if @attachable_file.save
|
157
|
+
flash[:notice] = 'Attachment was successfully created.'
|
158
|
+
redirect_to attachable_url(@attachable_file)
|
159
|
+
else
|
160
|
+
render :action => :new
|
161
|
+
end
|
162
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
require 'rake'
|
2
|
+
require 'rake/testtask'
|
3
|
+
require 'rake/rdoctask'
|
4
|
+
|
5
|
+
desc 'Default: run unit tests.'
|
6
|
+
task :default => :test
|
7
|
+
|
8
|
+
desc 'Test the attachment_fu plugin.'
|
9
|
+
Rake::TestTask.new(:test) do |t|
|
10
|
+
t.libs << 'lib'
|
11
|
+
t.pattern = 'test/**/*_test.rb'
|
12
|
+
t.verbose = true
|
13
|
+
end
|
14
|
+
|
15
|
+
desc 'Generate documentation for the attachment_fu plugin.'
|
16
|
+
Rake::RDocTask.new(:rdoc) do |rdoc|
|
17
|
+
rdoc.rdoc_dir = 'rdoc'
|
18
|
+
rdoc.title = 'ActsAsAttachment'
|
19
|
+
rdoc.options << '--line-numbers --inline-source'
|
20
|
+
rdoc.rdoc_files.include('README')
|
21
|
+
rdoc.rdoc_files.include('lib/**/*.rb')
|
22
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
require 'tempfile'
|
2
|
+
|
3
|
+
Tempfile.class_eval do
|
4
|
+
# overwrite so tempfiles use the extension of the basename. important for rmagick and image science
|
5
|
+
def make_tmpname(basename, n)
|
6
|
+
ext = nil
|
7
|
+
sprintf("%s%d-%d%s", basename.to_s.gsub(/\.\w+$/) { |s| ext = s; '' }, $$, n, ext)
|
8
|
+
end
|
9
|
+
end
|
10
|
+
|
11
|
+
require 'geometry'
|
12
|
+
ActiveRecord::Base.send(:extend, Technoweenie::AttachmentFu::ActMethods)
|
13
|
+
Technoweenie::AttachmentFu.tempfile_path = ATTACHMENT_FU_TEMPFILE_PATH if Object.const_defined?(:ATTACHMENT_FU_TEMPFILE_PATH)
|
14
|
+
FileUtils.mkdir_p Technoweenie::AttachmentFu.tempfile_path
|
@@ -0,0 +1,93 @@
|
|
1
|
+
# This Geometry class was yanked from RMagick. However, it lets ImageMagick handle the actual change_geometry.
|
2
|
+
# Use #new_dimensions_for to get new dimensons
|
3
|
+
# Used so I can use spiffy RMagick geometry strings with ImageScience
|
4
|
+
class Geometry
|
5
|
+
# ! and @ are removed until support for them is added
|
6
|
+
FLAGS = ['', '%', '<', '>']#, '!', '@']
|
7
|
+
RFLAGS = { '%' => :percent,
|
8
|
+
'!' => :aspect,
|
9
|
+
'<' => :>,
|
10
|
+
'>' => :<,
|
11
|
+
'@' => :area }
|
12
|
+
|
13
|
+
attr_accessor :width, :height, :x, :y, :flag
|
14
|
+
|
15
|
+
def initialize(width=nil, height=nil, x=nil, y=nil, flag=nil)
|
16
|
+
# Support floating-point width and height arguments so Geometry
|
17
|
+
# objects can be used to specify Image#density= arguments.
|
18
|
+
raise ArgumentError, "width must be >= 0: #{width}" if width < 0
|
19
|
+
raise ArgumentError, "height must be >= 0: #{height}" if height < 0
|
20
|
+
@width = width.to_f
|
21
|
+
@height = height.to_f
|
22
|
+
@x = x.to_i
|
23
|
+
@y = y.to_i
|
24
|
+
@flag = flag
|
25
|
+
end
|
26
|
+
|
27
|
+
# Construct an object from a geometry string
|
28
|
+
RE = /\A(\d*)(?:x(\d+))?([-+]\d+)?([-+]\d+)?([%!<>@]?)\Z/
|
29
|
+
|
30
|
+
def self.from_s(str)
|
31
|
+
raise(ArgumentError, "no geometry string specified") unless str
|
32
|
+
|
33
|
+
if m = RE.match(str)
|
34
|
+
new(m[1].to_i, m[2].to_i, m[3].to_i, m[4].to_i, RFLAGS[m[5]])
|
35
|
+
else
|
36
|
+
raise ArgumentError, "invalid geometry format"
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
# Convert object to a geometry string
|
41
|
+
def to_s
|
42
|
+
str = ''
|
43
|
+
str << "%g" % @width if @width > 0
|
44
|
+
str << 'x' if (@width > 0 || @height > 0)
|
45
|
+
str << "%g" % @height if @height > 0
|
46
|
+
str << "%+d%+d" % [@x, @y] if (@x != 0 || @y != 0)
|
47
|
+
str << FLAGS[@flag.to_i]
|
48
|
+
end
|
49
|
+
|
50
|
+
# attempts to get new dimensions for the current geometry string given these old dimensions.
|
51
|
+
# This doesn't implement the aspect flag (!) or the area flag (@). PDI
|
52
|
+
def new_dimensions_for(orig_width, orig_height)
|
53
|
+
new_width = orig_width
|
54
|
+
new_height = orig_height
|
55
|
+
|
56
|
+
case @flag
|
57
|
+
when :percent
|
58
|
+
scale_x = @width.zero? ? 100 : @width
|
59
|
+
scale_y = @height.zero? ? @width : @height
|
60
|
+
new_width = scale_x.to_f * (orig_width.to_f / 100.0)
|
61
|
+
new_height = scale_y.to_f * (orig_height.to_f / 100.0)
|
62
|
+
when :<, :>, nil
|
63
|
+
scale_factor =
|
64
|
+
if new_width.zero? || new_height.zero?
|
65
|
+
1.0
|
66
|
+
else
|
67
|
+
if @width.nonzero? && @height.nonzero?
|
68
|
+
[@width.to_f / new_width.to_f, @height.to_f / new_height.to_f].min
|
69
|
+
else
|
70
|
+
@width.nonzero? ? (@width.to_f / new_width.to_f) : (@height.to_f / new_height.to_f)
|
71
|
+
end
|
72
|
+
end
|
73
|
+
new_width = scale_factor * new_width.to_f
|
74
|
+
new_height = scale_factor * new_height.to_f
|
75
|
+
new_width = orig_width if @flag && orig_width.send(@flag, new_width)
|
76
|
+
new_height = orig_height if @flag && orig_height.send(@flag, new_height)
|
77
|
+
end
|
78
|
+
|
79
|
+
[new_width, new_height].collect! { |v| v.round }
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
class Array
|
84
|
+
# allows you to get new dimensions for the current array of dimensions with a given geometry string
|
85
|
+
#
|
86
|
+
# [50, 64] / '40>' # => [40, 51]
|
87
|
+
def /(geometry)
|
88
|
+
raise ArgumentError, "Only works with a [width, height] pair" if size != 2
|
89
|
+
raise ArgumentError, "Must pass a valid geometry string or object" unless geometry.is_a?(String) || geometry.is_a?(Geometry)
|
90
|
+
geometry = Geometry.from_s(geometry) if geometry.is_a?(String)
|
91
|
+
geometry.new_dimensions_for first, last
|
92
|
+
end
|
93
|
+
end
|