David Leal
David Leal
Something like ``` create(user.friends).[...] ```
Something like: ``` builder SomeModel do user(Manager) end ```
They will be automatically scoped to the current widget
``` table = Dill::TextTable.new(t) table.column ... # works like TextTable.map #=> table ```
Introduce an inner class `FrozenWidget` that does the actual checks (`==`, `!=`, etc) and can be tested independently of waiting for changes. `Widget` would then act as a wrapper over...
This will require some rails specific code, possible required using `require 'dill/rails'` By default, content columns + associations should be used. How to deal with associations? Possibly by introducing a...