Can you post some code? Is it rails or sinatra or something else? It might be configuration.
On Jan 18, 3:07 pm, dev2 <[email protected]> wrote: > I realize thats what it looks like. Thats all I can think of. > > I am actually just testing moving the app to production. I'm using > the same database until I get it going. > > On Jan 18, 3:32 pm, RipTheJacker <[email protected]> wrote: > > > > > Make sure your production database is up to date. That's the only > > reason I can think of. > > > On Jan 18, 1:53 pm, dev2 <[email protected]> wrote: > > > > So I have a model called Person which has property :deleted_at, > > > ParanoidDateTime > > > > In development my page renders exactly as I expect, but in production > > > it raises this error: > > > > ActionView::Template::Error (condition :deleted_at does not map to a > > > property or relationship in Person): > > > > Is there a simple answer to this? -- 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.
