Giter Site home page Giter Site logo

Comments (4)

bwillis avatar bwillis commented on May 29, 2024

This is now supported in this commit: e2a6616 and is available in gem version 0.4.3.

It allows you to supply a hash with the collection:

json_partial! partial: "projects/index", collection: @projects

from jbuilder.

mattgrayson avatar mattgrayson commented on May 29, 2024

I'm not sure this is working correctly. Passing a collection to json.partial! works - but only renders the last item in the array.

Edit: from debugger and log output, it looks like the partial is getting processed for each item in the collection. But jbuilder output only returns the last item in the collection.

from jbuilder.

bwillis avatar bwillis commented on May 29, 2024

To expand a little on what @mattgrayson found, it is processing the collection elements and merging them into the template, but because the template is based on a hash, the properties of each object in the collection are replacing the value of the previous one. The assumption seems to be that rendering with a collection expects the rendered partials can safely be appended to the view, which is ok for html/erb, but this breaks with jbuilder.

I looked into adding this into jbuilder and it would seem to have to duplicate a lot of what rails is doing in it's renderers. IMO, I'm not sure it's worth supporting it when you can use the array method.

from jbuilder.

dhh avatar dhh commented on May 29, 2024

We are not going to support this at this time. You'll just need to loop yourself.

from jbuilder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.