Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update page_creation.rst#4685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
confusion for newbies: _dev is the version with AcmeDemoBundle route as @AcmeDemoBundle/Resources/config/routing.yml (without dev, the only resource is @AppBundle/Controller/)
wouterj commentedDec 27, 2014
Hmm, changing this to routing_dev is wrong, as is keeping the current sentence. The main routing file is in fact routing.yml in prod en routing_dev.yml in dev/test. However, saying this might fill this chapter with stuff that only keeps the reader away from the tutorial itself. I think we should leave this sentence as it was, but then change the paragraph after this, as the comments in the code block and the paragraph seem to suggest this is the contents of the routing.yml file, while it is the routing_dev.yml file. Can you please make such changes? Thanks for the PRs your already opened, I always like it to get feedback (and fixes) from people using the docs! |
xabbuh commentedMar 8, 2015
@ownsourcing Can you make the changes suggested by@wouterj? |
javiereguiluz commentedJun 23, 2015
This pull request can be closed because the underlying page ( |
weaverryan commentedJun 23, 2015
@javiereguiluz is right! The document should be much better now in general. If you find anything misleading or confusing, please let us know! Thanks! |
confusion for newbies: _dev is the version with AcmeDemoBundle route as @AcmeDemoBundle/Resources/config/routing.yml (without dev, the only resource is @AppBundle/Controller/)