[Radiant] inconsistent routing

Sean Cribbs seancribbs at gmail.com
Thu Feb 21 17:10:40 CST 2008


Are you using trunk or a previous version?  This bug may have been 
introduced in the extension-loading refactoring.

Sean

Benny Degezelle wrote:
> assert_routing works indeed. The test passes, but i'm still getting the 
> same results:
>
>   
>>> app.get('/en/shop')
>>>       
> => 302
>   
>>> app.get('/en/shop')
>>>       
> => 200
>   
>>> app.get('/en/shop')
>>>       
> => 302
>   
>>> app.get('/en/shop')
>>>       
> => 200
>   
>>> app.get('/en/shop')
>>>       
> => 302
>   
>>> app.get('/en/shop')
>>>       
> => 200
>   
>>> app.get('/en/shop')
>>>       
> => 200
>   
>>> app.get('/en/shop')
>>>       
> => 200
>
> This is with a named route.
>
> Daniel; as far as i know i'm not working with multiple mongrel 
> processes. I'm still working in development mode only, and i haven't 
> played with setting up mongrel clusters or anything..
>   




More information about the Radiant mailing list