Jeremy Rodi
Jeremy Rodi
I've recently been moving away from Rails and to other frameworks. However, I still really like the syntax of this templating library. Is it possible to decouple this library from...
What a mouthful. This is what it boils down to: ``` HTML {{# user:admin? }} The user {{ user:name }} is an admin! {{/ user:admin? }} ``` Is an error....
Adds `.description` to `Curly::Presenter`, as well as `.presenter_for?`. Noice. Fixes #105. ``` Ruby { components: [ { name: "midget", type: "value", attributes: [], identifier: nil, block: false }, { name:...
Not sure if this is wanted, or if this change was originally intentional, but this re-exports the transaction manager, since the transaction manager type is required to implement `AsyncConnection`. As...