Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
b255f338
Commit
b255f338
authored
Nov 09, 2010
by
Larry Sprock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Ruby 1.9.2 'Encoding::UndefinedConversionError: \xA3 from ASCII-8BIT to UTF-8' in S3.to_file
parent
001f6721
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
lib/paperclip/storage/s3.rb
+1
-0
No files found.
lib/paperclip/storage/s3.rb
View file @
b255f338
...
@@ -131,6 +131,7 @@ module Paperclip
...
@@ -131,6 +131,7 @@ module Paperclip
extname
=
File
.
extname
(
filename
)
extname
=
File
.
extname
(
filename
)
basename
=
File
.
basename
(
filename
,
extname
)
basename
=
File
.
basename
(
filename
,
extname
)
file
=
Tempfile
.
new
([
basename
,
extname
])
file
=
Tempfile
.
new
([
basename
,
extname
])
file
.
binmode
file
.
write
(
AWS
::
S3
::
S3Object
.
value
(
path
(
style
),
bucket_name
))
file
.
write
(
AWS
::
S3
::
S3Object
.
value
(
path
(
style
),
bucket_name
))
file
.
rewind
file
.
rewind
return
file
return
file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment