[jifty-devel] A slow pony and suboptimal loops

Jesse Vincent jesse at bestpractical.com
Sun Dec 17 22:19:07 EST 2006


> >How are you setting up the available values for that column?
> >
> 
> In fact, I've never set up available values myself. I only have a
> message model like this:
> 
> 
>    column msg_session =>
>        refers_to Qooqle::Model::Session by 'id',
>        is mandatory;
> }
> 
> 
> And all I've been doing is simply running Jifty's pony. The pony seems
> to be trying very hard to build huge select boxes for "foreign keys"
> like msg_session for me.


Yes. Ok. That's what it's supposed to be doing. (And yeah, there shoudl
be a way to turn it off).  But..why do you want to tie one of your users
to...what should be an ephemeral session?


More information about the jifty-devel mailing list