-
-
Notifications
You must be signed in to change notification settings - Fork 909
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
fix(docs): Migrate to rouge [ci skip] #1343
Conversation
972e0a8
to
d17b876
Compare
Oops, looks like the PR I just merged created conflicts, would you mind rebasing this? |
d17b876
to
51f2779
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, this looks good. I just tried running bundle exec yard doc
and something must be screwy with the version because for some reason I'm getting docs for all of the private classes/methods instead of them being excluded. But I don't think these changes have anything to do with that, that's a separate issue.
@mcmire as all documentation related issues are fixed now, can you please release the missing documentation of all the versions released after |
@KapilSachdev Yup! Regenerated docs for |
What do we need to do to update the list of matchers on this page? - https://matchers.shoulda.io/ If I'm not wrong, the accept_nested_attributes_for is deprecated and because of that is not even on the README anymore. Besides that it's missing some matchers like: have_rich_text, have_one_attached, have_many_attached, have_implicit_order_column and maybe others. |
@vsppedro Good point! I totally forgot about that page. The code for that page is kept in the |
Closes #1336