Looks like dm-timestamps 0.9.8 has a showstopper issue when using "timestamps" declaration that will break your model. Dan fixed it in trunk, but doesn't help if you're still on 0.9.8 release.
I've packaged up a patch gem. You can install this instead if you need to use the plugin. http://merbjedi.s3.amazonaws.com/dm-timestamps-0.9.8.1.gem With the fancy new merb bundler, just install it into your system gems then add this to your merb dependencies.rb and run thor merb:gem:install: dependency "dm-timestamps", "0.9.8.1" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
