- 07 Sep, 2011 2 commits
-
-
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
-
- 25 Aug, 2011 2 commits
-
-
Marcin Urbanski committed
-
An implemenation of the watermark processor alluded to is in this gist https://gist.github.com/1171081
Mike Mondragon committed
-
- 24 Aug, 2011 8 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
-
Jon Yurek committed
-
Mike Mondragon committed
-
Conflicts: lib/paperclip/upfile.rb paperclip.gemspec
Mike Mondragon committed
-
- 23 Aug, 2011 2 commits
-
-
Jon Yurek committed
-
This will prevent someone to think that Paperclip test suite for master branch is currently failing, as the build was failed on a WIP branch, not the main branch. http://travis-ci.org/#!/thoughtbot/paperclip/builds.
Prem Sichanugrist committed
-