meh` changed the topic of #opal to: http://opalrb.org - Ruby runtime and library on top of Javascript | 1.0.0 is near | This channel is logged at https://botbot.me/freenode/opal/
CoderPuppy has joined #opal
cpup has quit [Ping timeout: 264 seconds]
cantonic has joined #opal
cantonic has quit [Quit: cantonic]
fkchang has quit [Ping timeout: 240 seconds]
cantonic has joined #opal
cantonic has quit [Quit: cantonic]
cantonic has joined #opal
cantonic has quit [Quit: cantonic]
cantonic has joined #opal
oneone3 has joined #opal
cantonic has quit [Quit: cantonic]
ylluminarious has joined #opal
ylluminarious has quit [Client Quit]
oneone3 has left #opal [#opal]
meh` has quit [Ping timeout: 245 seconds]
fkchang has joined #opal
CoderPuppy has quit [Ping timeout: 256 seconds]
cpup has joined #opal
cpup has quit [Ping timeout: 255 seconds]
cpup has joined #opal
CoderPuppy has joined #opal
cpup has quit [Ping timeout: 256 seconds]
cpup has joined #opal
CoderPuppy has quit [Ping timeout: 256 seconds]
CoderPuppy has joined #opal
cpup has quit [Ping timeout: 264 seconds]
CoderPuppy has quit [Ping timeout: 256 seconds]
cpup has joined #opal
elia has joined #opal
moon4u has joined #opal
CoderPuppy has joined #opal
cpup has quit [Ping timeout: 250 seconds]
fkchang has quit [Ping timeout: 264 seconds]
CoderPuppy has quit [Ping timeout: 264 seconds]
cantonic has joined #opal
cantonic has quit [Ping timeout: 250 seconds]
cantonic has joined #opal
cantonic has quit [Quit: cantonic]
cantonic has joined #opal
cantonic has quit [Client Quit]
cantonic has joined #opal
cantonic has quit [Ping timeout: 245 seconds]
Kilo`byte has quit [Read error: Connection reset by peer]
GitHub183 has joined #opal
<GitHub183> [opal] elia pushed 2 new commits to master: http://git.io/c637NQ
<GitHub183> opal/master 72d9ae4 RoxasShadow: Fix typo in opal/README.md
<GitHub183> opal/master 533d7ac Elia Schito: Merge pull request #671 from RoxasShadow/fix-typo-in-opal-readme...
GitHub183 has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> opal/opal#2227 (master - 533d7ac : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
Kilo`byte has joined #opal
professor_soap has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Ping timeout: 250 seconds]
cantonic has joined #opal
e_dub has quit [Quit: e_dub]
moon4u has quit [Quit: Page closed]
fkchang has joined #opal
e_dub has joined #opal
f-3r has joined #opal
f-3r has quit [Changing host]
f-3r has joined #opal
meh` has joined #opal
cantonic has quit [Quit: cantonic]
e_dub has quit [Quit: e_dub]
e_dub has joined #opal
e_dub has quit [Client Quit]
adambeynon__ has joined #opal
adambeynon_ has quit [Ping timeout: 244 seconds]
adambeynon__ is now known as adambeynon_
f-3r has quit [Ping timeout: 240 seconds]
e_dub has joined #opal
cantonic has joined #opal
ZeeWolf has joined #opal
ZeeWolf has left #opal ["Leaving"]
cantonic has quit [Quit: cantonic]
e_dub has quit [Quit: e_dub]
e_dub has joined #opal
<fkchang> meh`: ping
<meh`> fkchang, pong
<fkchang> meh`: I think $document.ready? is broken in opal/browser. Think I saw it before, but I just started up a new project and nothing ever happens
<meh`> fkchang, weird
<meh`> fkchang, 100% sure you're on master?
<fkchang> all from the latest git
<meh`> even weirder
<meh`> what browser?
<fkchang> safari and chrome on OSX
<fkchang> on a side note for adambeynon_ opal server doesn't work w/safari
<fkchang> actually, got it to work yesterday so maybe not all the time, but before failed all the time
<meh`> I'm pretty confident it works since I use it in lissio and use lissio in many things
<fkchang> meh`: is it possible there is some timing issue? like defined too late?
<meh`> fkchang, could be
<meh`> if it's loaded after the document is ready
<meh`> yeah, it won't fire
<adambeynon_> fkchang, meh`: got notified about this with opal-jquery as well. Im suprised jQuery wasnt firing those notifications after doc loads
<adambeynon_> fkchang: does it give an error at all?
<adambeynon_> safari ^^
f-3r has joined #opal
cantonic has joined #opal
<fkchang> meh`: let me try and gist an app
<fkchang> adambeynon_: I have seen errors, need to find a failing app since my latest experiment is working
<fkchang> on the side, my rubyconf talk is up http://confreaks.com/videos/5014-RubyConf2014-6-reasons-jubilee-could-be-a-rubyist-s-new-best-friend 30 min I talk some about Opal since I'm using it on the front end
f-3r has quit [Ping timeout: 272 seconds]
<fkchang> also my thanks the adambeynon_ meh` and elia at 38ish min
<meh`> fkchang, actually
<meh`> that shouldn't happen
<meh`> fkchang, just checked
<meh`> it should call the block if the document is ready
<meh`> which means either Document#ready? needs a polyfill for certain browsers
<meh`> or something else is going weird
<meh`> fkchang, do me a favor, check in safari and chrome the value of document.readyState
<meh`> once it's loaded
fkchang has quit [Ping timeout: 240 seconds]