- 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
-
- 24 Aug, 2016 1 commit
-
-
Adapters now accept an options parameter, that currently specifies the type of hash digest to use. The default value remains MD5, but can be specified to be any OpenSSL-supported digest. The specs are modified to reflect that. The task just reassigns all of the attachments, thereby regenerating their fingerprints.
Bart committed
-
- 14 Jun, 2016 1 commit
-
-
* replaced if-not-blank with if-present an instance of code was testing presence via `!a.blank?`. this is now replaced with a more readable version: `a.present?` * replaced 2 if-not-blank checks with if-present checks * temporarily restrict travis * reverted travis changes * readded whitespace
S. Humza Shah committed
-
- 15 May, 2015 1 commit
-
-
[closes #1655]
Gaurish Sharma committed
-
- 17 Jun, 2014 1 commit
-
-
Fixes #1520
printercu committed
-
- 23 Jul, 2013 1 commit
-
-
Jon Yurek committed
-
- 15 Jun, 2013 1 commit
-
-
Edward Holets committed
-
- 14 Jun, 2013 2 commits
-
-
Mike Burns committed
-
Mike Burns committed
-
- 09 Jun, 2013 1 commit
-
- 17 Aug, 2012 2 commits
-
-
Michael Reinsch committed
-
Michael Reinsch committed
-
- 24 Apr, 2012 1 commit
-
-
Jon Yurek committed
-
- 30 Mar, 2012 2 commits
- 26 Mar, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 12 Dec, 2011 1 commit
-
-
Standardize strip with resy of application. Without to_s, causes errors like "undefined method `strip' for image/bmp:MIME::Type".
Nick Padgett committed
-
- 14 Oct, 2011 2 commits
-
-
Closes #602
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 25 Aug, 2011 1 commit
-
-
Marcin Urbanski committed
-
- 30 Jun, 2011 2 commits
-
-
Closes #434
Prem Sichanugrist committed -
Closes #213
S. Brent Faulkner committed
-
- 20 Jun, 2011 1 commit
-
-
Closes #466
Dmitry Polushkin committed
-
- 19 Jun, 2011 1 commit
-
-
Closes #481
Prem Sichanugrist committed
-
- 20 Apr, 2011 3 commits
-
-
Jon Yurek committed
-
Pavel Forkert committed
-
Pavel Forkert committed
-
- 14 Dec, 2010 2 commits
-
-
Matthew Mongeau committed
-
Matthew Mongeau committed
-
- 06 Jun, 2010 2 commits
-
-
Oops, I forgot to regenerate the gemspec Railtie_name was deprecared in Rails edge - See 395d664
Bruno Michel committed -
(cherry picked from commit 4418c7a7229bd683b8f7597a2ab72149460608ab)
Bruno Michel committed
-