Frontend FAQ

Rules of Frontend FAQ

  1. You talk about Frontend FAQ. Please share links to it whenever applicable, so more eyes catch when content gets outdated.
  2. Keep it short and simple. Whenever an answer needs more than two sentences it does not belong here.
  3. Provide background when possible. Linking to relevant source code, issue / epic, or other documentation helps to understand the answer.
  4. If you see something, do something. Please remove or update any content that is outdated as soon as you see it.

FAQ

How do I find the Rails route for a page?

The easiest way is to type the following in the browser while on the page in question:

document.body.dataset.page

Find here the source code setting the attribute.