tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Ignore query params in trailing slash constraint #588

Closed straydogstudio closed 2 years ago

straydogstudio commented 3 years ago

If someone refreshes a page with query params, a slash is added on the end, breaking the last parameter. This strips anything after a question mark in the url before checking for a trailing slash.

This appears to only come into play with a root url?

straydogstudio commented 2 years ago

@seanpdoyle I've been to busy to create a test case. I'll get to it if I can.