Commit 0f7485fe by Prem Sichanugrist

Also apply Tempfile fix for JRuby

parent 1ad401ac
...@@ -41,7 +41,7 @@ module Paperclip ...@@ -41,7 +41,7 @@ module Paperclip
# http://marsorange.com/archives/of-mogrify-ruby-tempfile-dynamic-class-definitions # http://marsorange.com/archives/of-mogrify-ruby-tempfile-dynamic-class-definitions
class Tempfile < ::Tempfile class Tempfile < ::Tempfile
# This is Ruby 1.8.7's implementation. # This is Ruby 1.8.7's implementation.
if RUBY_VERSION <= "1.8.6" if RUBY_VERSION <= "1.8.6" || RUBY_PLATFORM =~ /java/
def make_tmpname(basename, n) def make_tmpname(basename, n)
case basename case basename
when Array when Array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment