-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
embedding ids in 0.10.x #1053
Comments
@dbwieland18 I think you can use the render @posts, include: ['authors', 'comments'] You can also use render @posts, include: ['author', 'author.bio', 'comments'] We still have has_many :comments, embed: :ids I'm not sure if this solves your problem, just let me know 😄 |
Anyway this does not work. |
what adapter are you using? |
Tried latest 0.10 version. |
Redis is not an AMS adapter. This issue has been closed for a long time. Please open a new issue and provide the information requested by the issue template. |
I've come across a few issues that have started the discussion about including support for side-loading associations in 0.10.x, but with that still somewhere down the pipeline, I'm wondering if anyone has gone through the process of re-implementing the 'old' (not json-api) formatting that previous versions of AMS allowed for through use of
... need to stay on master for caching support, but I'm stuck on where to get started on re-implementing this feature.
The text was updated successfully, but these errors were encountered: