Nick Sutterer
Nick Sutterer
The input values in the nested fragment are set after the populator. The latter creates/finds the nested object, appends it to the parent object (and you're right, I am confused...
Thanks Alex, I am about to dive into making Reform's and Representable's populators do the same thing, I'll let you know about my findings. Thanks for pointing this out!!!
I know, sorry.
Your Disposable is too old.
Yes, please use `reform/master`. We are working hard to crank out Reform 2.3.
I don't understand, please show me your `BlogRepresenter`. I am guessing your `users` property is typed but doesn't have a representer assigned, otherwise Representable would never call `to_hash` on an...
Ah, ok, no, if you have an object assigned to a scalar property, it will simply call `to_s` which results in the document you posted.
The rule in all my gems is: they don't guess _anything_. If you want the `created_at` to be represented as a user, you have to say ``` ruby property :created_at,...
Time for a beer then! BTW, for quicker support, join us here: https://gitter.im/trailblazer/chat
Does the `RecipeRepresenter` have the `:as` option, or not?