You're right, Piotr. I had to temporarily hack the DM code to show a stacktrace to find the culprit, which was embarrassingly in our code. Fixed it. Now just waiting on Merb to update auth-more to get rid of the other deprecations :)
-g On Thu, Feb 10, 2011 at 2:28 AM, Piotr Solnica <[email protected]>wrote: > I believe you misinterpret the warning. It has nothing to do with dm- > validations although it's being raised there. The warning tells that > you have a model that uses deprecated DataMapper::Types::Serial as a > property. You need to check your models and replace every > DataMapper::Types-derived property with a corresponding > DataMapper::Property subclass. > > Also, be aware that with the 1.1 release DataMapper::Types *are > completely removed* so your code will stop working. > > -- 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.
