[Radiant] inconsistent routing

Benny Degezelle benny at gorilla-webdesign.be
Thu Feb 21 17:03:44 CST 2008


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..
-- 
Posted via http://www.ruby-forum.com/.



More information about the Radiant mailing list