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/
siruf has quit [Read error: Connection reset by peer]
siruf has joined #opal
siruf has quit [Read error: Connection reset by peer]
siruf has joined #opal
siruf has quit [Read error: Connection reset by peer]
siruf has joined #opal
siruf has quit [Ping timeout: 246 seconds]
siruf has joined #opal
siruf has quit [Read error: Connection reset by peer]
siruf has joined #opal
siruf has quit [Write error: Connection reset by peer]
adambeynon_ has joined #opal
kludge` has quit [Disconnected by services]
kludge` has joined #opal
lectrick__ has joined #opal
AndrzejKrzywda has joined #opal
adambeynon has quit [Ping timeout: 240 seconds]
lacrosse_ has quit [Ping timeout: 240 seconds]
lectrick_ has quit [Ping timeout: 240 seconds]
AndrzejK1zywda has quit [Ping timeout: 240 seconds]
adambeynon_ is now known as adambeynon
lacrosse_ has joined #opal
lectrick__ is now known as lectrick_
dimon_ has joined #opal
dimaursu16 has quit [Ping timeout: 240 seconds]
lacrosse_ has quit [Ping timeout: 245 seconds]
lacrosse_ has joined #opal
ryanstout has joined #opal
ryanstout has quit [Client Quit]
ryanstout has joined #opal
supermarin has joined #opal
supermarin has quit [Ping timeout: 245 seconds]
supermarin has joined #opal
supermarin has quit [Remote host closed the connection]
supermarin has joined #opal
supermarin has quit [Ping timeout: 246 seconds]
supermarin has joined #opal
supermarin has quit [Remote host closed the connection]
supermarin has joined #opal
supermarin has quit [Ping timeout: 245 seconds]
dimon_ has quit [Ping timeout: 252 seconds]
dimon_ has joined #opal
dimon_ has quit [Ping timeout: 246 seconds]
ryanstout has quit [Quit: ryanstout]
skofo has joined #opal
e_dub has joined #opal
skofo has quit [Quit: Leaving]
e_dub has quit [Quit: ZZZzzz…]
dimaursu16 has joined #opal
elia has joined #opal
dimaursu16 has quit [Ping timeout: 246 seconds]
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #opal
GitHub176 has joined #opal
<GitHub99> opal-rails/master 08468ed Benjamin Tan Wei Hao: Added missing 'do'
<GitHub99> [opal-rails] elia pushed 5 new commits to master: http://git.io/kOmpXQ
<GitHub99> opal-rails/master 70edef8 Benjamin Tan Wei Hao: Re-add require 'opal-jquery'
GitHub99 has joined #opal
GitHub99 has left #opal [#opal]
GitHub176 has left #opal [#opal]
<GitHub99> opal-rails/master fe79db6 Benjamin Tan Wei Hao: Fix slightly misleading instructions....
<GitHub176> [opal-rails] elia closed pull request #22: Fix slightly misleading instructions. (master...patch-1) http://git.io/V4UYHw
travis-ci has joined #opal
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal-rails/builds/20598490
<travis-ci> [travis-ci] opal/opal-rails#102 (master - 4ab6077 : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
e_dub has joined #opal
e_dub has quit [Quit: It's a hard knock life]
dimaursu16 has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
meh` has joined #opal
<elia> adambeynon, what about a service release of opal-jquery that just updates it dep req to 0.6?
<adambeynon> elia: oh yeah, forgot about that :( will push a relase (and for other gems)
<elia> adambeynon, let me know if I can help any way :)
tils has joined #opal
newlix has joined #opal
<newlix> Can I use minitest to test Opal now?
elia has quit [Ping timeout: 252 seconds]
<adambeynon> hi newlix - I dont think so. Just rspec is supported atm
<adambeynon> not sure if much work is required to get minitest working
<adambeynon> not a lot (at a guess)
<newlix> ok, I'll try. Thank you!
elia has joined #opal
<tils> Hi there, is it intentional that opal-jquery does not require its opal-jquery/local_storage? If not I'd have a PR ready
<elia> tils, I think yes
<elia> but we should ask confirmation to adambeynon
<elia> newlix, nope, the only testing framework that has been ported is rspec, but you can always try to port minitest, shouldn't be that difficult
DouweM has joined #opal
DrShoggoth has joined #opal
Steve445 has joined #opal
GitHub28 has joined #opal
<GitHub28> opal-jquery/master 513d5c2 Elia Schito: Expose Element#detach
GitHub28 has left #opal [#opal]
<GitHub28> [opal-jquery] elia pushed 1 new commit to master: http://git.io/5nyXqw
ryanstout has joined #opal
supermarin has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
supermarin has quit [Remote host closed the connection]
DrShoggoth has quit [Ping timeout: 264 seconds]
DrShoggoth has joined #opal
supermarin has joined #opal
supermarin has quit []
supermarin has joined #opal
supermarin has quit [Client Quit]
DouweM has quit [Ping timeout: 264 seconds]
<adambeynon> hi tils - with localstorage it is kind of an optional requirement
<adambeynon> I have a few more to add
<adambeynon> the require system makes it easy enough just to add things in as you need them
<adambeynon> things like localstorage, websockets, canvas etc dont need to add the extra bulk to the core
<tils> adambeynon: ok I see, yeah makes sense to not load everything by default. Maybe a small note in the README would helps noobs like me - I saw that there was the LocalStorage wrapper and wondered why it wasn't loaded by default
<adambeynon> tils: ahh I see. Yeah, I will add it into the readme. Need to clarify the plugins as well
<tils> also, it may be a little bit confusing to have it in opal-jquery, because it doesn't really depend on jquery afaics. But I can imagine that it is the best place for now, and having lots of small gems like opal-localstorage and opal-websockets etc. might be confusing as well
dimaursu16 has quit [Ping timeout: 252 seconds]
newlix has quit [Ping timeout: 245 seconds]
meh`_ has joined #opal
dimaursu16 has joined #opal
meh` has quit [Ping timeout: 264 seconds]
Steve445 has quit [Quit: Steve445]
<adambeynon> tils: yeah that's true. Maybe some opal-utils gem could be a good place for it. Can be shared for non jquery projects too
<tils> adambeynon: opal-utils sounds good
e_dub has joined #opal
DrShoggoth has quit [Quit: Leaving]
GitHub188 has joined #opal
<GitHub188> opal-jquery/master 1a7c6f5 Adam Beynon: Update changelog
GitHub188 has left #opal [#opal]
<GitHub188> [opal-jquery] adambeynon pushed 2 new commits to master: http://git.io/x0HYMg
<GitHub188> opal-jquery/master 4234763 Adam Beynon: v0.2.0
GitHub140 has joined #opal
GitHub140 has left #opal [#opal]
<GitHub140> [opal-jquery] adambeynon tagged v0.2.0 at 52bbf7d: http://git.io/LBE6AQ
Steve445 has joined #opal
e_dub has quit [Quit: ZZZzzz…]
e_dub has joined #opal
Steve445 has quit [Quit: Steve445]
DouweM has joined #opal
dimaursu16 has quit [Ping timeout: 264 seconds]
ryanstout has quit [Ping timeout: 240 seconds]
ryanstout has joined #opal
e_dub has quit [Quit: It's a hard knock life]
skofo has joined #opal
<skofo> I am here to solve the prefix issue once and for all https://gist.github.com/skofo/9501428
ryanstout has quit [Quit: ryanstout]