-
Notifications
You must be signed in to change notification settings - Fork 333
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
Rabl not renders collection properly #726
Comments
If you could make a little rails app that reproduces just that, I can look into it later. It's hard to set everything up exactly the way you have it and hope I'm seeing what you're seeing. |
I have the same problem after upgrading to the latest version of Rabl and using the same Rails version. It occurs when trying to render a ActiveRecord::Collection. Calling |
Seems to be the same issue as described here: |
Hi,
I'm struggling with some issue and not sure how to get out of it:
Here is my
labels/index.rabl
When I do next
which is totally wrong as it should display collection as an array of 4 hashes with proper id & name.
I'm not sure why it does like this.
So I'm using rails 4.2.11 & rabl 0.14.1
Wdyt?
The text was updated successfully, but these errors were encountered: