- 04 May, 2015 1 commit
-
-
Gustavo Villa committed
-
- 30 Apr, 2015 5 commits
-
-
Updated the `build missing styles` Capistrano task
Jon Yurek committed -
Jon Yurek committed
-
soramugi committed
-
soramugi committed
-
Deprecation Warnings: ``` `failure_message_for_should` is deprecated. Use `failure_message` instead. Called from /Users/mugi/git/paperclip/spec/support/matchers/have_column.rb:11:in `block in <top (required)>'. ```
soramugi committed
-
- 26 Apr, 2015 2 commits
-
-
Stephen Pike committed
-
Prioritize MimeMagic over the `file` binary for content type detection when it finds a match. Fall back to `file` if MimeMagic can't match anything. `file` incorrectly detects Open Office XML files (e.g., xlsx, docx) as zip since they're implemented as zipped archives of xml files. MimeMagic detects them properly.
Stephen Pike committed
-
- 24 Apr, 2015 8 commits
-
-
Jon Yurek committed
-
[houndci](https://houndci.com) was try to add it because I thought set of tools that can be found in the local environment is want I 'm handy when you pull request
soramugi committed -
bundle exec rake cucumber to log ``` Capybara::RSpecMatchers::HaveText implements a legacy RSpec matcher protocol. For the current protocol you should expose the failure messages via the failure_message and failure_message_when_negated methods. ``` See https://github.com/jnicklas/capybara/issues/1254 https://github.com/jnicklas/capybara/pull/1219
soramugi committed -
pierallard committed
-
pierallard committed
-
pierallard committed
-
pierallard committed
-
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
-
- 29 Mar, 2015 1 commit
-
-
Matej Urbas 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 7 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
-