Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Debug command broken #109

Closed
ClementGautier opened this issue Nov 4, 2013 · 6 comments
Closed

Debug command broken #109

ClementGautier opened this issue Nov 4, 2013 · 6 comments
Labels

Comments

@ClementGautier
Copy link
Contributor

Hi,

Since this commit : symfony/symfony@22f9bc8#diff-1b1f4cdbacb05c94b026ff5cabf04722 , the function outputRoute no longer exists, so we get the following fatal:

Call to undefined method FOS\JsRoutingBundle\Command\RouterDebugExposedCommand::outputRoutes() in .../JsRoutingBundle/Command/RouterDebugExposedCommand.php on line 67

I don't have the time to write a test and fix it so here is the issue ;)

@lecajer
Copy link

lecajer commented Dec 5, 2013

This command is essential since this file should be generated once for every end user and not on every non cached request.
By the way, in term of deployment process where do you execute this command ?

  • after symfony:assets:install ?
  • after symfony:assetic:dump

@stof
Copy link
Member

stof commented Dec 7, 2013

The issue title is confusing. DumpCommand is not broken. The debug command is

@ClementGautier
Copy link
Contributor Author

@stof updated

@willdurand
Copy link
Member

@ClementGautier could you come up with a patch?

@ClementGautier
Copy link
Contributor Author

I will. If the internet is not too slow here I will provide a patch between 2 conferences ;)

@willdurand
Copy link
Member

@ClementGautier please come to me

willdurand added a commit that referenced this issue Jan 5, 2014
Added tests and reviewed code also fixes #109
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants