Nick Sutterer

Results 181 comments of Nick Sutterer

Thanks @bli :heart: Can we get a test for that, to prevent regressions? I'm about to refactor/rewrite some parts of Apotomo, it's always a bit risky to fix a bug...

It is awesome, thanks for asking! :joy: It's not maintained ATM and won't be, maybe in 2018.

This code adds cells' builder functionality (https://github.com/apotonick/cells/blob/master/README.rdoc#builders) to apotomo. I had a conceptual issue with that and forgot to work on it.

There was a problem from a conceptional point of view, I can't remember it but we couldn't merge it anyway. When I get some time after the new representable/roar release...

You can do `parent_controller.send(:cookies)`. I officially wanna state that I don't like the idea of view components (aka "widgets") have access to the cookies hash.

I personally don't have any solution for that as I think a widget should not know about HTTP cookies. But I like how you introduce a certain level of encapsulation,...

The wiring of AJAX --> controller --> widget and back is one thing in Apotomo. The other main concept is that of a widget, and a widget in Apotomo is...

Good idea, but I'm a little bit worried about opening the door to a RJS hell here - we should be careful about adding JS helpers, but principally I like...

Yepp, the JS solution seems good to me. Test anyone?

My goodness, I completely missed this pull request. It goes hand in hand with an email I just received. > Is it possible to place assets (coffeescripts) along-side the widget...