- 04 Mar, 2014 4 commits
-
-
Typo in readme
Jon Yurek committed -
Johan van Zonneveld committed
-
Tyler Porter committed
-
Tyler Porter committed
-
- 28 Feb, 2014 1 commit
-
-
weexpectedTHIS committed
-
- 26 Feb, 2014 2 commits
-
-
Fix typo "defauly" -> "default" in NEWS
Jon Yurek committed -
The `file` command on OS X takes the --mime-type option, which returns only the type and not the optional encoding. This is nice, but it's not portable. Use --mime and strip the encoding off if it's there. And don't forget this time.
Jon Yurek committed
-
- 25 Feb, 2014 1 commit
-
-
Validators love instances. Seriously, though, this was causing a problem when the validator was being called and the private "send" didn't have an instance to work on.
Jon Yurek committed
-
- 22 Feb, 2014 1 commit
-
-
Joe Lencioni committed
-
- 21 Feb, 2014 6 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Update README to v4.1 for installation
Jon Yurek committed -
This will make Travis not waiting for all builds to finish before notify us the build result. http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
Prem Sichanugrist committed -
Update link to paperclip-meta repository
Jon Yurek committed
-
- 20 Feb, 2014 1 commit
-
-
Ownership of the paperclip-meta repository was transferred from @y8 to @teeparham.
Tee Parham committed
-
- 16 Feb, 2014 1 commit
-
-
Don Okuda committed
-
- 14 Feb, 2014 8 commits
-
-
Gemfile.lock.
Philip Corliss committed -
Jon Yurek committed
-
Kylan McBride committed
-
Kylan McBride committed
-
Kylan McBride committed
-
Jonah Dahlquist committed
-
It resulted with downloading attachment (i.e. from S3) on each instance validation even when attachment didn't change at all.
Wojciech Wnętrzak committed -
Jon Yurek committed
-
- 11 Feb, 2014 1 commit
-
-
Wojciech Wnętrzak committed
-
- 07 Feb, 2014 8 commits
-
-
Jon Yurek committed
-
Allows a lambda to be passed to decide what format a style should be processed as
Scott Carleton committed -
Marco Otte-Witte committed
-
Marco Otte-Witte committed
-
Travis build: retry bundle install on e.g. timeout
Jon Yurek committed -
Adam Bowen committed
-
Adam Niedzielski committed
-
There are some file types that the file command doesn't understand. Notably, files that have a format, but are ASCII-text based (like ruby, certificates, etc), show up as text/plain. This presents a problem, because the mime-types gem either doesn't report them at all (as for .pem files) or reports them differently (as for .rb files). This change allows a Paperclip.options[:content_type_mapping] hash, which allows for a mapping of { :pem => "text/plain" } which tells the spoof detector that this is an OK matchup and to allow it.
Jon Yurek committed
-
- 05 Feb, 2014 1 commit
-
-
Jon Yurek committed
-
- 31 Jan, 2014 3 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
It is now a requirement for attachments to do one of three things: 1. Have a content_type validation (e.g. "image/*") 2. Have a filename validation (e.g. *.png, *.gif) 3. Explicitly *not* have one of those validations The intent is to make the default more secure, and you have to explicitly reject the security of a validation in order to not have one.
Jon Yurek committed
-
- 29 Jan, 2014 2 commits