- 17 Oct, 2011 1 commit
-
-
Ken Collins committed
-
- 10 Oct, 2011 2 commits
-
-
Paperclip::InterpolatedString will ensure that we're not double escape the string, which was the cause of the escaped filename problem in #path method.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 06 Oct, 2011 2 commits
- 04 Oct, 2011 1 commit
-
-
Iain Beeston committed
-
- 30 Sep, 2011 4 commits
-
-
Jon Yurek committed
-
Saving instances causes memory leaks in development mode in rails.
Pavel Forkert committed -
Jon Yurek committed
-
Jon Yurek committed
-
- 23 Sep, 2011 14 commits
-
-
It's Paperclip's responsibility to escape special characters from the URL to make sure that it's comply with standard. Closes #577, Closes #563, and reverse my judgement on #482.
Prem Sichanugrist committed -
It was working fine for me locally
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Edison committed
-
fixes #588 . Attempt to log warning message when 2 models use same attachment name with default url interpolation
Aditya Sanghi committed -
Prem Sichanugrist committed
-
Denis Yagofarov committed
-
Prem Sichanugrist committed
-
Cody Caughlan committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Daniel Evans committed
-
This will make sure Interpolations is comply with Ruby's Object#hash Closes #569, Closes #603
Prem Sichanugrist committed
-
- 07 Sep, 2011 1 commit
-
-
Gabe Berke-Williams committed
-
- 03 Sep, 2011 3 commits
-
-
Thank you @excid3 for suggestion. Closes #582
Chris Oliver and Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 30 Aug, 2011 2 commits
-
-
Mike Burns committed
-
Mike Burns committed
-
- 26 Aug, 2011 4 commits
-
-
Mike Burns committed
-
Fixing destroy callback to delete files just when model destroy method was completed successfully (i.e. no exception like 'foreign key constraint violations' was raised)
Mario Peixoto committed -
Mike Burns committed
-
Adding tests and logic to ensure that tempfiles are closed and unlinked after queued_for_writes finishes uploading/saving
Daniel Evans committed
-
- 25 Aug, 2011 1 commit
-
-
Marcin Urbanski committed
-
- 24 Aug, 2011 5 commits
-
-
Decouple the Interpolations class from the Attachment classs, you can extend Paperclip with custom interpolations as paperclip-extended does.
Mike Burns committed -
Mike Burns committed
-
Abstract out the file geometry parser within Thumbnail. This makes it possible to have different cropping and scaling controls, as the papermill gem does.
Mike Burns committed -
H. Wade Minter committed
-
Jon Yurek committed
-