Skip to content

Complete rewrote FrameworkBundle config reference #4736

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

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Next Next commit
Rewrote FrameworkBundle configuration reference
  • Loading branch information
wouterj committed Feb 19, 2015
commit cd6ee1300992406795e77e848f15c52ea2b099ca
2 changes: 2 additions & 0 deletions book/http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,8 @@ of the master page.
With ESI, the full page cache will be valid for 600 seconds, but the news
component cache will only last for 60 seconds.

.. _book-http_cache-fragments:

When using a controller reference, the ESI tag should reference the embedded
action as an accessible URL so the gateway cache can fetch it independently of
the rest of the page. Symfony takes care of generating a unique URL for any
Expand Down
2 changes: 2 additions & 0 deletions book/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ Controllers are fast to execute and promote good code organization and reuse.
Of course, like all controllers, they should ideally be "skinny", meaning
that as much code as possible lives in reusable :doc:`services </book/service_container>`.

.. _book-templating-hinclude:

Asynchronous Content with hinclude.js
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 3 additions & 1 deletion book/translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,9 @@ in your application.
Read :doc:`/cookbook/routing/service_container_parameters` to learn how to
avoid hardcoding the ``_locale`` requirement in all your routes.

Setting a default Locale
.. _book-translation-default-locale:

Setting a Default Locale
~~~~~~~~~~~~~~~~~~~~~~~~

What if the user's locale hasn't been determined? You can guarantee that a
Expand Down
Loading