Re: simulating pylons 1 static handling in pyramid

2011-02-18 Thread Iain Duncan
On Thu, Feb 17, 2011 at 7:53 PM, Chris McDonough wrote: > On Thu, 2011-02-17 at 19:36 -0800, Iain Duncan wrote: > > Thanks Jeff, I've made a custom predicate before, that should work. > > > > To the powers-that-be, is there the possibility of a more elegant way > > of doing that? > Cool, makes s

Re: simulating pylons 1 static handling in pyramid

2011-02-17 Thread Chris McDonough
On Thu, 2011-02-17 at 19:36 -0800, Iain Duncan wrote: > Thanks Jeff, I've made a custom predicate before, that should work. > > To the powers-that-be, is there the possibility of a more elegant way > of doing that? Nope. - C > > thanks > Iain > > On Feb 12, 8:29 am, Jeff Dairiki wrote: > >

Re: simulating pylons 1 static handling in pyramid

2011-02-17 Thread Iain Duncan
Thanks Jeff, I've made a custom predicate before, that should work. To the powers-that-be, is there the possibility of a more elegant way of doing that? thanks Iain On Feb 12, 8:29 am, Jeff Dairiki wrote: > On Fri, Feb 11, 2011 at 06:20:23PM -0800, Iain Duncan wrote: > > > I want to have my Pyr

Re: simulating pylons 1 static handling in pyramid

2011-02-13 Thread Jeff Dairiki
On Fri, Feb 11, 2011 at 06:20:23PM -0800, Iain Duncan wrote: > > I want to have my Pyramid app look first for static html files when > given a path like > > /foo.html > > I can make this happen by using the following static declaration, but > that seems to hide other views as well: > >name=