[DataMapper] Re: how do I use datamatter with appengine-datastore

2010-07-21 Thread Ken Yap
Ah, ok, I can persist records fine from the webapp, but if I use console.sh to access the datastore, the backing file gets rewritten. So there is some sort of incompatibility between the two. Maybe concurrent access is problematic. I'll just avoid console.sh for now. Thanks. -- You received

[DataMapper] Re: how do I use datamatter with appengine-datastore

2010-07-20 Thread Ken Yap
Hmm, you're right, they both print out DataMapper::Adapters::AppEngineAdapter true Using %= debug % in a template for Rails of course. I came to my conclusion because I couldn't read back any of the records that I had previously manually entered into datastore using console.sh. Ok, I'll press