Skip to content

Commit

Permalink
Merge branch '2.8' into 3.0
Browse files Browse the repository at this point in the history
* 2.8:
  [#6032] some tweaks for the autowiring feature
  [DependencyInjection] Autowiring doc
  [Security] Include guard firewall configuration sample.
  Added doc about Homestead's Symfony integration
  [2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation
  remove note about memory spool handling on CLI
  [Cookbook][Serializer] fix wording
  Document translation_domain setting for choice fields
  translation_domain doc fix
  choice_translation_domain doc fix
  Travis fix
  Update entity.rst

Conflicts:
	cookbook/console/request_context.rst
	cookbook/serializer.rst
  • Loading branch information
xabbuh committed Feb 10, 2016
2 parents cf9ce3d + c00626c commit 6b3f5f4
Show file tree
Hide file tree
Showing 16 changed files with 689 additions and 43 deletions.
2 changes: 1 addition & 1 deletion book/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ URL) rather than the ``path()`` function (which generates a relative URL):
The host that's used when generating an absolute URL is automatically
detected using the current ``Request`` object. When generating absolute
URLs from outside the web context (for instance in a console command) this
doesn't work. See :doc:`/cookbook/console/sending_emails` to learn how to
doesn't work. See :doc:`/cookbook/console/request_context` to learn how to
solve this problem.

Summary
Expand Down
Loading

0 comments on commit 6b3f5f4

Please sign in to comment.