Questions tagged [rails-cells-4]

Cells v4 is a library of view components for use with Ruby and Rails

2 questions
4
votes
3 answers

Kaminari::Cells paginate method not rendering anything

I'm using the Kaminari::Cells gem, and when I use the paginate method in a cell view, nothing shows up. I checked, and the paginate method is just returning "\n".
neurodynamic
  • 4,294
  • 3
  • 28
  • 39
1
vote
2 answers

Rails Cells 4: access Devise helpers

I have a simple Cells example that I would like to integrate with Devise and Rails. However, all examples and questions seem to be for Cells 3. The following fails in my app (line numbers added). line 1: class UserCell < Cell::ViewModel line 2: …
steel
  • 11,883
  • 7
  • 72
  • 109