Any good resources for learning ember's architecture?
jae has left the channel
I know the basics... react inspired dom diffing, run loop, etc, but I'd like something a bit more in depth if that exists. I'm hoping I don't have to groc 27000 lines of code
gambl0re joined the channel
ohcibi
hi, i'm trying to Ember.set(someObject, "a.key.path", "value") but I get an error that someObject.a does not exist.. can I somehow autocreate all unexistent objects in the path?
Valion__ joined the channel
Valion_ has quit
tomlane has quit
tomlane joined the channel
Guest____ has quit
bmac has quit
mysterlune joined the channel
pvoborni has quit
Gandalfar joined the channel
hilem joined the channel
mysterlune has quit
hilem has quit
Abraxsi has quit
ivanskie has quit
Gandalfar has quit
ifire_ joined the channel
iFire has quit
mellatone joined the channel
GriffinHeart has quit
ZenVoxPopuli joined the channel
ZenVoxPopuli
hey, when calling sendAction from a component action, should the action be recived by the application route/controller?
komlev has quit
alexspeller
ZenVoxPopuli: only if the component is in the right context, and the action isnt handled in a lower context, and you have bound the action correclty
ZenVoxPopuli
the action in the component is getting called, I know that much
alexspeller, I'm calling like this: this.sendAction('registerNewUser', model);
alexspeller
ZenVoxPopuli: ok
ZenVoxPopuli
and I have registerNewUser in both the application controller and route with a debugger; and neither get triggered
bengillies joined the channel
givanse joined the channel
Guest__ joined the channel
einarj joined the channel
Guest__ has quit
oak has quit
jae joined the channel
einarj has quit
oak joined the channel
Abraxsi joined the channel
jae has left the channel
vvs joined the channel
pvoborni joined the channel
araujo joined the channel
vvs has quit
bmac joined the channel
how do you send an action from a component to the application controller?
_makoto_ joined the channel
or, I guess, how do I get errors when an action fails?