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

Doc tweaks, bug fixes. #6

Merged
merged 6 commits into from
Jul 25, 2016
Merged

Conversation

davidkellerman
Copy link
Contributor

Need to use replace() to override default list and view templates.

Import of fs was missing from index.js.

Noted that model name is morphed to produce template names, title string.

Waterline populate() method doesn't take an array argument of
attribute names -- must be called repeatedly, once for each attribute.

Need to use replace() to override default list and view templates.

Import of fs was missing from index.js.

Noted that model name is morphed to produce template names, title string.

Waterline populate() method doesn't take an array argument of
attribute names -- must be called repeatedly, once for each attribute.
@ScottMaxson
Copy link

Approved!
much appreciate the more-correct doc comments and the removal of duplicate code

Shouldn't need to use replace() to replace default templates. Logged an
issue for this, instead of changing documentation.

Revised nxus-storage requires waterline 0.12, which provides a
populate() method that accepts an array of links, so we don't need to
iterate over the links.
@davidkellerman davidkellerman merged commit c9139d2 into master Jul 25, 2016
@davidkellerman davidkellerman deleted the feature/doc-tweaks-bug-fixes branch July 25, 2016 19:40
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.

2 participants