Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Improve Quick Tour "Big Picture" section and expand Environments docs#2823
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
jbafford commentedJul 12, 2013
| Q | A |
|---|---|
| Doc fix? | yes |
| New docs? | no |
| Applies to | 2.2+ |
| Fixed tickets | #2672 |
- Add a description of environments and front controllers to book/page_creation
- Improve description of the profiler
- Improve the Working with Environments section
- Addresses comments from PRReorganize and expand quickstart big picture docs on environments #2683 and targets the 2.2 docs instead of 2.0
* Add Environments section under "Understanding the Fundamentals" to introduce environments. This uses the glossary definition as a starting point and expands on it a little.* Move the Web Profiler discussion out of Working with Environments into a separate section, and add a paragraph briefly summarizing what the profiler can do.* Improve the Working with Environments section.* Original changes from PRsymfony#2683 rebased on 2.2
* Move the environments and front controller discussions to book/page_creation* This allows for the debug toolbar discussion to be more prominent
book/page_creation.rst Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
not true. Refreshing it automatically is not based on the environment but on the debug mode. The environment and the debug mode are independant (see the signature of theKernel constructor)
jbafford commentedJul 19, 2013
@stof thanks for the comments. I've updated the PR with fixes that should cover them. |
Improve Quick Tour "Big Picture" section and expand Environments docs
* Making things shorter where possible* Being more consistent in web server setup and URLs* Improving language, wording, etc
weaverryan commentedJul 20, 2013
Hi John! Thanks for taking this on - this document has grown and changed over time, so we have some issues. I've taken your changes and made even more at sha:72072e9. If you see any issues, let me know. Thanks! |