5
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Dec 15, 2024 — Dec 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ruby 1.9 syntax compatibility fixes More... over 16 years ago
remove attr_accessible More... over 16 years ago
add mit license More... over 16 years ago
Install the rackspace_cloudfiles.yml template if it doesn't exist. More... over 16 years ago
Update README to reflect Cloud Files. More... over 16 years ago
Add tests for the Cloud Files backend. More... over 16 years ago
Initial Rackspace Cloud Files support. More... over 16 years ago
Updated README to add CloudFront options. More... almost 17 years ago
Updated attachment_fu to add CloudFront support. More... almost 17 years ago
helps if everything refers to fileutils More... almost 17 years ago
ruby 1.9 compatability change More... almost 17 years ago
Fix support for multiple distinct S3 buckets (previously all classes would use the bucket configured for the last class defined). More... almost 17 years ago
fixing the fix for Rails 2.2 - making it so it actually adds the error - including the unless More... almost 17 years ago
One tweak to support Rails 2.2 I18n validation error message (due to deprecated ActiveRecord::Errors.default_error_messages) - Tests were getting very ugly with all the deprec warning messages More... almost 17 years ago
Merge commit '02df072d760610ff368658e85062afcc163f352b' More... almost 17 years ago
convert expires_at option on authenticated_s3_url to integer to prevent amazon errors More... almost 17 years ago
Merge branch 'master' of [email protected]:technoweenie/attachment_fu More... almost 17 years ago
Added a config option to state a bucket_key other than :bucket_name in the amazon_s3.yml on a per model basis. More... almost 17 years ago
Adding cropping support to rmagick processor More... about 17 years ago
Fix resizing of images with a height much bigger than with (or reverse). Minimum size is 1 pixel More... about 17 years ago
Fix gif thumbnails for ImageScience when attachment_options[:processor] is set searching for a installed processor. More... about 17 years ago
Merge branch 'master' of git://github.com/aka47/attachment_fu into mm More... about 17 years ago
add image/x-citrix-pjpeg mime type More... about 17 years ago
* added workaround for better gif handling * added basic test for new crop method * added tests for croping the right part of various images with various attachment formats it needs a little help because of code duplication. How can i access a method in the processor to test if it works? I duplicated the method into the testclass in fixtures/attachment More... about 17 years ago
added new crop method to mini_magick processor, works by using "c" at the end of the size string for any thumbnail => "75x75c". It crops any image without any distortion!!!! See same examples at http://devo.to/2008/10/19/image-rendering-within-attachment_fu More... about 17 years ago
Quick fix for creating thumbnails More... about 17 years ago
remove temp_path= and temp_data= methods so they cant be assigned with multiple attributes More... about 17 years ago
Add an ':association_options' option for passing additional options to the association creation methods. More... about 17 years ago
Add support for models that have a string as primary key. More... about 17 years ago
Fix unit test failures in basic_test. More... about 17 years ago