Т
html: render_to_string(partial: 'table_row', formats: [:html], collection: @articles, as: :article)
если вместо коллекции использовать Enumerator?
Size: a a a
Т
html: render_to_string(partial: 'table_row', formats: [:html], collection: @articles, as: :article)
VK
VK
Т
Т
VK
Т
VK
AI
VK
AI
Т
AI
Т
AI
Т
RU
html: render_to_string(partial: 'table_row', formats: [:html], collection: @articles, as: :article)
collection: @enumerator.next
Т
collection: @enumerator.next
RU
VK
collection: @enumerator.next