- 20 Oct, 2011 1 commit
-
-
Jon Yurek committed
-
- 14 Oct, 2011 3 commits
-
-
Prem Sichanugrist committed
-
Closes #602
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 10 Oct, 2011 3 commits
-
-
So instead of having: http://s3.amazonaws.com/paperclip/var/www/foo.com/current/avatars/1/original/foo.jpg because default path has the :rails_root, now you'd have: http://s3.amazonaws.com/paperclip/avatars/1/original/foo.jpg This shouldn't affect your application because you'd normally set the path to some string.
Prem Sichanugrist committed -
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
- 05 Oct, 2011 1 commit
-
-
Jon Yurek committed
-
- 04 Oct, 2011 1 commit
-
-
Iain Beeston committed
-
- 30 Sep, 2011 7 commits
-
-
Jon Yurek committed
-
Aldo Sarmiento committed
-
Added comments and add explicit ordering to this method, which makes the result deterministic and resumeable should an error occur mid-way.
Joost Baaij committed -
As values in set are strings - check is unnecessary.
Pavel Forkert committed -
Saving instances causes memory leaks in development mode in rails.
Pavel Forkert committed -
Jon Yurek committed
-
Jon Yurek committed
-
- 23 Sep, 2011 12 commits
-
-
Prem Sichanugrist committed
-
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 -
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 -
Denis Yagofarov committed
-
Prem Sichanugrist committed
-
Cody Caughlan committed
-
There was an issue on assignment another S3 attachment object to another object whereas calling #to_file on S3 attachment will create a Tempfile, which would then having a different file name than original version. By caching the filename first before calling #to_file, we're ensuring that filename is the original one. Fixes #9
Prem Sichanugrist committed -
Thank you @Bonias for reporting in Closes #590
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
-
-
Prem Sichanugrist committed
-
- 03 Sep, 2011 4 commits
-
-
Thank you @excid3 for suggestion. Closes #582
Chris Oliver and Prem Sichanugrist committed -
However, this will make sure that you can always change it to something else afterward. There's currently no test for this, but after I've tried this with the `integration_test` branch, I can confirm that logs are written to `log/test.log` as it should. Closes #581
Prem Sichanugrist committed -
Thank you @eric-hu for reporting this regression. Closes #583
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 31 Aug, 2011 1 commit
-
-
Mike Burns committed
-
- 30 Aug, 2011 2 commits
-
-
Mike Burns committed
-
Mike Burns committed
-
- 26 Aug, 2011 2 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
-