16:14 PM
igorT joined the channel
16:15 PM
kumavis joined the channel
16:15 PM
HannahWolfe joined the channel
16:16 PM
bcol joined the channel
16:16 PM
hlindset joined the channel
16:16 PM
sebgie joined the channel
16:16 PM
shama joined the channel
16:17 PM
vampolo joined the channel
16:17 PM
culturelabs joined the channel
16:17 PM
tristanseifert joined the channel
16:17 PM
HashNuke joined the channel
16:18 PM
tchak joined the channel
16:18 PM
fayimora joined the channel
16:18 PM
wukkuan joined the channel
16:19 PM
ivanskie joined the channel
16:19 PM
tboyt joined the channel
16:19 PM
bterlson joined the channel
16:20 PM
ggherdov joined the channel
16:20 PM
LukeWinikates___ joined the channel
16:21 PM
Gandalfar has quit
16:21 PM
ballPointPenguin joined the channel
16:21 PM
momomomomo has quit
16:21 PM
calvinmetcalf joined the channel
16:22 PM
mxrguspxrt has quit
16:22 PM
apipkin joined the channel
16:22 PM
InezK is now known as InezK_away
16:22 PM
themouette has quit
16:23 PM
binaryjohn joined the channel
16:23 PM
azirbel joined the channel
16:23 PM
ivanskie has quit
16:23 PM
woodbeen joined the channel
16:23 PM
mxrguspxrt joined the channel
16:23 PM
khoapham1 has quit
16:24 PM
SoreGums joined the channel
16:24 PM
trombom_ joined the channel
16:25 PM
nolanlawson joined the channel
16:25 PM
mglvl joined the channel
16:25 PM
mjc_ joined the channel
16:25 PM
jeffspies_ joined the channel
16:26 PM
frank_____ joined the channel
16:26 PM
ErunamoJAZZ joined the channel
16:26 PM
ErunamoJAZZ
Hello!
16:26 PM
momomomomo joined the channel
16:26 PM
phishy joined the channel
16:26 PM
16:27 PM
mxrguspx_ joined the channel
16:27 PM
mize joined the channel
16:27 PM
please, and thanks
16:27 PM
mxrguspxrt has quit
16:28 PM
vvs has quit
16:28 PM
benlieb joined the channel
16:29 PM
jayphelps joined the channel
16:29 PM
aroberts has quit
16:29 PM
sloria has quit
16:29 PM
locks
!get nombom
16:29 PM
docster
alias nombom='npm cache clear && bower cache clean && rm -rf node_modules bower_components && npm install && bower install'
16:29 PM
sloria joined the channel
16:32 PM
AdamMeghji joined the channel
16:32 PM
_makoto_ has quit
16:33 PM
_makoto_ joined the channel
16:33 PM
brittanystoroz joined the channel
16:33 PM
rondale_sc joined the channel
16:33 PM
slothman joined the channel
16:34 PM
araujo joined the channel
16:34 PM
sloria has quit
16:34 PM
araujo has quit
16:35 PM
araujo joined the channel
16:35 PM
slothman
Okay I like ember a lot, but is this situation even logical?? Imagine an ember app working with rails which serves as a backend. is it possible to have seperate types of sessions within the ember app, for instance, users/admins?
16:35 PM
or customers/vendors?
16:35 PM
vampolo has quit
16:36 PM
pchoo joined the channel
16:36 PM
sssilver joined the channel
16:37 PM
locks
slothman: ?
16:38 PM
slothman
locks: What I'm really asking, is a SPA capable of serving different types of user sessions?
16:38 PM
locks
why wouldn't it
16:39 PM
what's the difference to a non-SPA
16:40 PM
slothman
locks: can you think of any examples of SPA's that do this?
16:40 PM
locks
any SPA with an admin backoffice
16:41 PM
john_o joined the channel
16:41 PM
codepreneur joined the channel
16:42 PM
wenincode joined the channel
16:43 PM
slothman
locks:
16:43 PM
16:44 PM
skoryky joined the channel
16:44 PM
ilmgb has quit
16:44 PM
ilmgb joined the channel
16:46 PM
locks
how you architect it is up to your team to decide
16:46 PM
it's kind of like monoliths and SOA
16:46 PM
16:47 PM
pixelhandler joined the channel
16:48 PM
indirect joined the channel
16:49 PM
joostdevries joined the channel
16:49 PM
ilmgb has quit
16:49 PM
vikram____ joined the channel
16:52 PM
havv has quit
16:52 PM
SoulCover has quit
16:53 PM
pixelhandler has quit
16:54 PM
bugant has quit
16:55 PM
bttf joined the channel
16:56 PM
diamondgfx joined the channel
16:57 PM
ErunamoJAZZ has quit
16:57 PM
lislis_ has quit
16:58 PM
sssilver_ joined the channel
16:59 PM
aroberts joined the channel
16:59 PM
InezK_away is now known as InezK
17:00 PM
kruppel joined the channel
17:00 PM
slik has quit
17:01 PM
for authorization in your application
17:02 PM
sssilver has quit
17:02 PM
kellysutton joined the channel
17:03 PM
diamondgfx has quit
17:03 PM
forgetboy joined the channel
17:04 PM
forgetboy
Is it true that defaultValues with relationships is not working
17:04 PM
in Ember data
17:06 PM
kruppel has quit
17:06 PM
jsangilve has quit
17:06 PM
TAsn joined the channel
17:06 PM
kellysutton has quit
17:06 PM
kellysutton joined the channel
17:08 PM
TAsn
Hey, I have a question I'm not really sure how to articulate. I know saving my models will sometimes fail for various reasons (mostly dodgy internet connection). What I want is to be able to just keep on working, have ember retry in the background, and then maybe fail after a few tries. I know how to do that (by overriding the save method), but I wonder, is there a more robust ember solution that includes
17:08 PM
for example a cache layer, so first models are saved to local storage, and then flushed to server every few seconds or whatever? Or not?
17:09 PM
InezK is now known as InezK_away
17:09 PM
jlle joined the channel
17:09 PM
locks
you don't need to override the save method
17:09 PM
I don't think there's anything robust like that
17:09 PM
closest I know is ember-sync
17:10 PM
aktx
17:12 PM
TAsn
locks, thanks, looking into that.
17:12 PM
locks, I know I don't need to override the save method, I could just use a custom function, but overriding that feels cleaner, no?
17:13 PM
locks
I don't see how
17:13 PM
nlh has quit
17:13 PM
you have the failure handler
17:13 PM
TAsn
locks, ember-sync looks exactly like what I was looking for.
17:14 PM
locks
nice :D
17:14 PM
dandaman joined the channel
17:14 PM
TAsn
thanks. :P
17:14 PM
locks
I think there's even an example of retrying in the guides
17:14 PM
TAsn
locks, there is
17:14 PM
but I find having to do
17:14 PM
retry(model.save())
17:14 PM
or whatever all over the place
17:14 PM
much uglier than
17:14 PM
model.save()
17:14 PM
without having to change existing code
17:15 PM
locks
I don't like implicitness :P
17:15 PM
TAsn
it's a per-model override
17:15 PM
JimboSlice has quit
17:15 PM
vampolo joined the channel
17:15 PM
it is implicit, but it's also the intended behaviour
17:15 PM
all around