- 24 Apr, 2015 1 commit
-
-
Use Updated Version of `aws-sdk` in Docs [ci skip]
Jon Yurek committed
-
- 23 Apr, 2015 1 commit
-
-
The `aws-sdk` development dependency was updated to `~> 1.6` in #1816 to resolve issues with the creation of 0-byte files on S3 (see #1729). However, there is no runtime dependency on `aws-sdk`, and the documentation still suggests that users install an earlier version of `aws-sdk` that produces the problems in the referenced issue. This commit updates the docs to recommend the use of `aws-sdk` `~> 1.6` with Paperclip.
Robert Eshleman committed
-
- 17 Apr, 2015 3 commits
-
-
Jon Yurek committed
-
Jon Moss committed
-
Rocco Galluzzo committed
-
- 15 Apr, 2015 1 commit
-
-
* Uses Paperclip's Tempfile instead of Ruby's in Thumbnail * Also includes a test for TempfileFactory to be sure it does not revert to similar behavior * In the tests, give the OS some wiggle room in the Tempfile name to ensure the error does not occur before we are ready for it. The wiggle room is needed because the randomized part of the name has a variable number of characters.
Sammy Larbi committed
-
- 25 Mar, 2015 2 commits
-
-
Ahmad Al-kheat committed
-
Rescue only `NotIdentifiedByImageMagickError` in `Attachment#post_process_style`. Other errors should bubble up, because they are meaningless for the end-user, but important for the programmer. Fixes #1352.
Adam Niedzielski committed
-
- 24 Mar, 2015 2 commits
-
-
Denis Demchenko committed
-
Remove RubyForge project name from gemspec
Jon Moss committed
-
- 21 Mar, 2015 1 commit
-
-
http://docs.travis-ci.com/user/workers/container-based-infrastructure/ With Container based CI, public projects can cache the results of bundle install
Sean Doyle committed
-
- 13 Mar, 2015 4 commits
-
-
Rocco Galluzzo committed
-
It's useless because there is the same conditional in https://github.com/thoughtbot/paperclip/blob/master/lib/paperclip/railtie.rb#L25, and if ActiveRecord is not defined, Glue will not run.
Denis Demchenko committed -
Updated gemspec to fix issue #1729
Jon Yurek committed -
Updated gemspec to require aws-sdk gem ~> 1.6
schrockwell committed
-
- 12 Mar, 2015 1 commit
-
-
* Move the thanks to contributors to the contributing section * Introduce the new "About thoughtbot" section.
Chad Pytel committed
-
- 13 Feb, 2015 1 commit
-
-
The container infrastructure (beta) has many advantages: * More memory * More CPU * builds start much faster. * builds run much faster (usually) However, `sudo` cannot be used when running in this environment (which is enabled with the `sudo: false` configuration.
Derek Prior committed
-
- 06 Feb, 2015 8 commits
-
-
Agustin Cavilliotti committed
-
Agustin Cavilliotti committed
-
Agustin Cavilliotti committed
-
Agustin Cavilliotti committed
-
Agustin Cavilliotti committed
-
The reason behind this I'm trying to use StringioAdapter inside the mailer, and it fails because `length` used in one of the `mail` gem: https://github.com/mikel/mail/blob/master/lib/mail/message.rb#L1997 Also you can see that normally `size` has `length` alias, for example in a `StringIO` class: http://ruby-doc.org/stdlib-1.9.3/libdoc/stringio/rdoc/StringIO.html#method-i-length Let me know, if this change requires test case, I will add it.
Dmitry Polushkin committed -
Turns out that aws-sdk v2 isn't backwards compatible in the slightest, so we should cap that at v1. And cucumber 1.3.17 was giving issues with ruby 2.2.0. So let's update those.
Jon Yurek committed -
Update copyright to 2015.
Jon Yurek committed
-
- 03 Feb, 2015 1 commit
-
-
Juanito Fatas committed
-
- 06 Jan, 2015 1 commit
-
-
As referenced in #1739 Just because the `Rails` constant is defined, it doesn't mean we're actually in a Rails app. Since there are people who use Paperclip outside of Rails, and there's no reason we shouldn't be able to run in those situations. This commit checks for `Rails.env` instead of just checking for `Rails` and assuming `Rails.env` works.
Jon Yurek committed
-
- 23 Dec, 2014 2 commits
-
-
typo in NEWS
Jon Yurek committed -
typo! :nails:
Aditya Sanghi committed
-
- 19 Dec, 2014 2 commits
-
-
Change to `appraisal install`
Jon Yurek committed -
This reverts commit 06802254.
Oliver Heard committed
-
- 12 Dec, 2014 3 commits
- 09 Dec, 2014 2 commits
- 08 Dec, 2014 3 commits
-
-
Jon Yurek committed
-
Added manual installation instructions for `file.exe` on Windows
Richard Peck committed -
Ahmad Sherif committed
-
- 05 Dec, 2014 1 commit
-
-
Turns out that between fog 1.22.0 and fog 1.25.0, there was a change to how fog builds S3 expiring URLs. This changes to test to be the common point between the two versions. All we need to do here is make sure that the expiring URL is being constructed. In the process, this also updates all the appraisal-generated Gemfiles. Also, in the process, this meant I had to take away the builder version restriction. This was put in so that `bundle`ing wouldn't take forever, but I'm unsire whether this needed to happen with this version or if builder just needed to be separate from the Gemfile. I'm commimtting this and asking the people who reported the problem. If you don't see a revet commit, everything was fine.
Jon Yurek committed
-