Joel Drapper
Joel Drapper
The documentation talks about around_template, what do you think is missing? You're very welcome to suggest edits via GitHub. There's a link at the bottom of each page on the...
I’m working on a really big change in the design first but I do plan to support this.
I’m not sure if `validate` is the right word for this, but I can’t think of a better one at the moment. I would like to use `validate` for something...
I should have mentioned the advantage of this over `after_initialize` is we could run it again when dependent properties are written to via writer methods and we can do it...
`check_constraint` is not a bad name because it’s similar to a database check constraint.
I quite like `stipulate` too. I’m trying to find words that read well when followed by an error message written in the correct tense. ```ruby class Example < Literal::Data prop...
That's also a good word. But there's a type called _Constraint too and I didn't want to muddle the two things.
Thanks, this looks like an issue with Difftastic. Difftastic is amazing when it works. It’s so good at showing diffs between two similar Ruby or HTML strings for example. But...
It's not you. It's JRuby. We're waiting for them to fix.
Sounds great! Give me a shout if you have any questions.