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
35988dbd
Commit
35988dbd
authored
Jun 24, 2011
by
Prem Sichanugrist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compatability => Compatibility :+1+
Closes #332
parent
26ef20e1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
lib/paperclip.rb
+2
-2
lib/paperclip/callback_compatibility.rb
+0
-0
lib/paperclip/interpolations.rb
+2
-2
No files found.
lib/paperclip.rb
View file @
35988dbd
...
...
@@ -38,7 +38,7 @@ require 'paperclip/interpolations'
require
'paperclip/style'
require
'paperclip/attachment'
require
'paperclip/storage'
require
'paperclip/callback_compat
a
bility'
require
'paperclip/callback_compat
i
bility'
require
'paperclip/railtie'
require
'cocaine'
...
...
@@ -244,7 +244,7 @@ module Paperclip
# }
# NOTE: While not deprecated yet, it is not recommended to specify options this way.
# It is recommended that :convert_options option be included in the hash passed to each
# :styles for compat
a
bility with future versions.
# :styles for compat
i
bility with future versions.
# NOTE: Strings supplied to :convert_options are split on space in order to undergo
# shell quoting for safety. If your options require a space, please pre-split them
# and pass an array to :convert_options instead.
...
...
lib/paperclip/callback_compat
a
bility.rb
→
lib/paperclip/callback_compat
i
bility.rb
View file @
35988dbd
File moved
lib/paperclip/interpolations.rb
View file @
35988dbd
...
...
@@ -6,13 +6,13 @@ module Paperclip
module
Interpolations
extend
self
# Hash assignment of interpolations. Included only for compat
a
bility,
# Hash assignment of interpolations. Included only for compat
i
bility,
# and is not intended for normal use.
def
self
.
[]=
name
,
block
define_method
(
name
,
&
block
)
end
# Hash access of interpolations. Included only for compat
a
bility,
# Hash access of interpolations. Included only for compat
i
bility,
# and is not intended for normal use.
def
self
.
[]
name
method
(
name
)
...
...
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