I tried that and get: "Uninitalized constant Binary" when running the migration. Please note, I am not using the DM auto migrations but real migration files inside a padrino app. Any other ideas?
On Jan 11, 10:30 pm, Jonathan Stott <[email protected]> wrote: > On 11 January 2012 20:52, Philipp Kursawe <[email protected]> wrote: > > > I have this BinData object that provides a to_binary_s method that I > > am not able to permanently save using String or Text properties in my > > model. It only gets saved till the first 0 char. How would I save > > binary data with dm? > > the Binary type, not String or Text > > Regards > Jon -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
