Florent Piteau

Results 3 comments of Florent Piteau

The sample in the readme is false. It should be Blueprinter::EMPTY_STRING : https://github.com/procore/blueprinter/blob/v0.25.3/lib/blueprinter/empty_types.rb#L6

I just ran into this problem. Serialize is not called on save. Here is a simplified version of what I'm trying to do : ```ruby class Shipment < ActiveRecord::Base attribute...

I'm really interested by this feature. I was trying to use the "copy_table" method from sequel (via em-pg-sequel) in order to create a fast export to CSV and I was...