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/
GitHub9 has joined #opal
<GitHub9> [vienna] brandondrew opened pull request #19: missing backticks (master...patch-1) http://git.io/wShRhA
GitHub9 has left #opal [#opal]
e_dub has joined #opal
kofno has quit [Quit: Connection closed for inactivity]
ryanstout has quit [Quit: ryanstout]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
kofno has joined #opal
e_dub has quit [Quit: ZZZzzz…]
GitHub60 has joined #opal
GitHub60 has left #opal [#opal]
<GitHub60> vienna/promises d8425e0 Adam Beynon: Clean up specs and remove some duplication
<GitHub60> [vienna] adambeynon pushed 4 new commits to promises: http://git.io/M4_ssQ
<GitHub60> vienna/promises 190ae99 Adam Beynon: Initial each binding specs
<GitHub60> vienna/promises 4bb8782 Adam Beynon: Merge TemplateView into Vienna::View
travis-ci has joined #opal
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/vienna/builds/26510124
<travis-ci> [travis-ci] opal/vienna#165 (promises - b124108 : Adam Beynon): The build passed.
GitHub88 has joined #opal
<GitHub88> vienna/promises f86fbe1 Adam Beynon: Cleanup View.on
<GitHub88> [vienna] adambeynon pushed 1 new commit to promises: http://git.io/i0M7sA
GitHub88 has left #opal [#opal]
GitHub150 has joined #opal
GitHub150 has left #opal [#opal]
GitHub38 has joined #opal
<GitHub150> [vienna] adambeynon closed pull request #19: missing backticks (master...patch-1) http://git.io/wShRhA
<GitHub38> vienna/master ffe6f21 Brandon Zylstra: missing backticks...
GitHub38 has left #opal [#opal]
<GitHub38> vienna/master 50a413c Adam Beynon: Merge pull request #19 from brandondrew/patch-1...
<GitHub38> [vienna] adambeynon pushed 2 new commits to master: http://git.io/p_xamg
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/vienna#166 (promises - f86fbe1 : Adam Beynon): The build passed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/vienna/builds/26512358
travis-ci has left #opal [#opal]
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/vienna#167 (master - 50a413c : Adam Beynon): The build passed.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/vienna/builds/26512386
travis-ci has left #opal [#opal]
wmnnd has joined #opal
<wmnnd> Hey there, is this not supposed to work? el = Element.new("<input>")
<wmnnd> It makes Opal throw an „[Exception... "String contains an invalid character" code: "5" nsresult: "0x80530005 (InvalidCharacterError)"
<wmnnd> Element.find("body“).append("<input>“) works fine, though.
<adambeynon> wmnnd: Element.new() is reserved for creating a new element, e.g. Element.new('div')
<adambeynon> You can use Element.parse "<input>"
<wmnnd> Okay, thank you.
<wmnnd> How is the documentation coming along for 1.0?
<wmnnd> I mean, is there anything that can be done to help you with the docs without having a deep understanding of the Opal code?
e_dub has joined #opal
ryanstout has joined #opal
ryanstout has quit [Quit: ryanstout]
wmnnd has quit [Quit: wmnnd]