Peter Solnica
Peter Solnica
@elskwid I want to release 1.0.0 next week as I'm running out of time, if we don't make it with the docs I will just push it with the current...
That would be great! On Tue, Oct 15, 2013 at 8:59 AM, Don Morrison [email protected] wrote: > @solnic, I spent several hours going over the docs this last weekend. I...
I guess this should be treated as a "gotcha" as this logic is implemented in the `coerce` method that you override :( I will address this in virtus 2.0
OK I'll try to fix it in `1.x.y`
OH and thanks for the spec
Here's how to do it properly to work with virtus 1.0.x: https://gist.github.com/solnic/9b9deedd7891e2c7ac83
So...you need to know whether `nil` was passed in or it was set by virtus? Can you provide me with more context? I'm not exactly sure if I want to...
Sorry, I have very little time for Virtus these days. Regarding this addition - I would accept it if it was a method defined on `attribute_set` itself. ie `AttributeSet#names` so...
IIRC this cache is much more important in coercible than in Virtus. It'll be removed in Virtus 2.0 anyway as the whole const missing magic will be removed. > On...
Hey, thanks, I know Virtus can be too slow and it'll be addressed in 2.0. I'm not entirely sure if merging this in is a good idea though. I'd probably...