-
Notifications
You must be signed in to change notification settings - Fork 532
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
RFC: Better Poro Resource Test #1298
Conversation
attribute :name, format: :title | ||
|
||
# This is unneeded, just here for testing | ||
routing_options param: :id | ||
|
||
def _save | ||
super |
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.
hmm
cc @scottgonzalez here's my thinking (btw, test failures seem unrelated)
|
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.
LGTM
The travis failures came in with the introduction of the postgres testing.
@bf4 What do you wish to add to make this mergeable? |
@lgebhardt I'm not sure what I might have had in mind when I first wrote the PR. Maybe add more tests around when the various 'NotImplemented' methods are used? I'd like to remove the globals, too. But really, I'm just trying to share what I've learned in trying to use 0.10.x |
@bf4 Sounds good, and thanks for the PR. I merged this as is and we can update things later. |
xref #1306 |
Per cerebris/jsonapi-resources-site#45 (comment)
I'm trying to flesh out plain old resource support in JR 0.10.x
Here for comment and if good I'll bring up to standards to be mergeable
All Submissions:
New Feature Submissions:
Bug fixes and Changes to Core Features:
Test Plan:
Reviewer Checklist: