[web2py] Re: routes.py not working in 2.0.9

2012-10-12 Thread Massimo Di Pierro
Strange. We have unitests for them and they all pass. Can I see your routes.py? On Friday, 12 October 2012 17:54:08 UTC-5, Vasile Ermicioi wrote: > > hi, > I put my apps and routes.py in a new folder web2py 2.0.9 and all my > websites are pointed to init app > and I downgraded back to 1.99.4 >

[web2py] Re: routes.py not working in 2.0.9

2012-10-25 Thread LightOfMooN
Hello. I have routes_in = ( ('/admin/$anything', '/admin/$anything'), ('(?P.*)/appadmin/(?P.*)', '\g/appadmin/\g'), ('.*://.*mydomain.com:.* /$anything', '/welcome/$anything'), ) routes_out = ( ('(?P.*)/admin/(?P.*)', '\g/admin/\g'), ('(?P.*)/appadmin/(?P.*)', '\g/appadmin/

[web2py] Re: routes.py not working in 2.0.9

2012-10-25 Thread LightOfMooN
I wrote routes.py from the book: routes_in = ( ('/testme', '/examples/default/index'), )routes_out = ( ('/examples/default/index', '/testme'), ) And go to mydomain.com/testme and get Request Error. But if i check href attribute from "examples" app link in admin, it's 'mydomain.com/testme'

Re: [web2py] Re: routes.py not working in 2.0.9

2012-10-25 Thread Vasile Ermicioi
since I started with web2py routes were the most uneasy and unstable part of web2py, and how awesome is web2py in all other parts - dal, template, sql forms, authentication, building services(json,xml) but with routes always had problems - no unicode support, very hard to 'rewrite' urls, not quite

Re: [web2py] Re: routes.py not working in 2.0.9

2012-10-25 Thread Massimo Di Pierro
We'll change them in web3py. Suggestions? On Thursday, 25 October 2012 06:10:44 UTC-5, Vasile Ermicioi wrote: > > since I started with web2py routes were the most uneasy and unstable part > of web2py, > and how awesome is web2py in all other parts - dal, template, sql forms, > authentication, bu

Re: [web2py] Re: routes.py not working in 2.0.9

2012-10-25 Thread LightOfMooN
Current pattern-based system is perfect. We made more than 20 projects with it. But it does not work on new web2py version (2.2.1). We used 1.99.7 before. четверг, 25 октября 2012 г., 18:23:13 UTC+5 пользователь Massimo Di Pierro написал: > > We'll change them in web3py. Suggestions? > > On Thur

Re: [web2py] Re: routes.py not working in 2.0.9

2012-10-26 Thread Massimo Di Pierro
Will check and fix this asap On Thursday, 25 October 2012 11:02:39 UTC-5, LightOfMooN wrote: > > Current pattern-based system is perfect. We made more than 20 projects > with it. > But it does not work on new web2py version (2.2.1). We used 1.99.7 before. > > четверг, 25 октября 2012 г., 18:23:13