- 27 Jan, 2012 4 commits
-
-
Introducing `:restricted_characters` in Paperclip::Attachment.default_options so people can override their blacklist characters by override that setting.
Prem Sichanugrist committed -
Fixes #703
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 20 Jan, 2012 3 commits
-
-
Benjamin Hüttinger committed
-
Benjamin Hüttinger committed
-
Benjamin Hüttinger committed
-
- 19 Jan, 2012 1 commit
-
-
Luke Griffiths committed
-
- 18 Jan, 2012 1 commit
-
-
Luke Griffiths committed
-
- 16 Jan, 2012 1 commit
-
-
ralph committed
-
- 13 Jan, 2012 1 commit
-
-
Closes #678. Closes #450.
Jon Yurek committed
-
- 09 Jan, 2012 5 commits
-
-
If a model has an existing attachment and styles, and later a new attachment is added (not just new styles), "rake paperclip:refresh:missing_styles" would crash with "TypeError: can't convert nil into Array".
Steve Madsen committed -
iltempo committed
-
Jim Ryan committed
-
#fingerprint now consistently returns nil before and after saving an attachment if the value can't be written to the db.
Nathan Hyde committed -
Nathan Hyde committed
-
- 13 Dec, 2011 3 commits
-
-
Dimitrij Denissenko committed
-
Christoph Lupprich committed
-
From https://github.com/pcreux/paperclip/commit/52374958ef83f1641cf008aead27c23b25fb842d Conflicts: lib/paperclip/attachment.rb
Eike Bernhardt committed
-
- 12 Dec, 2011 11 commits
-
-
This fixes #660
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Mike Burns committed
-
Prem Sichanugrist committed
-
In some case, we seriously don't want to prepend the timestamp with & if there wasn't a query string there. If the original URL doesn't have any query string, we should add the ?.
Prem Sichanugrist committed -
There was some problem with command line parsing with a special character.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
The original commit came from @amazonwebservices and @trevorrowe in #579. I had to revise the commit and make sure all the test cases are passing. All credits still goes to those guys, thanks a lot!
Prem Sichanugrist committed -
Daniel Schierbeck committed
-
Daniel Schierbeck committed
-
Daniel Schierbeck committed
-
- 02 Dec, 2011 1 commit
-
-
Mike Burns committed
-
- 18 Nov, 2011 1 commit
-
-
Jon Yurek committed
-
- 12 Nov, 2011 1 commit
-
-
This also removes Pry.
Gabe Berke-Williams committed
-
- 04 Nov, 2011 1 commit
-
-
Shinya Kasatani committed
-
- 29 Oct, 2011 1 commit
-
-
Separate the UrlGenerator out from the Attachment. Some example plugins that could be written include generating thumbnails on the fly for different thumbnail sizes, or delaying the thumbnail generation until it is first called.
Mike Burns committed
-
- 28 Oct, 2011 1 commit
-
-
Mike Burns committed
-
- 21 Oct, 2011 4 commits
-
-
Prem Sichanugrist committed
-
Fix a bug when passing a method name to `:if` and `:unless` option in `validates_attachment_presence` Fixes #631
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Kelley Reynolds committed
-