Skip to content

Commit

Permalink
minor #109 after merge fixes (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0 branch.

Discussion
----------

after merge fixes

Commits
-------

b9ebf03 after merge fixes
  • Loading branch information
xabbuh committed Jul 20, 2016
2 parents cd5afd3 + b9ebf03 commit 8ae23dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions routing/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ the route name after the command:

.. code-block:: bash
$ php app/console debug:router article_show
$ php bin/console debug:router article_show
Likewise, if you want to test whether a URL matches a given route, you can
use the ``router:match`` console command:

.. code-block:: bash
$ php app/console router:match /blog/my-latest-post
$ php bin/console router:match /blog/my-latest-post
This command will print which route the URL matches.

Expand Down
4 changes: 0 additions & 4 deletions routing/generate_url_javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ variables. The ``escape`` function helps escape any non-JavaScript-safe values:
) ?>";
</script>

.. versionadded:: 2.8
The ``path()`` PHP templating helper was introduced in Symfony 2.8. Prior
to 2.8, you had to use the ``generate()`` helper method.

But if you *actually* need to generate routes in pure JavaScript, consider using
the `FOSJsRoutingBundle`_. It makes the following possible:

Expand Down

0 comments on commit 8ae23dc

Please sign in to comment.