On Nov 19, 2012, at 5:25 PM, tonym wrote: > Not sure if this is a bug in pre5, but since I upgraded I'm getting this on > all my time fields, on 'create's only. > Date/Time fields are working fine, and editing time fields works fine too. > But if I create a new record from any form with a time field in it, the > database stores (e.g.): > !ruby/hash:ActiveSupport::HashWithIndifferentAccess year: '2012' month: '11' > day: '19' hour: '22' minute: '03' > in the time fields.
Looks like it's sending the nested data in the format we used in 1.x, not in the multiparameter-assignment format that the Rails helpers send. Do you happen to have any old taglibs hanging around? --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
