[symfony-users] [Symfony2] Best way for using a base locale in URL (no I18N)

2011-05-31 Thread Mauricio Morales
Hi there community :) I'm trying to build a URL routing scheme for a web application that will be offered in different languages. It's a Symfony2 app and I've been wondering what the best way to address this situation is. What we need is as simple as this, i.e.: example.com/es/services

[symfony-users] Re: [Symfony2] Best way for using a base locale in URL (no I18N)

2011-05-31 Thread Mauricio Morales
like to have is a way to automate the passing of the _locale variable to all the routes. Is there any way?, am I missing something in the configuration? THanks. On May 31, 1:22 pm, Christophe COEVOET s...@notk.org wrote: Le 31/05/2011 13:14, Mauricio Morales a �crit : Hi there community

[symfony-users] Re: symfony2: session handling and varnish

2011-04-26 Thread Mauricio Morales
Thanks David... I'll check it out and I'll post if I found a clever workaround for this. Peace... On Mon, Apr 25, 2011 at 12:50 PM, David Buchmann david.buchm...@liip.chwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hello mauricio, i found no bullet proof thing to control it in

[symfony-users] Symfony2 - getting error when running unit tests for MongoDB documents

2011-01-14 Thread Mauricio Morales
Hello guys, First of all, has anybody written unit tests for MongoDB document objects?. I've been playing around with Symfony2 and MongoDB and I've had problems when running unit tests for Mongo. Basically I have a test in myBundle/Tests/Document/UserTest.php class UserTest extends