I dunno. That change has worked for me since I made it. I think I first did it during 1.0.5 and it's working in 1.0.8.1 right now. Looks like it might not matter soon since 1.0.9 will fix the problem though (thank goodness).
On Feb 5, 4:33 am, johan pretorius <[email protected]> wrote: > cult_hero, > > > So, one possible solution is: > > > def considered_true?(value) > > value && value != "false" && value != "0" && value != 0 > > end > > I've made that change to the library, but am still experiencing the > same problem (eg. checkbox always checked when using model). I'm > using the latest versions of merb, merb-helpers and datamapper, and a > fairly recent version of haml). I can confirm that the database is > being updated correctly. > > Apart from restarting Merb, are there any additional reloading or > coding changes required? > > thanks, > > Johan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
