Support --frozen option for routing annotations - #979
Merged
Conversation
kg8mforce-pushed
the
support-routing-frozen
branch
2 times, most recently
from
February 12, 2023 09:37
1205cb8 to
66ce208Comparectran
commented
Mar 29, 2023
Owner
@kg8m Would you mind rebase against the latest Thanks. |
ctran
reviewed
Mar 29, 2023
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: kg8m <takumi.kagiyama@gmail.com>
kg8mforce-pushed
the
support-routing-frozen
branch
from
March 29, 2023 08:40
5c7c90a to
039e04cComparectran
commented
Mar 29, 2023
Owner
Could I convince you to add an unit test/spec for this new option? |
Signed-off-by: kg8m <takumi.kagiyama@gmail.com>
Signed-off-by: kg8m <takumi.kagiyama@gmail.com>
kg8mforce-pushed
the
support-routing-frozen
branch
from
March 30, 2023 16:43
5d18b3c to
86dc2c5CompareContributorAuthor
@ctran Best regards. |
ctran
requested changes
Mar 30, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ctran
reviewed
Mar 30, 2023
Uh oh!
There was an error while loading. Please reload this page.
ctran
approved these changes
Mar 30, 2023
ctran
left a comment
Owner
There was a problem hiding this comment.
I made the suggestions directly on your fork, hope you don't mind.
kg8m
commented
Mar 31, 2023
ContributorAuthor
@ctran |
jimmynguyc pushed a commit
to jimmynguyc/annotate_models
that referenced
this pull request
Oct 29, 2025
thatsanicehat pushed a commit
to Home-Chef-Tech/annotate_models
that referenced
this pull request
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi. Thanks for this great gem! The
--frozenoption is very useful.I noticed that the
--frozenoption doesn't work for routing annotations (rake annotate_routesandannotate --routes). This pull request adds the support for that.Best regards.