Re: sequel model w/ cache

2008-04-06 Thread Paul Findlay
rds recalled On Mon, Apr 7, 2008 at 4:33 PM, Paul Findlay <[EMAIL PROTECTED]> wrote: > k > > > > On Mon, Apr 7, 2008 at 3:01 PM, dusty <[EMAIL PROTECTED]> wrote: > > > > I did have that within the set_schema definition, doesn't that do the > > same thing? Just in case, I also tried adding

Re: sequel model w/ cache

2008-04-06 Thread Paul Findlay
k On Mon, Apr 7, 2008 at 3:01 PM, dusty <[EMAIL PROTECTED]> wrote: > > I did have that within the set_schema definition, doesn't that do the > same thing? Just in case, I also tried adding set_primary_key in > addition to the set_schema block, and that didn't change the outcome. > > BTW - if

Re: sequel model w/ cache

2008-04-06 Thread dusty
I did have that within the set_schema definition, doesn't that do the same thing? Just in case, I also tried adding set_primary_key in addition to the set_schema block, and that didn't change the outcome. BTW - if I comment out the set_cache statement, I can create records. --~--~-~-

Re: sequel model w/ cache

2008-04-06 Thread Aman Gupta
Try a set_primary_key in your model definition: class Monkey set_primary_key :id end Aman Gupta On Sun, Apr 6, 2008 at 6:18 PM, dusty <[EMAIL PROTECTED]> wrote: > > I posted this to the issues section of the project page, didn't know > if you prefer that or here, so I copied it here as we

sequel model w/ cache

2008-04-06 Thread dusty
I posted this to the issues section of the project page, didn't know if you prefer that or here, so I copied it here as well. - It seems that I can't create a model when cache is turned on. eg: require 'sequel' require 'logger' require 'memcache' CACHE = MemCache.new 'localhost:11211

Re: New project leaders for Sequel

2008-04-06 Thread Jeremy Evans
On Apr 5, 9:58 pm, Sharon Rosner <[EMAIL PROTECTED]> wrote: > Fortunately, others have agreed to pick up the glove and continue > maintaining and improving this project. Aman Gupta, a long time Sequel > contributor, will maintain sequel_core, and Jeremy Evans, who did some > outstanding work on mo