[jifty-devel] A slow pony and suboptimal loops

Jesse Vincent jesse at bestpractical.com
Sun Dec 17 22:26:47 EST 2006




On Sun, Dec 17, 2006 at 10:19:07PM -0500, Jesse Vincent wrote:
> 
> > >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;

Try

> >    column msg_session =>
> >        refers_to Qooqle::Model::Session by 'id',
	  render_as 'Text',

> >        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?
> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
> 

-- 


More information about the jifty-devel mailing list