- 02 Nov, 2012 6 commits
 - 
- 
Jon Yurek committed
 - 
simonjsmithuk committed
 - 
Jon Yurek committed
 - 
Janko Marohnić committed
 - 
djcp committed
 - 
This allows you to set custom file permissions on files created by Paperclip. Set the :override_file_permissions option to the octal file permission you want - 0666 is the default. If you set :override_file_permissions to false, then we will skip the explicit chmod entirely. This makes filesystem storage a bit friendlier to filesystems that don't support unix file permissions.
Mathieu Lemoine committed 
 - 
 - 01 Nov, 2012 4 commits
 - 
- 
Dave Donahue committed
 - 
The +as_json+ method enables Attachment objects to be rendered as JSON by Rails' JSON rendering framework. The Attachment object is not a native ActiveRecord attribute, but it can be accessed via the +:methods+ option provided to the +to_json+ method.
Ehren Kret committed - 
Jon Yurek committed
 - 
Alexander Ivanov committed
 
 - 
 - 31 Oct, 2012 6 commits
 - 
- 
This was previously fixed in pull request #539 but no spec was added at that time, and it has since been broken. I fixed it and added a spec.
Brian Morearty committed - 
Jon Yurek committed
 - 
Jon Yurek committed
 - 
Pavel Pravosud committed
 - 
Jon Yurek committed
 - 
Jon Yurek committed
 
 - 
 - 19 Oct, 2012 3 commits
 - 12 Oct, 2012 3 commits
 - 11 Oct, 2012 1 commit
 - 
- 
darrenli committed
 
 - 
 - 05 Oct, 2012 2 commits
 - 28 Sep, 2012 2 commits
 - 18 Sep, 2012 1 commit
 - 
- 
* Added more GitHub Flavoured Markdown syntax highlighting.
Philip Arndt committed 
 - 
 - 14 Sep, 2012 8 commits
 - 
- 
Jon Yurek committed
 - 
Jon Yurek committed
 - 
Fixes #913
Matthew Schulkind committed - 
Fixes #913.
Matthew Schulkind committed - 
Fixes #913.
Matthew Schulkind committed - 
Fixes #913.
Matthew Schulkind committed - 
Fixes #913
Matthew Schulkind committed - 
Agis Anastasopoulos committed
 
 - 
 - 11 Sep, 2012 1 commit
 - 
- 
Adarsh Pandit committed
 
 - 
 - 07 Sep, 2012 3 commits
 - 
- 
* Bug fix: Use the new correct Amazon S3 encryption header. * Bug fix: The rake task respects the updated_at column. * Bug fix: Strip newline from content type. * Feature: Fog file visibility can be specified per style. * Feature: Autonatically rotate images. * Feature: Reduce class-oriented programming of the attachment definitions.
Mike Burns committed - 
Alan Ho committed
 - 
Rack gets a newline at the end of the content_type in certain instances: 'image/jpeg\r' which causes S3 to be unable to accept the file. Fixes #817
Nathan Benes committed 
 -