Camel cased route template not rendering
See original GitHub issueTested with 2.10.2 and a few other version.
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:
- Created 7 years ago
- Comments:9 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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…