question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Camel cased route template not rendering

See original GitHub issue

Tested with 2.10.2 and a few other version.

https://ember-twiddle.com/aa225e4aa416f47e6e501b7be0ca3ce1?openFiles=templates.application.hbs%2C&route=%2FforgotPassword

Clicking the ‘Forgot Password’ link takes you to the route, but nothing is rendered. On another note, if you have two routes, forgotPassword and forgot-password, the dasherized version clobbers the camelcased one and makes it “work”…

See this here: https://ember-twiddle.com/39c3fc57cf6f544c4f7109c609da0bf5?openFiles=templates.application.hbs%2C

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
kellyseldencommented, Apr 6, 2017

I think we should hard error when a route with capital letter is detected. It is too easy for someone to get lost when there is no feedback for why their route isn’t working.

1reaction
rwjbluecommented, Sep 17, 2018

https://github.com/ember-cli/eslint-plugin-ember/pull/70 added a linting rule to help guide folks down the right path here, I think thats all we can do at the moment so I’m going to go ahead and close…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Route Template - Apache Camel
Creating a route from a route template​​ To create routes from route templates, then you should use org. apache. camel.
Read more >
Apache camel route is not identified - Stack Overflow
I have a spring boot application to which I am adding a camel route. The class where the route is defined ...
Read more >
Mojolicious::Guides::Routing - Routing requests
The controller value gets converted from snake_case to CamelCase using "camelize" in Mojo::Util and appended to one or more namespaces, defaulting to a ......
Read more >
File System Routing - Nuxt
File system routing. Nuxt automatically generates the vue-router configuration based on your file tree of Vue files inside the pages directory.
Read more >
lit element does not support properties containing a ... - GitHub
It appears that an element created with lit element can no longer have properties that contain a "-" character on the html representation ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found