Nick Sutterer
Nick Sutterer
Cool idea - I don't think you have to configure that. You have to override the `#t` method _in_ the cell class and then add this path. ``` ruby class...
It's really simple: every instance method in a cell class is available as a "helper" in the view. That means you can simply put it into `Cell::ViewModel` as I showed...
Hi @marnen, you need to use the cells-rails gem. https://github.com/trailblazer/cells-rails/ http://trailblazer.to/gems/cells/rails.html
That is a valid point! Should the found class be queried again for buliders, making the finding recursive... Hm. Shouldn't be required in most cases but definitely makes sense. Can...
Why does Github say you posted this in 2012?
Similar to https://github.com/apotonick/cells/issues/305, I guess.
It would be interesting to see if that only happens in Rails, or if Slim and Cells also muck around in an isolated environment.
How did you solve it, I wonder?
But that should be done automatically in `rails.rb`! https://github.com/apotonick/cells/blob/84cce1c2c62dc690190f31cb36504fda41287272/lib/cell/rails.rb#L54 :question:
Twin is not supported in Cells 4 (yet) - why do you have that included?