Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

First, hats off for debugging this. I think that this should be closed or left open as a bug without a fix. At best it should be a blog post...

I like the Mixin approach very much and this is definitely on the right track. I'd like the implementation to be future-proof (unlike Mash which is more garbage in, garbage...

I am OK with using symbols, however try to keep things short and simple to begin with. Up to you. Looking forward to it!

I think this is definitely a scenario hashie should solve if it doesn't already. If I am not mistaken this is something custom to your app. You would have to...

I think @martinstreicher is onto something, ActiveModel is the "golden standard" and just works out of the box. Any reason why we would still want this here?

I wonder whether we should add this to the docs, what do you think @martinstreicher ?

I'm looking forward to a PR from @martinstreicher :)

I think this can be a new feature for Dash ``` property :gender, values: [:male, :female, :meat_popsicle] ```

Feel like an overkill because `validate` serves no other purpose than wrap `with` vs. `within` vs. something else and creates unnecessary mental overhead. For the first two we can make...