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

Improve UPGRADING.md instructions for custom types #2029

Merged
merged 1 commit into from
Mar 28, 2020

Conversation

stanhu
Copy link
Contributor

@stanhu stanhu commented Mar 27, 2020

  • Provide an example for taking an existing type and porting it to
    the dry-types. This would have saved me some time.

  • Removed examples of using Virtus.model. It seems confusing to
    support dry-types and Virtus at the same time.

Closes #2012

* Provide an example for taking an existing type and porting it to
  the dry-types. This would have saved me some time.

* Removed examples of using `Virtus.model`. It seems confusing to
  support dry-types and Virtus at the same time.

Closes ruby-grape#2012
@grape-bot
Copy link

1 Warning
⚠️ Unless you’re refactoring existing code, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#2029](https://github.com/ruby-grape/grape/pull/2029): Improve upgrading.md instructions for custom types - [@stanhu](https://github.com/stanhu).

Generated by 🚫 danger

@dblock dblock merged commit c67aed3 into ruby-grape:master Mar 28, 2020
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.

Creating custom validators is difficult
3 participants