-
Notifications
You must be signed in to change notification settings - Fork 68
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
API Versioning: Supporting Active Model Serializers namespacing #48
Labels
Comments
I am not sure what the "official" implementation should look like, but I would start by writing some failing specs against master here. |
@dblock: I can do that for sure :) |
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 4, 2016
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 8, 2016
I updated my PR with a solution I suggest. |
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 9, 2016
Squashed commits: [1fb2f99] Proposition of implementation for ruby-grape#48
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 9, 2016
Proposition of implementation for ruby-grape#48 Proposition of implementation for ruby-grape#48 Readme update & fix travis
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 9, 2016
Adding failing specs for issue ruby-grape#48 Proposition of implementation for ruby-grape#48 Readme update Travis fix
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 10, 2016
Adding failing specs for issue ruby-grape#48 Proposition of implementation for ruby-grape#48 Readme update Travis fix
syntaxTerr0r
added a commit
to syntaxTerr0r/grape-active_model_serializers
that referenced
this issue
May 16, 2016
Adding failing specs for issue ruby-grape#48 Proposition of implementation for ruby-grape#48 Readme update Rollback travis
Closed via #49. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a versioned API with versioned Serializers.
Here is my tree:
I had to monkey patch this gem like in the following code to make it supports the ActiveModelSerializer feature that allow it to look for namespaced Serializers, please see comments in the patch below.
My question is: what is the best way to properly add this feature to the gem?
The text was updated successfully, but these errors were encountered: