- 21 Jun, 2013 1 commit
-
-
This propagates attachment size and content_type validations to the main attachment attribute, to make them behave the same as presence validations. This allows paperclip to play more nicely with simple_form and other form abstraction gems. This commit includes a behaviorial change. If you emit all errors on a model instance you will see some failed validations twice: once for the base attachment attribute and again for the failed presence, content_type or size attachment attributes.
Dan Collis-Puro committed
-
- 15 Jun, 2013 1 commit
-
-
Edward Holets committed
-
- 14 Jun, 2013 19 commits
-
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
There was a spec that was failing because we removed .attachment_definitions from models, I expected this to fix it, but apparently it hasn't.
George Brocklehurst committed -
George Brocklehurst committed
-
George Brocklehurst committed
-
George Brocklehurst committed
-
George Brocklehurst committed
-
Mike Burns committed
-
Mike Burns and George Brocklehurst committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns committed
-
Mike Burns and George Brocklehurst committed
-
- 09 Jun, 2013 1 commit
-
- 05 Apr, 2013 1 commit
-
-
Removes check for potential clashes in attachment paths, per discussion in #1143. As of 26f4d409, the default path settings no longer lead to this problem, and the checker is more likely to generate false than true positives as it cannot fully expand interpolations.
Simon Coffey committed
-
- 15 Mar, 2013 1 commit
-
-
Andres Arellano committed
-
- 08 Mar, 2013 4 commits
-
-
Dan Collis-Puro committed
-
Tieg Zaharia committed
-
Tieg Zaharia committed
-
Jon Yurek committed
-
- 22 Feb, 2013 2 commits
-
-
Michael Dotterer committed
-
printercu committed
-
- 15 Feb, 2013 2 commits
- 08 Feb, 2013 3 commits
-
-
Menno van der Sman committed
-
Since AWS-SDK 1.5.3 [1] the library automatically checks for credentials. This makes it unnecessary to supply credentials when they are present in environment variables or supplied via an IAM Instance Profile. [1] http://aws.amazon.com/releasenotes/Ruby/0304005114813505
Menno van der Sman committed -
Menno van der Sman committed
-
- 01 Feb, 2013 1 commit
-
-
The ":" is a special character in file paths passed to ImageMagick's "identify" command. Even though Cocaine (and everything else in paperclip) escapes special characters correctly, we need to strip it out of filenames to ensure identify (and probably other ImageMagick commands) can run correctly.
Dan Collis-Puro committed
-
- 25 Jan, 2013 1 commit
-
-
Jon Yurek committed
-
- 18 Jan, 2013 1 commit
-
-
Jon Yurek committed
-
- 07 Dec, 2012 2 commits