-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jbafford
commented
Jul 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 PR Reorganize 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 PR symfony#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
|
||
To make your application respond faster, Symfony2 maintains a cache under the | ||
``app/cache/`` directory. In the ``dev`` environment, this cache is flushed | ||
automatically whenever you make changes to any code or configuration. But that's |
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 the Kernel constructor)
@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
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! |