Using render partial with collection how to find the index of the records?
Somewhere I found that someone is commented like,
“It seems this is an undocumented feature of rails.”
Anyway we can find this by using ‘recordName_counter’.
Render a partial with collection
= render :partial = > "person", :collection => @winners
Name: = person.name
In Partial write
Rank: = person_counter + 1
Name: = person.name
Result
Rank: 1 Name: Peter
Rank: 2 Name: Paul
Rank: 3 Name: Mary
Like this:
Like Loading...
Related
Author: Abhilash
I'm Abhilash, a web developer who specializes in Ruby development. With years of experience working with various frameworks like Rails, Angular, Sinatra, Laravel, NodeJS, React and more, I am passionate about building robust and scalable web applications.
Since 2010, I have been honing my skills and expertise in the Ruby on Rails platform. This blog is dedicated to sharing my knowledge and experience on topics related to Ruby, Ruby on Rails, and other subjects that I have worked with throughout my career. Join me on this journey to explore the exciting world of web development!
View all posts by Abhilash