-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REGRESSION] currentURL() broken for acceptance testing in ember 1.12 #11175
Comments
note: just built a completely new ember app using ember-cli 0.2.4 and this is not a problem. I'll investigate further to see why all of our internal apps fail when we upgrade :) |
@toranb I believe this is a known issue with a ticket somewhere, cannot find it. |
Are you using |
In the broken app I'm using location hash. In the new ember-cli app I tried both auto and hash and it seemed to make no difference. |
Fails in a brand new app with ember-cli: ember-cli/ember-cli#4097 |
Awesome! any plans for a 1.12.1 release this week @rwjblue ? |
There will be a release, not sure exactly when. We have a small number of other regressions that need to be fixed also. In the meantime you should be able to use |
I have a great deal of tests that check the current url like so and upgrading to ember.js 1.12 seems to have broken this. After the upgrade each url is "" (empty string) for some odd reason. Is this deprecated/removed/broken ?
I didn't see any mention of it in the blog post about 1.12 so I assumed it wasn't planned
http://emberjs.com/blog/2015/05/13/ember-1-12-released.html
thank you in advance
The text was updated successfully, but these errors were encountered: