- 13 Mar, 2015 1 commit
-
-
Updated gemspec to require aws-sdk gem ~> 1.6
schrockwell committed
-
- 06 Feb, 2015 1 commit
-
-
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
-
- 09 Dec, 2014 1 commit
-
-
Cocaine changes how it returns the supplied path in 0.5.5. While this has no effect on the workings of Paperclip in a normal capacity, it does break the tests. This change fixes that and updates the cocaine dependency to 0.5.5.
Jon Yurek committed
-
- 05 Dec, 2014 4 commits
-
-
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
- 15 May, 2014 1 commit
-
-
Adarsh Pandit committed
-
- 11 Mar, 2014 1 commit
-
-
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
-
- 15 Jan, 2014 1 commit
-
-
Caleb Thompson committed
-
- 22 Oct, 2013 1 commit
-
-
Jon Yurek committed
-
- 08 Oct, 2013 1 commit
-
-
pry-debugger doesn't compile on JRuby, and we're really only using that locally.
Prem Sichanugrist committed
-
- 14 Aug, 2013 1 commit
-
-
Jon Yurek committed
-
- 25 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 23 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 22 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 16 Jul, 2013 1 commit
-
-
Using the ActiveRecord validations is smart in order to lessen load on the project to develop our own validators, but it's problematic in that calling `valid?` on the record fires off all the other validations -- including those on fields which may not be set yet because of mass-assignment. This commit will "pre-validate" the attachment's fields so that it doesn't process an invalid attachment, but it does so by running its validations manually on assignment.
Jon Yurek committed
-
- 25 Jun, 2013 1 commit
-
-
Johnny Shields committed
-
- 07 Jun, 2013 1 commit
-
-
This allows bundler to complete gem dependency resolution during development. This is only relevant for paperclip developers. Please see: https://github.com/thoughtbot/paperclip/issues/1256 and thanks to @nkondratyev
Dan Collis-Puro committed
-
- 24 May, 2013 1 commit
-
-
Mike Burns committed
-
- 08 Feb, 2013 2 commits
-
-
Menno van der Sman committed
-
Menno van der Sman committed
-
- 16 Jan, 2013 1 commit
-
-
Johnny Shields committed
-
- 05 Dec, 2012 1 commit
-
-
Jon Yurek committed
-
- 19 Oct, 2012 1 commit
-
-
Jon Yurek committed
-
- 05 Oct, 2012 1 commit
-
-
Jon Yurek committed
-
- 16 Jul, 2012 1 commit
-
-
* Fixed tests and functionality for new fog and removed the fixed version from the gemspec * Set time to 3600 from the current time so expiring actually works
Michiel Sikkes committed
-
- 12 Jul, 2012 1 commit
-
-
Mike Burns committed
-
- 29 Jun, 2012 1 commit
-
-
Mike Burns committed
-
- 15 Jun, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 24 Apr, 2012 2 commits
-
-
Prem Sichanugrist committed
-
`aws-sdk` has been updated to support newer version of nokogiri, so we should loosen our dependency.
Prem Sichanugrist committed
-
- 05 Apr, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 30 Mar, 2012 1 commit
-
-
Needs work for S3 Attachments.
Jon Yurek committed
-
- 23 Mar, 2012 3 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 12 Dec, 2011 2 commits
-
-
This is necessary so Gemnesium will be green.
Prem Sichanugrist committed -
The original commit came from @amazonwebservices and @trevorrowe in #579. I had to revise the commit and make sure all the test cases are passing. All credits still goes to those guys, thanks a lot!
Prem Sichanugrist committed
-
- 12 Nov, 2011 1 commit
-
-
This also removes Pry.
Gabe Berke-Williams committed
-