Well I'm compiling a partial which I call {{> comp/password}} but when it compiles it's registered as password.
Is there a way to change the name at compile time?
locks
not really
constantinexvi has quit
bybb
Nevermind, I don't use this view server side. So I can just call {{> password}}
locks: thanks
constantinexvi joined the channel
knownasilya joined the channel
keimlink joined the channel
nicobot joined the channel
digia joined the channel
LaRoux joined the channel
ClearC2 joined the channel
enricob joined the channel
ClearC2 has quit
enricob has quit
ilmgb joined the channel
enricob joined the channel
s3shs joined the channel
bttf has quit
bttf joined the channel
HannahWolfe has quit
diamondg_ joined the channel
rickharrison has quit
rickharrison joined the channel
phikes joined the channel
HannahWolfe joined the channel
phikes
Hi. How to use pauseTest? I imported `pauseTest from ember` and when I use `return pauseTest()` I always get `undefined is not a constructor (evaluating 'ember.pauseTest()')`
bybb has quit
futilegames has quit
yaymukund joined the channel
jonnn joined the channel
sofly has quit
jonnn is now known as Guest489
hectorh30 joined the channel
ZeBaguette
out of curiosity, what made Ember's maker choose the JSONAPI spec as a default for adapters and serializers in Ember 2?
bbankes has quit
slik joined the channel
edwinvdgraaf joined the channel
edwinvdgraaf has quit
keimlink has quit
alexspeller
ZeBaguette: json api was largely influenced by ember
verdensjorgen joined the channel
verdensjorgen has quit
waspinator_ joined the channel
keimlink joined the channel
Bomber4Chats joined the channel
bbankes joined the channel
forselulz_ has quit
yaymukund has quit
bahamas joined the channel
KerrickLong joined the channel
bahamas
hello. how can I override the app route? I want to change it from / to /me
PiCOBot has quit
KerrickLong has quit
PiCOBot joined the channel
yaymukund joined the channel
iivvoo
bahamas, isn't that baseURL in config/environment.js ?
ClearC2 joined the channel
bahamas
iivvoo: it looks like it's rootURL on the Router object. baseURL is appended to the Ember server. I'm not using the Ember server for the backend though
the whole goal route file .js should be deleted in your case
you also don't seem to have a goal template
bahamas
alexspeller: so Ember automatically uses the id to filter the goal?
alexspeller
yes
bahamas
alexspeller: what I wrote as goals.hbs is actually goal.hbs
alexspeller
it shouldn't have an outlet. It has no child routes
is the goal route entered successfully?
bahamas
alexspeller: how do I check that?
alexspeller
put "hello" in the template
then check if you can see it
bahamas
alexspeller: it's not displayed
alexspeller
so your route is not rendering. Is the ajax request made?
bahamas
alexspeller: btw, I deleted the goal.js route, but that didn't change anything
checking
yes, I see a request
I see it in the back-end server logs as well
alexspeller
bahamas: did you turn on transition logging?
bahamas
alexspeller: just LOG_TRANSITIONS or LOG_TRANSITIONS_INTERNAL as well?
alexspeller
bahamas: both
bahamas
alexspeller: ok, I did it. where do I look?
ClearC2 joined the channel
ZeBaguette has left the channel
ClearC2 has quit
bugant has quit
krz has quit
alexspeller: so I see this in the console: Could not find "goals.goal" template or view. Nothing will be rendered Object {fullName: "template:goals.goal"}
ember.debug.js:26817 Transitioned into 'goals.goal'