- 23 Sep, 2011 8 commits
-
-
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 -
Prem Sichanugrist committed
-
Thank you @Bonias for reporting in Closes #590
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
-
- 15 Sep, 2011 1 commit
-
-
Gabe Berke-Williams committed
-
- 11 Sep, 2011 2 commits
- 07 Sep, 2011 3 commits
-
-
Prem Sichanugrist committed
-
This test will generate a basic Rails application, include Paperclip into Gemfile, and call basic `has_attached_file` in the model. This will make sure that we're not messing up any of the configuration and integration for our gem and the Rails framework.
Prem Sichanugrist committed -
Gabe Berke-Williams committed
-
- 04 Sep, 2011 1 commit
-
-
Thanks @GMFlash! Closes #586
Prem Sichanugrist committed
-
- 03 Sep, 2011 9 commits
-
-
Thank you @excid3 for suggestion. Closes #582
Chris Oliver and Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
We've ignored the lock file at 3f56e703, so we should remove it as well.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
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 3 commits
-
-
Mike Burns committed
-
- 30 Aug, 2011 2 commits
-
-
Mike Burns committed
-
Mike Burns committed
-
- 26 Aug, 2011 11 commits
-
-
Marcin Urbanski committed
-
Conflicts: README.md
Marcin Urbanski committed -
Marcin Urbanski committed
-
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 -
https://github.com/monde/paperclipMike Burns committed
-
Mike Burns committed
-
Daniel Evans committed
-
Adding tests and logic to ensure that tempfiles are closed and unlinked after queued_for_writes finishes uploading/saving
Daniel Evans committed -
When testing if post_processing is set, the method should be used. This allows plugins to overwrite the post_processing decision. This is useful for plugins that want to do the post_processing in a background processor.
Bert Goethals committed
-