Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Javiereguiluz revamped quick tour #3613

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

Merged
merged 31 commits into from
Feb 27, 2014
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a84a556
[quick_tour] simplified drastically the first two sections of "The Bi…
javiereguiluz Jan 30, 2014
29992cd
[quick_tour] simplified the "routing" section
javiereguiluz Jan 31, 2014
20e9fb0
[quick_tour] updated the "Controllers" section
javiereguiluz Jan 31, 2014
f24eabc
[quick_tour] updated some screenshots
javiereguiluz Jan 31, 2014
5b3a572
[quick_tour] finished the review of "The Big Picture" chapter
javiereguiluz Jan 31, 2014
dbbc8c2
[quick_tour] updated "the view" chapter
javiereguiluz Feb 1, 2014
eb3fe4c
[quick tour] simplified "the controller" chapter
javiereguiluz Feb 1, 2014
e7dfc8b
[quick_tour] simplified "the architecture" chapter
javiereguiluz Feb 1, 2014
4ad3c44
[quick_tour] second pass to the "big picture" chapter
javiereguiluz Feb 3, 2014
2cd3bab
[quick tour] second pass to "the view" chapter
javiereguiluz Feb 3, 2014
cdb7064
[quick_tour] second pass to "the controller" chapter and
javiereguiluz Feb 4, 2014
50e136c
[quick_tour] second pass to "the architecture" chapter
javiereguiluz Feb 4, 2014
81d6e20
[quick_tour] replaced "chapter" by "part" in some tutorial parts
javiereguiluz Feb 4, 2014
38b1292
[quick_tour] removed inline links
javiereguiluz Feb 9, 2014
e004661
Bundle names should not be placed in literals
javiereguiluz Feb 9, 2014
6afc80b
Removed a wrongly inserted comma
javiereguiluz Feb 9, 2014
2fdcffd
When using server:run command, it's not necessary to add the `app_dev…
javiereguiluz Feb 9, 2014
b16c3a2
Capitalized some sentences that come after a colon
javiereguiluz Feb 9, 2014
c1ad15d
Added a new headline to better structure the documentation
javiereguiluz Feb 9, 2014
75be815
Minor rewording
javiereguiluz Feb 9, 2014
42bd69f
Fixed the capitalization of a section heading
javiereguiluz Feb 9, 2014
985c68f
Replaced "variable" by "placeholder" when using {_format} inside a route
javiereguiluz Feb 9, 2014
a013b11
Removed the animated GIF showing how to install Symfony
javiereguiluz Feb 9, 2014
eca1e73
Added a more useful message for users that don't have PHP 5.4
javiereguiluz Feb 16, 2014
fdc755e
Grammar fixes proposed by @weaverryan and @WouterJ
javiereguiluz Feb 16, 2014
cb98a6c
Restored the original line that explained how a routing file is imported
javiereguiluz Feb 16, 2014
7c0037e
Restored all the original introductions for each tutorial part
javiereguiluz Feb 16, 2014
0f13ce9
[quick_tour] rewording and grammar fixes suggested by @weaverryan
javiereguiluz Feb 18, 2014
30624eb
[quick_tour] more rewording and grammar fixes
javiereguiluz Feb 18, 2014
69fdff1
[quick_tour] removed an unneeded comma
javiereguiluz Feb 18, 2014
1e36cfa
[quick_tour] rewording and grammar fixes noted by @xabbuh
javiereguiluz Feb 19, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added a new headline to better structure the documentation
  • Loading branch information
javiereguiluz authored and weaverryan committed Feb 26, 2014
commit c1ad15d642f28150fe21d17c55aa56afadef91f8
11 changes: 7 additions & 4 deletions 11 quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,13 @@ environment.

.. _quick-tour-big-picture-environments-intro:

So what *is* an environment? An :term:`Environment` represents a group of
configuration that's used to run your application. Symfony2 defines by default
two environments: ``dev`` (suited for when developing the application locally)
and ``prod`` (optimized for when executing the application on production).
What *is* an environment?
~~~~~~~~~~~~~~~~~~~~~~~~~

An :term:`Environment` represents a group of configuration that's used to run
your application. Symfony2 defines by default two environments: ``dev``
(suited for when developing the application locally) and ``prod`` (optimized
for when executing the application on production).

Typically, the environments share a large amount of configuration options. For
that reason, you put your common configuration in ``config.yml`` and override
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.