Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional file patterns docs #637

Merged
merged 15 commits into from
Aug 8, 2019

Conversation

ryanwjackson
Copy link
Contributor

Add better documentation for new option.

README.rdoc Outdated


- <code>/app/lib/decorates/%MODEL_NAME%/*.rb</code>
- <code>/app/lib/forms/%PLURALIZED_MODEL_NAME%/**/*.rb</code>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drwl I cannot figure out how to get ** to escape correctly in rdoc rendering. Any clue? I've tried so many ways.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try &ast;, I believe it should work.

  • /app/lib/decorates/%MODEL_NAME%/*.rb
  • /app/lib/forms/%PLURALIZED_MODEL_NAME%/**/*.rb

Source: adam-p/markdown-here#287 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually can't replicate that. Haha, I can't see the markdown for your comment so I can't copy it either. Tried just using &ast; but that doesn't work either. Mind just adding a commit?

@drwl drwl mentioned this pull request Aug 3, 2019
@drwl drwl merged commit a906081 into ctran:develop Aug 8, 2019
peterfication pushed a commit to store2be/annotate_models that referenced this pull request Jan 20, 2020
Add better documentation for new option for additional file patterns. Implemented in ctran#633 and ctran#636.
vfonic pushed a commit to vfonic/annotate_models that referenced this pull request May 8, 2020
Add better documentation for new option for additional file patterns. Implemented in ctran#633 and ctran#636.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants