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
75878a24
Commit
75878a24
authored
Jun 03, 2018
by
cuong.tran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/v2.7.4'
parents
89bce57f
2a847696
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.rdoc
CHANGELOG.rdoc
+3
-0
version.rb
lib/annotate/version.rb
+1
-1
annotate_models.rake
lib/tasks/annotate_models.rake
+1
-1
No files found.
CHANGELOG.rdoc
View file @
75878a24
== 2.7.4
See https://github.com/ctran/annotate_models/releases/tag/v2.7.4
== 2.7.3
See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
...
...
lib/annotate/version.rb
View file @
75878a24
module
Annotate
def
self
.
version
'2.7.
3
'
'2.7.
4
'
end
end
lib/tasks/annotate_models.rake
View file @
75878a24
...
...
@@ -47,7 +47,7 @@ task annotate_models: :environment do
options
[
:ignore_routes
]
=
ENV
.
fetch
(
'ignore_routes'
,
nil
)
options
[
:hide_limit_column_types
]
=
Annotate
.
fallback
(
ENV
[
'hide_limit_column_types'
],
''
)
options
[
:hide_default_column_types
]
=
Annotate
.
fallback
(
ENV
[
'hide_default_column_types'
],
''
)
options
[
:with_comment
]
=
Annotate
.
fallback
(
ENV
[
'with_comment'
],
''
)
options
[
:with_comment
]
=
Annotate
.
true?
(
ENV
[
'with_comment'
]
)
AnnotateModels
.
do_annotations
(
options
)
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