Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
5286f96b
Commit
5286f96b
authored
Feb 29, 2012
by
Jon Frisby
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'prophotos/custom_types_compatibility'
Conflicts: lib/annotate/annotate_models.rb
parents
06ebbd19
217fc9c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
annotate_models.rb
lib/annotate/annotate_models.rb
+2
-2
No files found.
lib/annotate/annotate_models.rb
View file @
5286f96b
...
...
@@ -60,7 +60,7 @@ module AnnotateModels
attrs
<<
"not null"
unless
col
.
null
attrs
<<
"primary key"
if
col
.
name
==
klass
.
primary_key
col_type
=
col
.
type
.
to_s
col_type
=
(
col
.
type
||
col
.
sql_type
)
.
to_s
if
col_type
==
"decimal"
col_type
<<
"(
#{
col
.
precision
}
,
#{
col
.
scale
}
)"
else
...
...
@@ -148,7 +148,7 @@ module AnnotateModels
if
new_content
==
old_content
old_content
.
sub!
(
encoding
,
''
)
new_content
=
options
[
:position
]
==
'after'
?
(
encoding_header
+
(
old_content
=~
/\n$/
?
old_content
:
old_content
+
'\n'
)
+
info_block
)
:
(
encoding_header
+
(
old_content
.
rstrip
+
"
\n\n
"
+
info_block
)
)
:
(
encoding_header
+
info_block
+
old_content
)
end
...
...
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