larsam has quit [Quit: No Ping reply in 60 seconds.]
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
elia has joined #opal
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
<adambeynon>
elia: I hate working with rspec, they have now completely removed require() and use their own system on top of require_relative
<adambeynon>
ughhh
<elia>
adambeynon, yep, I remember seeing the code in rspec support
<elia>
I guess we'll need to "preload" most of the stuff
_whitelogger___ has joined #opal
<adambeynon>
of course that might break the order of some requires
<elia>
adambeynon, it'll also be a good test for require_relative
<elia>
adambeynon, let's see how it goes, but I wouldn't exclude adding a specific Kernel#preload method to be used in manifest files like opal-rspec.rb
<adambeynon>
elia: yeap, think its a good way to go
<elia>
adambeynon, should we add a note to a milestone? 0.8 maybe?
<elia>
adambeynon, the other day was thinking about sprockets and manually bootstrapping the main file
<elia>
and a possible solution could be to add a main-processor that just appends the bootstrapping code
<elia>
st like application.js.main-opal.rb
<elia>
(main-opal as an extension is ugly enough, but you get the idea)
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
<GitHub16>
[opal-rails] elia pushed 1 new commit to master: http://git.io/_ACbEw
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Ping timeout: 260 seconds]
_whitelogger___ has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
meh` has quit [Ping timeout: 260 seconds]
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has joined #opal
e_dub has quit [Quit: ZZZzzz…]
larsam has joined #opal
_whitelogger___ has quit [Excess Flood]
_whitelogger___ has joined #opal
_whitelogger___ has joined #opal
_whitelogger___ has joined #opal
_whitelogger____ has joined #opal
e_dub has joined #opal
_whitelogger____ has joined #opal
DrShoggoth has joined #opal
_whitelogger____ has joined #opal
_whitelogger____ has joined #opal
_whitelogger____ has joined #opal
_whitelogger____ has quit [Excess Flood]
_whitelogger____ has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
_whitelogger has joined #opal
_whitelogger has joined #opal
elia has joined #opal
elia has quit [Ping timeout: 240 seconds]
f-3r has joined #opal
DrShoggoth has quit [Quit: Leaving]
f-3r has quit [Ping timeout: 260 seconds]
f-3r has joined #opal
e_dub has quit [Quit: ZZZzzz…]
meh` has quit [Ping timeout: 246 seconds]
Kilo`byte has quit [Ping timeout: 260 seconds]
Kilo`byte has joined #opal
Zackio has quit [Ping timeout: 244 seconds]
Zackio has joined #opal
meh` has joined #opal
ryanstout has joined #opal
elia has joined #opal
<meh`>
elia, is your opal repl based on node conjuration available somewhere?
<elia>
meh`, opal/opal-node
<elia>
also npm install opal should work
<elia>
still based on 0.6 tho
<elia>
and not really sure how well it works
<meh`>
I see
<meh`>
hoped to get better console.log
brixen has quit [Ping timeout: 250 seconds]
elia has quit [Ping timeout: 258 seconds]
brixen has joined #opal
shevy has quit [Ping timeout: 240 seconds]
e_dub has joined #opal
ylluminarious has joined #opal
shevy has joined #opal
<ylluminarious>
hi everyone. i have a simple app that i made in opal, via the command line, but, for some reason it's not working. i have the code for it on github here: https://github.com/ylluminarious/hello_name_cmd_line
<ylluminarious>
the browser keeps throwing an error about an uninitialized constant, but i've looked over my code and everything seems fine
<meh`>
ylluminarious, can you gist the error please?
<meh`>
can you verify you're on the latest commit?
<meh`>
elia made some changes related to File recently
<ylluminarious>
hmm, i'll check real quick
<ylluminarious>
i think i'm on the latest commit. i got the opal version that i'm using yesterday.
<ylluminarious>
how recent was elia's change to File?
<meh`>
then elia must have broken something
<meh`>
last few days
<ylluminarious>
yeah, i'm up to date. i also ran this project by a friend of mine who is more proficient in opal than i am, and he didn't know what was wrong with it.
<meh`>
I'm pretty sure nothing's wrong with it, it's just a regression in opal
<ylluminarious>
yeah
<ylluminarious>
well, thanks. i hope whatever the problem is gets fixed.
<meh`>
ylluminarious, I'll tell elia when he comes back on
<ylluminarious>
alright
<meh`>
adambeynon, ping
fkchang has joined #opal
<adambeynon>
hey meh`
<fkchang>
adambeynon: how do you get the equivalent of this on an on(:click) block in opal-jquery?