- 30 Aug, 2014 4 commits
- 29 Aug, 2014 5 commits
-
-
Jon Yurek committed
-
Michael Baudino committed
-
caneroj1 committed
-
Remove duplicated attribute :whiny.
antico5 committed -
documentation. They recommend sending a block to the #read method to avoid loading large objects into memory. See: http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/S3/S3Object.html
Guillermo Vargas committed
-
- 26 Aug, 2014 1 commit
-
-
Fabio Kreusch committed
-
- 07 Aug, 2014 1 commit
-
-
Jon Yurek committed
-
- 02 Aug, 2014 1 commit
-
-
jedigit committed
-
- 30 Jul, 2014 1 commit
-
-
willnet committed
-
- 08 Jul, 2014 5 commits
-
-
Jonathan Lim committed
-
Jon Yurek committed
-
shaileshparamisoft committed
-
as the former is deprecated and throws a warning.
Ivan committed -
Pablo Cantero committed
-
- 20 Jun, 2014 1 commit
-
-
File.exists? has been deprecated since Ruby 1.9.2
Joost Baaij committed
-
- 17 Jun, 2014 1 commit
-
-
Fixes #1520
printercu committed
-
- 31 May, 2014 1 commit
-
-
Jon Yurek committed
-
- 30 May, 2014 2 commits
-
-
This should make it possible to avoid passing a :geometry in the style definition (when passing it as a hash), thus making Paperclip avoid resizing the image. This is helpful when you want to perform your own custom resizing/cropping using :convert_options rather than the default options offered by Paperclip itself.
Gabriele Cirulli committed -
jaredmoody committed
-
- 16 May, 2014 3 commits
-
-
Fixes #1550
Prem Sichanugrist committed -
Lucas Caton committed
-
Lucas Caton committed
-
- 11 May, 2014 1 commit
-
-
Andrey Novikov committed
-
- 09 May, 2014 1 commit
-
-
Clemens Gruber committed
-
- 08 May, 2014 1 commit
-
-
Mauricio Pasquier Juan committed
-
- 02 May, 2014 1 commit
-
-
* Extract private methods * Remove trailing conditionals * Remove explicit returns * Remove `.self`
Adarsh Pandit committed
-
- 11 Apr, 2014 2 commits
-
-
Jake Quain committed
-
Patrick Byrne committed
-
- 10 Apr, 2014 1 commit
-
-
Andrey Novikov committed
-
- 04 Apr, 2014 3 commits
-
-
Jon Yurek committed
-
Mike Mangino committed
-
Mike Mangino committed
-
- 21 Mar, 2014 1 commit
-
-
Evan Prothro committed
-
- 13 Mar, 2014 1 commit
-
-
Chris Ell committed
-
- 11 Mar, 2014 2 commits
-
-
There's nothing they can be spoofing, and there's little danger of a webserver accidentally sending a dangerous Content-Type with a file that has no extension. If the browser chooses to interpret it in a dangerous manner, no server-side library on earth can change that. This isn't specifically related to RSpec, but is built off the branch and is part of an effort to get the CI build green.
Jon Yurek committed -
This is a big one. This change converts all of the existing tests from test/unit to RSpec. It's been a long time coming, and was specifically prompted by the inability of minitest to work with Appraisal across the various Rails versions. Instead of ironing out that headache, converting to RSpec was preferable (after initial probing). Many assertions are still assertions and are housed in the Assertions module, but they should be converted as they get touched. Similarly, since we're touching all the tests/specs, we convert all the hashes from 1.8 syntax to 1.9 syntax.
Jon Yurek committed
-