- 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 8 commits
-
-
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 -
During the fixing of the previous commit, the tests broken. 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 -
soramugi committed
-
``` paperclip $ rspec spec/paperclip/integration_spec.rb --profile 1 Testing against version 4.1.7 .........................[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. ......... Finished in 15.19 seconds (files took 0.60155 seconds to load) 34 examples, 0 failures Top 1 slowest examples (9.54 seconds, 62.8% of total time): Paperclip Many models at once does not exceed the open file limit 9.54 seconds ./spec/paperclip/integration_spec.rb:18 ``` to ``` paperclip $ rspec spec/paperclip/integration_spec.rb --profile 1 Testing against version 4.1.7 .........................[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. ......... Finished in 10.95 seconds (files took 0.59585 seconds to load) 34 examples, 0 failures Top 1 slowest examples (5.33 seconds, 48.7% of total time): Paperclip Many models at once does not exceed the open file limit 5.33 seconds ./spec/paperclip/integration_spec.rb:18 ``` at trim indent
soramugi committed -
Jon Yurek committed
-
- 14 Nov, 2014 1 commit
-
- 07 Nov, 2014 1 commit
-
-
Including + now.
Jon Yurek committed
-
- 24 Oct, 2014 2 commits
-
-
Jon Yurek committed
-
Many people have complained that the Media Type Spoof Detection does not work properly for their files. While whitelisting is available for some files, it's not a general solution. This option leaves the "secure by default" of the media checker in place, but allows people to turn it off completely if they so choose.
Jon Yurek and Nathan Walls committed
-