- 30 Jan, 2018 2 commits
-
-
* Ruby 2.4.0 compatibility (doen't use Fixnum anymore) * Fix typo * Use Integer instead of 0.class
Georg Ledermann committed -
* Updated the Readme, added a submit button to the form and made some notes to make instructions more clear
Corinne Kelly committed
-
- 26 Jan, 2018 4 commits
- 25 Jan, 2018 1 commit
-
-
[ci skip]
Mike Burns committed
-
- 24 Jan, 2018 1 commit
-
-
Aleksei Gusev committed
-
- 23 Jan, 2018 2 commits
-
-
This is a year in the making, with a security patch motivating it. [ci skip]
Mike Burns committed -
Remove the URI adapters. Few people use them by default and they can allow insight into the internal networks of the server. If you want to enable them, add (for example) `Paperclip.DataUriAdapter.register` to your `config/initializers/paperclip.rb` file. This is related to CVE-2017-0889. Elsewhere fix CI: it's `s3.us-west-2` now, with a dot.
Jon Yurek committed
-
- 26 Oct, 2017 1 commit
-
-
FactoryGirl is a factory bot now
Fabricio Bezerra dos Santos committed
-
- 25 Oct, 2017 2 commits
-
-
Gaurish Sharma committed
-
Exception is the root of Ruby's exception hierarchy, so when you rescue Exception you rescue from everything, including subclasses such as SyntaxError, LoadError, and Interrupt etc which is a bad idea. Fix: rescue from StandardError.
Gaurish Sharma committed
-
- 18 Oct, 2017 2 commits
-
-
Wojciech Wnętrzak committed
-
Guillermo Franco committed
-
- 28 Sep, 2017 1 commit
-
-
Wojciech Wnętrzak committed
-
- 27 Sep, 2017 1 commit
-
-
Wojciech Wnętrzak committed
-
- 29 Jun, 2017 1 commit
-
-
Geoff Harcourt committed
-
- 20 Apr, 2017 1 commit
-
-
brchristian committed
-
- 23 Mar, 2017 1 commit
-
-
William Bautista committed
-
- 10 Mar, 2017 1 commit
-
-
Tyson Gach committed
-
- 15 Jan, 2017 1 commit
-
-
Johnny Mukai committed
-
- 02 Dec, 2016 3 commits
-
-
Some of the titles were inconsistent in capitalization.
elliefichtelman committed -
Fixes the following warning shown by JRuby 9.1.6.0: > gems/paperclip-5.1.0/lib/paperclip/storage/filesystem.rb:49: warning: `&' after local variable or literal is interpreted as binary operator even though it seems like argument prefix
Tute Costa committed
-
- 01 Dec, 2016 4 commits
-
-
Fix Travis CI
Tute Costa committed -
Thanks for the tip, @brendon! https://github.com/thoughtbot/paperclip/pull/2331#issuecomment-262910522
Tute Costa committed -
Otherwise cucumber doesn't load development dependencies.
Tute Costa committed -
- Updates cucumber (https://github.com/cucumber/gherkin2/issues/320#issuecomment-139572490) - Removes `bundle exec` from commands ran in cucumber steps - Simplifies framework_major_version (we can assume it always is 4 or higher) - Inline unneeded methods - Fix some Ruby warnings
Tute Costa committed
-
- 29 Nov, 2016 1 commit
-
-
Jánvári Bálint József committed
-
- 14 Nov, 2016 3 commits
-
-
* Remove old Tempfile tests from Thumbnail spec * Move Tempfile tests to tempfile_spec.rb
Tute Costa committed -
Jake Faris committed
-
Jake Faris committed
-
- 11 Nov, 2016 1 commit
-
-
Jake Faris committed
-
- 03 Nov, 2016 2 commits
-
-
Tute Costa committed
-
Tute Costa committed
-
- 14 Oct, 2016 1 commit
-
-
Fix typo in README
Serdar Dogruyol committed
-
- 28 Sep, 2016 1 commit
-
-
s3_permissions can no longer be a symbol. Must be a string. Providing a string causes hard to debug errors in AWS.
HormyAJP committed
-
- 13 Sep, 2016 1 commit
-
-
[fixes #1943]
Boyan Tabakov committed
-
- 12 Sep, 2016 1 commit
-
-
Johnny Shields committed
-