How can I update my ember cli project to 1.13.*. `ember update` just tells me I am on the latest version of ember cli (0.2.7). but my application is running ember 1.12.0
hobgo has quit
Can I just put 1.13.2 in my package.json and bower.json?
embergess has quit
Zaxnyd has quit
_1009
yep
lislis_ joined the channel
earthquake has quit
lislis has quit
Dslegends joined the channel
CIDIC joined the channel
osxi has quit
jmimi joined the channel
sandstrom
lukemelia If you've got a minute I'd love your feedback (re ember-modal-dialog)
lukemelia To get nested overlay (for scrolling) plus vertical centering (via flexbox) I can only get it working with a third div/nesting (a div wrapping the overlay). Is this something you'd be okay with? If so I'm happy to explore it further.
jakemauer joined the channel
pvoborni_ joined the channel
pvoborni_ has quit
slindberg joined the channel
lessless has quit
hilem joined the channel
esistgut
locks, I didn't, I don't know how to sideload different "translations"
embergess joined the channel
yaymukund joined the channel
hobgo joined the channel
jakkor joined the channel
TheMoonMaster
Anyone hit `Cannot read property 'generateURL' of undefined` when upgrading to 1.13?
mrbubbles: is there a cleaner way to do this? Is there any implied ember-way to make events/actions bubble up within nested components without having to handle an action juste to resend it?
just*
firefly__x joined the channel
firefly__x
Hi
How can i select Ember Select after its options area loaded through ajax?
yaymukund has quit
JR____ joined the channel
yaymukund joined the channel
AmilKey joined the channel
rhyek joined the channel
embergess joined the channel
rhyek
hey guys. anyone know how i can proxy to a different port and not a whole url with --proxy?
sandstrom joined the channel
JR____ has quit
AmilKey has quit
ilteris joined the channel
nlh joined the channel
[bog] joined the channel
rpkilby joined the channel
burntlobster joined the channel
jmimi has quit
[bog] has quit
joshuapoehls has quit
emushack joined the channel
firefly__x has quit
burntlobster
hi. 'findAll' seems to ignore the options parameter. for instance, 'store.findAll("user")' does 'GET /users' as expected. however 'store.findAll("user", { foo: "bar" })' just fires the same query, instead of 'GET /users?foo=bar' as expected. or am I misunderstanding something?