On 28.11.2010, at 23:33, Tim Nagel wrote: > Yeah, you'll need to generate for prod separately > > > t > > > On Mon, Nov 29, 2010 at 09:31, Lukas Kahwe Smith <[email protected]> wrote: > Hi, > > I am wondering why the default console env in the sandbox is "dev" [1]. > Doesn't this mean that proxies generated via the CLI will not be available in > prod? > > #!/usr/bin/env php > <?php > > require_once __DIR__.'/AppKernel.php'; > > use Symfony\Bundle\FrameworkBundle\Console\Application; > > $kernel = new AppKernel('dev', true); > > $application = new Application($kernel); > $application->run(); > > regards > Lukas Kahwe Smith > [email protected] > > [1] https://github.com/symfony/symfony-sandbox/blob/master/app/console
so i guess i need to adjust this setting when i deploy to production. or is there something else that is planned here? regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
