Gavin Joyce

Results 68 comments of Gavin Joyce

Thanks, a sample application which demonstrates the problem will allow me to address the issue much more rapidly

@tschoartschi thanks for the repo. I can see that the rendered URLs are correct: ![image](https://cloud.githubusercontent.com/assets/2526/11977824/33e03246-a97e-11e5-8eef-81058e9d4203.png) It looks like `_getNormalisedRootUrl` will need to be updated to handle this case: https://github.com/intercom/ember-href-to/blob/master/addon/helpers/href-to.js#L6

Hey @kamikasky. Could you provide a sample app which demonstrated the issue that you're seeing?

Do you know of an API which provides this data?

I've added options to run against latest release, beta and canary: https://github.com/eviltrout/ember-performance/pull/54

Is there anything else left to do here? We now have release, beta and canary plus the existing support for using an arbitrary build url.

I dug into this a little as I'm seeing a related issue in our app which is blocking our 3.10 upgrade. With the above app, when using `{{#link-to "foo" 123}}This...

Thanks for the PR @johanrd. Perhaps you might add some tests too?