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

Fix for #215. Allow delegate_attribute for derived classes #231

Closed

Conversation

sbatykov
Copy link
Contributor

No description provided.

@@ -4,6 +4,7 @@
* [#215](https://github.com/ruby-grape/grape-entity/pull/217): Fix: `#delegate_attribute` no longer delegates to methods included with `Kernel` - [@maltoe](https://github.com/maltoe).
* [#219](https://github.com/ruby-grape/grape-entity/pull/219): Fix: double pass options in serializable_hash - [@sbatykov](https://github.com/sbatykov).
* [#226](https://github.com/ruby-grape/grape-entity/pull/226): Add fetch method to fetch from opts_hash - [@alanjcfs](https://github.com/alanjcfs).
* [#231](https://github.com/ruby-grape/grape-entity/pull/231): Fix for #215 allow delegate_attribute for derived enyity - [@sbatykov](https://github.com/sbatykov)
Copy link
Member

Choose a reason for hiding this comment

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

If you're going to mention #215, link it the same way as the PR, but generally we just don't.

Entity is misspelled.

There needs to be a period at the end of this, see other lines;)

@dblock
Copy link
Member

dblock commented Jun 29, 2016

This is great, just amend the text changes and I'll merge. Don't hesitate to squash the commits too. Thanks.

@anakinj
Copy link
Contributor

anakinj commented Sep 8, 2016

It would be great to handle the delegation properly in the next version. Do you @sbatykov have the intention to finalize this?

@anakinj
Copy link
Contributor

anakinj commented Oct 12, 2016

What is the status of this one, we are forced to do some ugly stuff to handle the degraded inheritance support #217 introduced.

@dblock
Copy link
Member

dblock commented Oct 12, 2016

Merged via 22033a6.

@anakinj Can you please check HEAD out before we cut a release?

@dblock dblock closed this Oct 12, 2016
@anakinj
Copy link
Contributor

anakinj commented Oct 13, 2016

@dblock, works like a charm. Thanks for this.

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.

3 participants