<ryanstout>
quick question. So in opal, there is one Boolean class instead of TrueClass, FalseClass?
<meh`>
ryanstout, yes
<ryanstout>
ok, cool. Got it figured out. Thanks
<meh`>
TrueClass = FalseClass = Boolean
<ryanstout>
does opal have a working repl now?
<meh`>
ryanstout, opal-repl
<ryanstout>
thanks
ryanstout has quit [Quit: ryanstout]
fkchang has joined #opal
<fkchang>
adambeynon: u there?
meh` has quit [Ping timeout: 240 seconds]
fkchang has quit [Ping timeout: 272 seconds]
marcandre has joined #opal
marcandre has quit [Remote host closed the connection]
elia has joined #opal
kludge` has quit [Ping timeout: 240 seconds]
ylluminate has quit [Quit: Bye!]
elia has quit [Quit: (IRC Client: textualapp.com)]
elia has joined #opal
elia has quit [Client Quit]
elia has joined #opal
kludge` has joined #opal
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #opal
elia has joined #opal
elia has quit [Client Quit]
kludge` has quit [Ping timeout: 240 seconds]
e_dub has quit [Ping timeout: 240 seconds]
e_dub has joined #opal
kludge` has joined #opal
fkchang has joined #opal
<fkchang>
adambeynon: u around?
<adambeynon>
hey fkchang
<adambeynon>
did you get my email?
<fkchang>
just saw it now
<fkchang>
I dunno if you caught my lines about opal-starter-kit a few days earlier
<adambeynon>
fkchang: I did. I think its a great idea
<fkchang>
cool, I think we can use it to show the "standard configurations" so I'll want to run the recipes by the core team before I upload to rubygems
<fkchang>
adambeynon: is there a way to say no index file in opal-rspec
<adambeynon>
fkchang: do you just want it to handle the sprockets stuff? as in, build the ruby, nothing else
<fkchang>
I'm setting up the default "static html/js" project, and initially I didn't have an index.html file, except the one at the top level so it could serve up as a github page, so in that case, I want to say "ignore the index.html at the top w/o forcing me to add one", but my latest experiment w/a spec/index.html is timing out, so for either case, I'd like to know what to do 1) can I say there is no index.html 2) wh is i timing out. I'm
<fkchang>
going to look at the one for opal-jquery to see if I can figure out what's missing -- all this stuff sort of needs to be documented somewhere
<adambeynon>
fkchang: If I understand it right, you dont have to have an index.html file - opal server provides a default one for you
<adambeynon>
so, aslong as you set the server.main file, it should "just work"
elia has joined #opal
<fkchang>
github is non responsive for me at the moment, my first case is that I have an index.html at the top level for the static project now, and by default opal-rspec is trying to load that so I'd like to do something like s.index_path = :default or nil to make it ignore the ROOT/index.html
<fkchang>
ok, github is up. I'll try to add the server.main erb and see
<adambeynon>
fkchang: can you gist your config.ru stuff so I can see? opal-rspec comes with its own html file, so Im not sure why its trying to load root/index.html
<fkchang>
for the static html/js app there is no config.ru, but adding the erb to include server.main took care of issue #2 where opal-rspec hangs when I include an index.html, maybe I'll just bypass problem #1 by always including the spec/index.html in the static project
marcandre has joined #opal
fkchang` has joined #opal
fkchang has quit [Ping timeout: 272 seconds]
elia has quit [Quit: (IRC Client: textualapp.com)]
elia has joined #opal
_elia has joined #opal
elia has quit [Read error: Connection reset by peer]
ryanstout has joined #opal
kludge` has quit [Ping timeout: 240 seconds]
kludge` has joined #opal
kludge` has quit [Ping timeout: 260 seconds]
kludge` has joined #opal
_elia has quit [Ping timeout: 260 seconds]
kludge` has quit [Ping timeout: 246 seconds]
kludge` has joined #opal
kludge` has quit [Ping timeout: 272 seconds]
kludge` has joined #opal
DouweM_ has joined #opal
DouweM has quit [Read error: Connection reset by peer]
DouweM_ has quit [Client Quit]
DouweM has joined #opal
meh` has joined #opal
elia has joined #opal
fkchang`` has joined #opal
fkchang` has quit [Ping timeout: 250 seconds]
elia has quit [Read error: Connection reset by peer]
DouweM has quit [Ping timeout: 250 seconds]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
DouweM has joined #opal
ylluminate has joined #opal
<ylluminate>
what are you guys using for bdd in opal right now?
<adambeynon>
ylluminate: rspec, via opal-rspec
<ylluminate>
adding cucumber or spinach to it at all?
<adambeynon>
Nope. Not tried to get them working with opal