Ben Pickles
Ben Pickles
So I just looked at an actual image from this and whilst the _size_ of the output image is correct "below the fold" is blank/white. I can't see that anything...
Yes I agree though oddly it doesn't occur with Ferrum - they even fixed the same issue recently https://github.com/rubycdp/ferrum/pull/51
i was wondering when this would come up :) it could be as simple as enabling the encode/decode methods on the various persistence adapters to be configurable and defaulting them...
ooo that looks nasty. would be nice if it was part of js-model. that reminds me, i have an attribute type coercion branch that i did ages ago. i'll have...
actually it doesn't look that bad but would still be nice to be part of js-model.
i've pushed a branch with the attribute coercion - https://github.com/benpickles/js-model/compare/attribute-coercion. however, don't think of it as an example of an ideal api just something that works (hence i hadn't pushed...
I wouldn't want to add it in its current state, it has only had token updates in years :(
Hi Saimon, at the moment I declare a method on each side of the association so a `Mat` has many `Cats`: ``` var Cat = Model("cat", {}, { mat: function()...
Sounds good to me!
cool, looks good. let me know when you have something to look at on github. in the meantime i've reopened the issue so i don't forget.