jhass changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.3.1; 2.2.5; 2.1.9: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || logs @ http://irclog.whitequark.org/ruby/
jaguarmagenta has joined #ruby
marr has quit [Ping timeout: 244 seconds]
mistermocha has joined #ruby
enterprisey has joined #ruby
LoneHerm_ has joined #ruby
solocshaw has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
nankyokusei has joined #ruby
jaguarmagenta has quit [Ping timeout: 252 seconds]
siaw23 has quit [Quit: siaw23]
mistermocha has quit [Ping timeout: 250 seconds]
solocshaw has quit [Read error: Connection reset by peer]
solocshaw has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
Sucks has quit [Remote host closed the connection]
mistermocha has joined #ruby
allcentury has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
mistermo_ has joined #ruby
dminuoso has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
nictrasavios__ has joined #ruby
<nictrasavios__> Eclipse is throwing an error about this line: results = { results: [], :next nil }
allcentury has quit [Ping timeout: 250 seconds]
<nictrasavios__> syntax error, unexpected ':'
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
nictrasavios__ has left #ruby [#ruby]
nictrasavios__ has joined #ruby
<Mon_Ouie> It's next: nil, not :next nil.
Es0teric has quit [Quit: Computer has gone to sleep.]
<nictrasavios__> That's what I had before, but it threw the same error ;P
<nictrasavios__> I thought I was derping my symbol syntax
nictrasavios_ has quit [Remote host closed the connection]
nictrasavios__ has quit [Remote host closed the connection]
nictrasavios has quit [Remote host closed the connection]
mistermo_ has joined #ruby
kirun has quit [Quit: Client exiting]
nictrasavios has joined #ruby
dminuoso has quit [Ping timeout: 244 seconds]
<nictrasavios> Sorry about that. DE bug made the window go away
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mistermocha has quit [Ping timeout: 250 seconds]
allcentury has joined #ruby
tildes has quit [Read error: Connection reset by peer]
tildes has joined #ruby
<nictrasavios> Unexpected ':' on this line: results = { results: [], next: nil }
<Mon_Ouie> >> results = { results: [], next: nil }
tildes has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
<ruby[bot]> Mon_Ouie: # => {:results=>[], :next=>nil} (https://eval.in/595578)
<Mon_Ouie> ^ That line is fine, show the code around it.
tildes has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
<ruby[bot]> nictrasavios: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/742559dcdae937e684f468e78d36803c
<ruby[bot]> nictrasavios: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
Guest56199 has quit [Remote host closed the connection]
<nictrasavios> Sure.
<shevy> the method "def paginate_by_cursor(coll, &_block)" has no syntax error
<Mon_Ouie> Syntax of this file is ok according to ruby -c, you must not be running the code you think you're running
<nictrasavios> I figured that, so why is eclipse being an idiot
<nictrasavios> That's the whole file, C/ped out the ide
allcentury has quit [Ping timeout: 244 seconds]
<shevy> not sure about eclipse, but I remember perhaps 2 years ago or so, someone was using an IDE that modified (and changed) ruby code as it evaluated it
mistermo_ has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
<nictrasavios> ... Anyone got a better IDE?
<nictrasavios> Considering that bug is from 2012 XD
allcentury has joined #ruby
<Mon_Ouie> People tend to just use text editors with syntax highlighting (e.g. Sublime Text, Vim, Emacs)
<shevy> there are not that many IDEs in ruby... what was the other name... rubymine? hmm ... note ven sure if that was the name
<shevy> in ruby things should be so simple that you should not need an IDE
<nictrasavios> Honestly, I'm an old hand in C/C++, so I just googled how to make my IDE understand ruby and never thought twice about it.
<lupine> problem with ruby is that it's *complicated* for IDEs
<nictrasavios> A few video tutorials I watched on ruby used Sublime, so I'll give that a shot.
<lupine> just syntax highlighting is hard enough
slowmatt has quit [Quit: leaving]
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
<nictrasavios> Quick question, what does the phrase "syntactic sugar" mean. I've seen this twice in ruby forum threads, yet I've never seen this phrase before
<shevy> things where you can omit syntax
<shevy> Foo[]
<shevy> Foo.[]
<shevy> Foo.[]()
<shevy> also the + - and so forth "operations"
nictrasavios has left #ruby ["My whole life has been unlimited code works."]
nictrasavios has joined #ruby
<shevy> perhaps the new hash syntax too ... foo: :bar would traditionally be :foo => :bar or even longer {:foo => :bar}
moeabdol has joined #ruby
allcentury has quit [Ping timeout: 240 seconds]
whathappens has joined #ruby
<nictrasavios> So, basically, *all* of ruby for me. Seriously.
<shevy> well, the general syntax: object.name_of_method(arg1, arg2, arg3)
spider-mario has quit [Remote host closed the connection]
mistermo_ has joined #ruby
<shevy> spudowiar had a nice example yesterday or so...
<shevy> the yoda comparison
mistermocha has quit [Ping timeout: 250 seconds]
<shevy> <jhass> miqlas-H: if 1 == var instead of if var == 1
<shevy> <spudowiar> miqlas-H: first case calls Fixnum#==, second calls var.==
<shevy> ruby has it all!
dhruvasagar has joined #ruby
<shevy> duck typing, yoda fighting, and what not
<nictrasavios> Here is a function definition from an old project: void _render_layout (Bubble* self, cairo_t* cr, gdouble alpha_normal,gdouble alpha_blur)
<shevy> yay C \o/
<shevy> if you know C, perhaps you can help ruby-gnome
<nictrasavios> I spent 7 years of my life writing code for GNU and FOSS projects. I may pick it up again one day, but for now I'm seeing how the evil side works.
<shevy> :D
moeabdol has quit [Ping timeout: 272 seconds]
<nictrasavios> If I get good enough with ruby, I'll start there.
mistermocha has joined #ruby
nictrasavios has left #ruby ["My whole life has been unlimited code works."]
nictrasavios has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
<nictrasavios> Anyway, I need a break!
nictrasavios has quit [Quit: My whole life has been unlimited code works.]
neo_ has joined #ruby
crdpink has joined #ruby
dhruvasagar has quit [Ping timeout: 246 seconds]
crdpink2 has quit [Ping timeout: 250 seconds]
tildes has quit [Read error: Connection timed out]
RegulationD has joined #ruby
tildes has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
mistermocha has joined #ruby
n1x-nz has quit [Ping timeout: 276 seconds]
neo_ has quit [Ping timeout: 250 seconds]
isberg has joined #ruby
RegulationD has quit [Ping timeout: 258 seconds]
mistermocha has quit [Ping timeout: 250 seconds]
allcentury has joined #ruby
zeroDi has quit [Quit: WeeChat 1.5]
<pilne> erm...
<pilne> are there good gnome 3 bindings, why work on gtk2?
dc2 has joined #ruby
Channel6 has joined #ruby
arlek has joined #ruby
mistermocha has joined #ruby
n1x-nz has joined #ruby
AcidCrash0x00 has joined #ruby
allcentury has quit [Ping timeout: 240 seconds]
roamingdog has joined #ruby
arescorpio has joined #ruby
dc2 has quit [Ping timeout: 252 seconds]
ruby-lang642 has joined #ruby
AcidCrash has quit [Ping timeout: 240 seconds]
hahuang61 has joined #ruby
mistermocha has quit [Ping timeout: 264 seconds]
<ruby-lang642> a
SilverKey has joined #ruby
nando294021 has quit [Quit: Lost terminal]
framlinqp has joined #ruby
bkxd has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
framlinqp has quit [Remote host closed the connection]
framling has quit [Ping timeout: 252 seconds]
sp4rrow has joined #ruby
pawnbox_ has quit [Remote host closed the connection]
vuoto has joined #ruby
shadeslayer has quit [Ping timeout: 246 seconds]
mistermocha has joined #ruby
<shevy> pilne gtk2 and gtk3 work mostly, not sure about any additional gnome3 bindings
dminuoso has joined #ruby
ramfjord has quit [Ping timeout: 244 seconds]
ullu has quit [Ping timeout: 240 seconds]
shadeslayer has joined #ruby
fallacy__ has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
ullu has joined #ruby
arlek has quit [Ping timeout: 246 seconds]
c0mrad3 has quit [Quit: Connection closed for inactivity]
vuoto has quit [Remote host closed the connection]
nando293921 has joined #ruby
dsea11 has quit [Ping timeout: 252 seconds]
dminuoso has quit [Ping timeout: 258 seconds]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
nando293921 has quit [Ping timeout: 276 seconds]
nando293921 has joined #ruby
aryaching has quit [Ping timeout: 276 seconds]
Sucks has joined #ruby
whathappens has quit [Quit: Leaving...]
northfurr has joined #ruby
mistermocha has joined #ruby
mattwashere has joined #ruby
kiki_lamb has left #ruby [#ruby]
ramfjord has joined #ruby
tildes has quit [Ping timeout: 252 seconds]
allcentury has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
segy has quit [Ping timeout: 246 seconds]
segy has joined #ruby
dc2 has joined #ruby
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
allcentury has quit [Ping timeout: 276 seconds]
mistermocha has joined #ruby
A5101 has quit [Ping timeout: 260 seconds]
gorsuch has joined #ruby
RegulationD has joined #ruby
gorsuch has quit [Remote host closed the connection]
gorsuch has joined #ruby
dc2 has quit [Ping timeout: 244 seconds]
mistermocha has quit [Ping timeout: 250 seconds]
RegulationD has quit [Ping timeout: 260 seconds]
Sypheren has joined #ruby
nofxx has joined #ruby
xall has joined #ruby
ruby-lang642 has quit [Ping timeout: 250 seconds]
nando293921 has quit [Ping timeout: 272 seconds]
xall_ has quit [Ping timeout: 264 seconds]
mattwashere has quit [Remote host closed the connection]
<pilne> oh, yes... i forgot they were separated >.<
tildes has joined #ruby
jaguarmagenta has joined #ruby
jaguarmagenta has quit [Read error: Connection reset by peer]
hahuang61 has joined #ruby
jaguarmagenta has joined #ruby
allcentury has joined #ruby
tildes has quit [Ping timeout: 272 seconds]
nankyokusei has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
Rodya_ has quit [Quit: Leaving...]
allcentury has quit [Ping timeout: 260 seconds]
cdg has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 260 seconds]
mattwashere has joined #ruby
duncannz has joined #ruby
dhruvasagar has joined #ruby
dminuoso has joined #ruby
nando293921 has joined #ruby
pawnbox has joined #ruby
mistermocha has joined #ruby
SCHAAP137 has quit [Quit: Exiting...]
Sypheren has quit [Quit: Going offline, see ya! (www.adiirc.com)]
dhruvasagar has quit [Ping timeout: 252 seconds]
dminuoso has quit [Ping timeout: 250 seconds]
meatchicken has quit [Read error: Connection reset by peer]
pawnbox has quit [Ping timeout: 240 seconds]
enterprisey has quit [Ping timeout: 250 seconds]
mistermocha has quit [Ping timeout: 250 seconds]
lady3bean_ has quit [Quit: ZNC - http://znc.in]
gnarf_ has quit [Quit: ZNC - http://znc.in]
davedev24 has quit []
toretore has quit [Ping timeout: 246 seconds]
roamingdog has quit [Read error: Connection reset by peer]
roamingd_ has joined #ruby
Kallis has quit [Read error: Connection reset by peer]
jaguarmagenta has quit [Remote host closed the connection]
dhruvasagar has joined #ruby
gnarf has joined #ruby
roamingd_ has quit [Remote host closed the connection]
enterprisey has joined #ruby
mozzarella has quit [Quit: WeeChat 1.5]
Yzguy has quit [Quit: Zzz...]
mozzarella has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
symm- has quit [Ping timeout: 244 seconds]
nando293921 has quit [Ping timeout: 260 seconds]
RegulationD has joined #ruby
postmodern has quit [Quit: Leaving]
unforgiven512 has joined #ruby
mozzarella has quit [Quit: WeeChat 1.5]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
RegulationD has quit [Ping timeout: 258 seconds]
symm- has joined #ruby
mozzarella has joined #ruby
roamingdog has joined #ruby
karapetyan has joined #ruby
mattwashere has quit [Remote host closed the connection]
mozzarella has quit [Quit: WeeChat 1.5]
symm- has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
segy has quit [Ping timeout: 250 seconds]
mozzarella has joined #ruby
tristanp_ has quit [Remote host closed the connection]
mattwashere has joined #ruby
northfurr has quit [Quit: northfurr]
segy has joined #ruby
Channel6 has quit [Quit: Leaving]
pawnbox has quit [Ping timeout: 258 seconds]
tristanp has joined #ruby
tmtwd has joined #ruby
bkxd has quit [Ping timeout: 252 seconds]
hahuang61 has joined #ruby
northfurr has joined #ruby
enterprisey has quit [Ping timeout: 250 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
braincras has quit [Quit: bye bye]
User458764 has quit [Quit: Textual IRC Client: www.textualapp.com]
tristanp has quit [Remote host closed the connection]
white_magic has joined #ruby
<white_magic> hi, has anyone here set up ruby mine to work with a remote interpreter?
chouhoul_ has joined #ruby
enterprisey has joined #ruby
mattwashere has quit [Remote host closed the connection]
toretore has joined #ruby
dminuoso has joined #ruby
chouhoulis has quit [Ping timeout: 244 seconds]
allcentury has joined #ruby
braincrash has joined #ruby
allcentury has quit [Ping timeout: 244 seconds]
k3rn31 has joined #ruby
dminuoso has quit [Ping timeout: 264 seconds]
arescorpio has quit [Quit: Leaving.]
gix has quit [Ping timeout: 240 seconds]
sauvin has joined #ruby
solocshaw has quit [Quit: solocshaw]
gix has joined #ruby
Azure has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 1.5]
Azure|dc has quit [Ping timeout: 264 seconds]
hk238 has joined #ruby
ReK2 has quit [Remote host closed the connection]
yma__gib has joined #ruby
ReK2 has joined #ruby
ReK2 has quit [Client Quit]
axsuul has joined #ruby
isberg has quit [Quit: I'm out]
k3rn31 has quit [Quit: Computer has gone to sleep.]
yma__gib has quit [Ping timeout: 252 seconds]
ReK2 has joined #ruby
Azure has quit [Remote host closed the connection]
naturegirl has joined #ruby
RegulationD has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
xall_ has joined #ruby
karapetyan has quit [Remote host closed the connection]
white_magic has quit []
xlegoman has quit [Quit: Leaving]
xall has quit [Ping timeout: 258 seconds]
pilne has quit [Quit: Quitting!]
mistermocha has joined #ruby
Sypheren has joined #ruby
howdoi has joined #ruby
arnonhongklay has quit [Remote host closed the connection]
arnonhongklay has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
sp4rrow has joined #ruby
mistermocha has joined #ruby
allcentury has joined #ruby
mozzarella has quit [Quit: WeeChat 1.5]
mattwashere has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
hahuang61 has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
Sypheren has quit [Quit: Going offline, see ya! (www.adiirc.com)]
xall has joined #ruby
mozzarella has joined #ruby
mistermo_ has joined #ruby
Sypheren has joined #ruby
mattwashere has quit [Ping timeout: 276 seconds]
shinnya has joined #ruby
nankyokusei has joined #ruby
xall_ has quit [Ping timeout: 252 seconds]
misterm__ has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
mistermocha has quit [Ping timeout: 252 seconds]
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
misterm__ has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
mistermo_ has quit [Read error: Connection reset by peer]
pawnbox has joined #ruby
allcentury has quit [Ping timeout: 264 seconds]
mistermo_ has joined #ruby
nankyokusei has quit [Ping timeout: 240 seconds]
scottj has joined #ruby
jetpackj1 has joined #ruby
nando293921 has joined #ruby
Sammichmaker has joined #ruby
Sammichmaker has quit [Remote host closed the connection]
Sammichmaker has joined #ruby
jetpackjoe has quit [Ping timeout: 260 seconds]
ullu has quit [Ping timeout: 264 seconds]
mistermocha has quit [Ping timeout: 240 seconds]
pawnbox has quit [Ping timeout: 252 seconds]
tmtwd_ has joined #ruby
mistermo_ has quit [Ping timeout: 260 seconds]
northfurr has quit [Quit: northfurr]
northfurr has joined #ruby
tmtwd has quit [Ping timeout: 246 seconds]
Yzguy has joined #ruby
Yzguy has quit [Client Quit]
dminuoso has joined #ruby
mozzarella has quit [Quit: WeeChat 1.5]
jetpackj1 has quit [Ping timeout: 264 seconds]
mozzarella has joined #ruby
last_staff has joined #ruby
northfurr has quit [Client Quit]
dminuoso has quit [Ping timeout: 252 seconds]
c355e3b has quit [Quit: Connection closed for inactivity]
Gnosis has joined #ruby
northfurr has joined #ruby
joneshf-laptop has quit [Read error: Connection reset by peer]
<Gnosis> Can... can I ask a simple question?
ramfjord has quit [Ping timeout: 244 seconds]
bkxd has joined #ruby
<Gnosis> So... is anyone here?
<shevy> come on man
tk has joined #ruby
<Gnosis> Can I code with Ruby to make a program that actually has a GUI? I am new so I am sorry if it sounds stupid.
tk is now known as Guest20267
pawnbox has joined #ruby
phrozen77 has joined #ruby
<shevy> yeah
<shevy> tk bindings come with the default ruby though they are not extremely elegant
jaguarmagenta has joined #ruby
<shevy> there are usable GUIs in the sense of qtruby ruby-gtk , wxwidgets to some extent... shoes if you have jruby... perhaps a few more
<shevy> for instance someone wrote some "The Settlers" gui thing in ruby-gtk once http://yusei.ragondux.com/img/camato.png
pawnbox has quit [Ping timeout: 258 seconds]
<Gnosis> Would it be easier to use a different language for a program with a GUI or is Ruby fine too? Because I really like how Ruby codes achieve to be readable for me. I am going to need the GUI to display PNG images too.
<shevy> well
<shevy> I assume the python bindings may be more polished simply due to the fact that there are more python devs
jaguarmagenta has quit [Ping timeout: 264 seconds]
<shevy> the GUI parts in ruby are usable
karapetyan has joined #ruby
mozzarella has quit [Quit: WeeChat 1.5]
A5101 has joined #ruby
edwardly has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby
mozzarella has joined #ruby
<Gnosis> Uh huh, so I guess I will try my luck with Ruby. If you have anything to add, I'd like to hear it too.
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
matp has quit [Remote host closed the connection]
<shevy> I have a commandline script to ask exam questions
matp has joined #ruby
<shevy> I also added a GUI in ruby-gtk2; it is nowhere near as polished as camato was, since I am lazy and I also fail at UI http://shevegen.square7.ch/EXAM_QUESTIONS_GUI.png but it works
last_staff has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 244 seconds]
<Gnosis> Yeah, you can find what you're looking for.
djbkd has quit [Client Quit]
<Gnosis> Thanks for the answers, shevy.
CloCkWeRX has joined #ruby
<shevy> I think for the GUI parts, it may not be that hugely important what language you use
<shevy> I mean obviously use the better language, but
<shevy> if you understand the qt model or the gtk model once, you can apply it elsewhere too, including other GUIs
dopie_ has joined #ruby
<shevy> there are some minor differences such as the slots used in qt - gtk does not ahve slots like qt does
Mia has joined #ruby
<shevy> once I wanted to have an abstract toolkit where you would do Button.new and it would translate specifically into a qt button... or a gtk button and so on
pawnbox has joined #ruby
RegulationD has joined #ruby
<Gnosis> And did you make it yourself or?
CloCkWeRX has quit [Remote host closed the connection]
dopie_ has quit [Client Quit]
<shevy> it was too much work
<Gnosis> Oh. I would do it with a friend and two gallons of coffee if I knew I could.
allcentury has joined #ruby
pawnbox has quit [Ping timeout: 250 seconds]
RegulationD has quit [Ping timeout: 240 seconds]
diegoaguilar has joined #ruby
kareeoleez has joined #ruby
allcentury has quit [Ping timeout: 244 seconds]
<Gnosis> Oh and, thanks.
Mia has quit [Read error: Connection reset by peer]
naturegirl has quit []
ponga has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
hahuang61 has joined #ruby
allcentury has joined #ruby
sergey_makagon has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
rbennacer has joined #ruby
allcentury has quit [Ping timeout: 244 seconds]
sergey_makagon has quit [Ping timeout: 276 seconds]
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
hk238 has joined #ruby
dminuoso has joined #ruby
dudepare has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
northfurr has quit [Quit: northfurr]
rbennacer has joined #ruby
aupadhye has joined #ruby
dminuoso has quit [Ping timeout: 276 seconds]
rbennace_ has joined #ruby
arlek has joined #ruby
rbennacer has quit [Remote host closed the connection]
k3rn31 has joined #ruby
dudepare has quit [Remote host closed the connection]
aryaching has joined #ruby
shinnya has quit [Ping timeout: 246 seconds]
the_drow has joined #ruby
SilverKey has quit [Quit: Halted.]
terminalrecluse has joined #ruby
emiltin has joined #ruby
houhouli_ has joined #ruby
ramfjord has joined #ruby
d0lph1n98 has joined #ruby
houhoulis has quit [Ping timeout: 276 seconds]
roamingdog has quit [Remote host closed the connection]
RegulationD has joined #ruby
rbennace_ has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 260 seconds]
RegulationD has quit [Ping timeout: 244 seconds]
rbennacer has joined #ruby
dhruvasagar has joined #ruby
enterprisey has quit [Quit: good night!]
the_drow has quit [Quit: This computer has gone to sleep]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
rbennacer has quit [Ping timeout: 264 seconds]
jetpackj1 has joined #ruby
jackjackdripper has joined #ruby
jetpackj1 has quit [Ping timeout: 272 seconds]
j0bk has joined #ruby
hahuang61 has joined #ruby
DTZUBDUB has quit [Ping timeout: 260 seconds]
nankyokusei has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
ullu has joined #ruby
douglascorrea has quit [Remote host closed the connection]
tristanp has joined #ruby
nankyokusei has quit [Ping timeout: 272 seconds]
ullu has quit [Ping timeout: 240 seconds]
braincrash has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
allcentury has joined #ruby
tristanp has quit [Ping timeout: 250 seconds]
braincrash has joined #ruby
dminuoso has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
emiltin has quit [Quit: Computer has gone to sleep.]
Sypheren has quit [Quit: Going offline, see ya! (www.adiirc.com)]
allcentury has quit [Ping timeout: 250 seconds]
dminuoso has quit [Ping timeout: 244 seconds]
emiltin has joined #ruby
axsuul has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
braincrash has quit [Ping timeout: 272 seconds]
nando293921 has quit [Remote host closed the connection]
braincrash has joined #ruby
allcentury has joined #ruby
jaguarmagenta has joined #ruby
allcentury has quit [Ping timeout: 252 seconds]
jaguarmagenta has quit [Ping timeout: 258 seconds]
xall_ has joined #ruby
nictrasavios has joined #ruby
<nictrasavios> >> VERSION = ::File.read('../version.txt').strip
<ruby[bot]> nictrasavios: # => (https://eval.in/595628)
xall has quit [Ping timeout: 260 seconds]
allcentury has joined #ruby
roamingdog has joined #ruby
allcentury has quit [Ping timeout: 258 seconds]
LoneHerm_ has joined #ruby
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
RegulationD has joined #ruby
roamingdog has quit [Ping timeout: 276 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
Dimik has joined #ruby
Mia has quit [Read error: Connection reset by peer]
rippa has joined #ruby
rbennacer has joined #ruby
jetpackj1 has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
duoi has quit [Ping timeout: 250 seconds]
tmtwd_ has quit [Ping timeout: 244 seconds]
<nictrasavios> Does order of require matter?
axsuul has joined #ruby
duoi has joined #ruby
jetpackj1 has quit [Ping timeout: 258 seconds]
aryaching has quit [Ping timeout: 272 seconds]
k3rn31 has quit [Quit: Computer has gone to sleep.]
rbennacer has quit [Ping timeout: 240 seconds]
DTZUBDUB has joined #ruby
bkxd has quit [Ping timeout: 276 seconds]
serge_ has quit [Ping timeout: 250 seconds]
tmtwd_ has joined #ruby
yma__gib has joined #ruby
hahuang61 has joined #ruby
rbennacer has joined #ruby
DTZUBDUB has quit [Ping timeout: 260 seconds]
solars has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
the_drow has joined #ruby
the_drow has quit [Client Quit]
hahuang65 has quit [Quit: WeeChat 1.5]
douglascorrea has joined #ruby
A5101 has quit [Ping timeout: 272 seconds]
tristanp has joined #ruby
the_drow has joined #ruby
tristanp has quit [Remote host closed the connection]
balderdash has joined #ruby
shinnya has joined #ruby
douglascorrea has quit [Ping timeout: 250 seconds]
the_drow has quit [Client Quit]
the_drow has joined #ruby
dminuoso has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
antgel has joined #ruby
shinnya has quit [Ping timeout: 260 seconds]
yma__gib has quit [Ping timeout: 252 seconds]
madgen has joined #ruby
pawnbox has joined #ruby
dminuoso has quit [Ping timeout: 260 seconds]
DTZUBDUB has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
pawnbox has quit [Ping timeout: 252 seconds]
sp4rrow has joined #ruby
hk238 has joined #ruby
sp4rrow has quit [Quit: Textual]
bkxd has joined #ruby
tmtwd_ has quit [Ping timeout: 258 seconds]
jaguarmagenta has joined #ruby
d0nn1e has quit [Ping timeout: 244 seconds]
d0nn1e has joined #ruby
roamingdog has joined #ruby
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
pawnbox has joined #ruby
cajone has quit [Remote host closed the connection]
multi_io has quit [Ping timeout: 276 seconds]
mistermocha has joined #ruby
multi_io has joined #ruby
RegulationD has joined #ruby
roamingdog has quit [Ping timeout: 244 seconds]
conta has joined #ruby
pawnbox has quit [Ping timeout: 276 seconds]
mistermo_ has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
mistermocha has quit [Ping timeout: 250 seconds]
firstdayonthejob has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
mistermocha has joined #ruby
misterm__ has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
jaguarmagenta has quit [Remote host closed the connection]
mistermocha has quit [Ping timeout: 250 seconds]
mistermocha has joined #ruby
ICantCook has quit [Ping timeout: 240 seconds]
misterm__ has quit [Ping timeout: 250 seconds]
mistermo_ has joined #ruby
xall_ has quit [Ping timeout: 258 seconds]
Mia has joined #ruby
chipotle has quit [Quit: cheerio]
mistermocha has quit [Ping timeout: 250 seconds]
tildes has joined #ruby
Dimik has quit [Ping timeout: 272 seconds]
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
mistermocha has quit [K-Lined]
sandelius has joined #ruby
hahuang61 has joined #ruby
houhouli_ has quit [Remote host closed the connection]
bkxd has quit [Ping timeout: 246 seconds]
siaw23 has joined #ruby
nankyokusei has joined #ruby
Guest78572 has quit [Changing host]
Guest78572 has joined #ruby
allcentury has joined #ruby
Guest78572 is now known as nuck
pawnbox has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
rbennacer has joined #ruby
ullu has joined #ruby
cajone has joined #ruby
nankyokusei has quit [Ping timeout: 276 seconds]
nofxx has quit [Ping timeout: 272 seconds]
nofxx has joined #ruby
allcentury has quit [Ping timeout: 240 seconds]
ullu has quit [Ping timeout: 244 seconds]
d0lph1n98 has quit [Ping timeout: 260 seconds]
neo_ has joined #ruby
rbennacer has quit [Ping timeout: 244 seconds]
mistermocha has joined #ruby
SCHAAP137 has joined #ruby
rbennacer has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
dminuoso has joined #ruby
isxek has joined #ruby
neo_ has quit [Remote host closed the connection]
neo_ has joined #ruby
mistermo_ has joined #ruby
hk238 has joined #ruby
rbennacer has quit [Ping timeout: 250 seconds]
misterm__ has joined #ruby
der-landgraf has quit [Quit: WeeChat 1.5]
mistermocha has quit [Ping timeout: 252 seconds]
dminuoso has quit [Ping timeout: 246 seconds]
misterm__ has quit [Read error: Connection reset by peer]
mistermo_ has quit [Ping timeout: 276 seconds]
CloCkWeRX has joined #ruby
allcentury has joined #ruby
rbennacer has joined #ruby
jenrzzz has joined #ruby
der-landgraf has joined #ruby
mistermocha has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
allcentury has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
binaryplease1 has joined #ruby
mistermocha has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
binaryplease has quit [Ping timeout: 244 seconds]
rbennacer has quit [Ping timeout: 246 seconds]
mistermocha has joined #ruby
moeabdol has joined #ruby
duoi has quit [Ping timeout: 250 seconds]
mistermocha has quit [Read error: Connection reset by peer]
duoi has joined #ruby
jetpackj1 has joined #ruby
ta_ has joined #ruby
mistermocha has joined #ruby
tvw has joined #ruby
Niham has joined #ruby
binaryplease1 is now known as binaryplease
xall_ has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has joined #ruby
Niham has quit [Max SendQ exceeded]
Niham has joined #ruby
roamingdog has joined #ruby
mistermo_ has quit [Read error: Connection reset by peer]
AcidCrash0x00 is now known as AcidCrash
Niham has quit [Max SendQ exceeded]
jetpackj1 has quit [Ping timeout: 250 seconds]
Niham has joined #ruby
mistermocha has joined #ruby
ta_ has quit [Ping timeout: 260 seconds]
jgt1 has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
nictrasavios has quit [Quit: My whole life has been unlimited code works.]
RegulationD has joined #ruby
minimalism has quit [Quit: minimalism]
minimalism has joined #ruby
roamingdog has quit [Ping timeout: 276 seconds]
AcidCrash is now known as AcidCrash0x00
marr has joined #ruby
CloCkWeRX has quit [Ping timeout: 244 seconds]
lxsameer has joined #ruby
mistermocha has joined #ruby
RegulationD has quit [Ping timeout: 258 seconds]
duoi has quit [Ping timeout: 250 seconds]
mistermocha has quit [Read error: Connection reset by peer]
neo_ has quit [Remote host closed the connection]
mistermocha has joined #ruby
AcidCrash0x00 has quit []
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
duoi has joined #ruby
ur5us has joined #ruby
ponga has quit []
mistermo_ has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
xall_ has quit [Ping timeout: 260 seconds]
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
LACampbell has joined #ruby
guardian has quit [Quit: Coyote finally caught me]
minimalism has quit [Quit: minimalism]
<LACampbell> can anyone recommend a good lib for FFI? I've wrapped stuff manually before, but I'd rather not do it again if possible
guardian has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
minimalism has joined #ruby
mistermocha has joined #ruby
hahuang61 has joined #ruby
yfeldblum has joined #ruby
<sandelius> LACampbell ffi has alot of overhead, what are you calling?
mistermocha has quit [Read error: Connection reset by peer]
<LACampbell> sandelius, a C library of my own creation. mainly so I can play with it in the repl. not too concerned about overhead at this point
allcentury has joined #ruby
<LACampbell> (t's a re-write of a performance bottle neck originally in ruby, want to merge it in)
<sandelius> LACampbell then https://github.com/ffi/ffi is pretty good. I used it myself with success :)
Ishido has quit [Remote host closed the connection]
CloCkWeRX has joined #ruby
<LACampbell> I'll check it out
Ishido has joined #ruby
Mia has quit [Read error: Connection reset by peer]
duncannz has quit [Remote host closed the connection]
hahuang61 has quit [Ping timeout: 250 seconds]
_KantonKid_ has joined #ruby
diegoaguilar has quit [Remote host closed the connection]
ur5us has quit [Remote host closed the connection]
allcentury has quit [Ping timeout: 246 seconds]
diegoaguilar has joined #ruby
douglascorrea has joined #ruby
allcentury has joined #ruby
KillerFox has quit [Ping timeout: 244 seconds]
ur5us has joined #ruby
Hobogrammer has quit [Quit: WeeChat 0.4.2]
douglascorrea has quit [Ping timeout: 240 seconds]
SCHAAP137 has quit [Ping timeout: 250 seconds]
mtkd has quit [Ping timeout: 244 seconds]
bkxd has joined #ruby
mtkd has joined #ruby
allcentury has quit [Ping timeout: 244 seconds]
ponga has joined #ruby
dminuoso has joined #ruby
deadnull_ has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Mia has quit [Read error: Connection reset by peer]
deadnull_ has quit [Client Quit]
dminuoso has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby
Sebastia1Thorn is now known as SebastianThorn
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Mia has quit [Read error: Connection reset by peer]
ur5us has quit [Remote host closed the connection]
symm- has joined #ruby
SCHAAP137 has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
scottj has quit [Quit: leaving]
jetpackj1 has joined #ruby
arlek has quit [Ping timeout: 246 seconds]
Mia has quit [Read error: Connection reset by peer]
aupadhye has quit [Read error: Connection reset by peer]
aupadhye has joined #ruby
jetpackj1 has quit [Ping timeout: 260 seconds]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
n1x-nz has quit [Quit: Computer says no]
KillerFox has joined #ruby
zeroDi has joined #ruby
allcentury has joined #ruby
pandaant has joined #ruby
RegulationD has joined #ruby
Mia has quit [Read error: Connection reset by peer]
ICantCook has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
spider-mario has joined #ruby
allcentury has quit [Ping timeout: 276 seconds]
allcentury has joined #ruby
emiltin has quit [Quit: Computer has gone to sleep.]
jaguarmagenta has joined #ruby
rkoller has joined #ruby
allcentury has quit [Ping timeout: 260 seconds]
Axy has joined #ruby
jaguarmagenta has quit [Ping timeout: 244 seconds]
Mia has quit [Ping timeout: 240 seconds]
hahuang61 has joined #ruby
nankyokusei has joined #ruby
firstdayonthejob has quit [Quit: WeeChat 1.5]
Axy has quit [Read error: Connection reset by peer]
ullu has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
roamingdog has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
firstdayonthejob has joined #ruby
duoi has quit [Ping timeout: 250 seconds]
nankyokusei has quit [Ping timeout: 264 seconds]
Mia has quit [Read error: Connection reset by peer]
duoi has joined #ruby
ullu has quit [Ping timeout: 246 seconds]
Mia has joined #ruby
roamingdog has quit [Ping timeout: 244 seconds]
tristanp has joined #ruby
allcentury has joined #ruby
axsuul has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vuoto has joined #ruby
<sandelius> I've been doing ruby for many years now and I still giggles sometimes I look at it
siaw23_ has joined #ruby
nofxx has quit [Ping timeout: 244 seconds]
siaw23 has quit [Read error: Connection reset by peer]
siaw23_ is now known as siaw23
dminuoso has joined #ruby
<sandelius> sandelius I've been doing some bench against activerecord and that part is really performant in sequel
_KantonKid_ has quit [Read error: Connection reset by peer]
tristanp has quit [Ping timeout: 250 seconds]
allcentury has quit [Ping timeout: 240 seconds]
dminuoso has quit [Ping timeout: 244 seconds]
ta_ has joined #ruby
jetpackj1 has joined #ruby
shinnya has joined #ruby
djbkd has quit [Remote host closed the connection]
ta_ has quit [Ping timeout: 276 seconds]
jetpackj1 has quit [Ping timeout: 244 seconds]
c355e3b has joined #ruby
gorsuch has quit [Ping timeout: 272 seconds]
Niham has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
strigon33 has joined #ruby
hays_ has joined #ruby
iNs_ has quit [Ping timeout: 260 seconds]
benlieb has joined #ruby
prooftechnique_ has quit [Ping timeout: 260 seconds]
hays has quit [Ping timeout: 260 seconds]
strigonLeader has quit [Ping timeout: 260 seconds]
prooftechnique has joined #ruby
iNs has joined #ruby
RegulationD has joined #ruby
vuoto has quit [Quit: Lost terminal]
vuoto has joined #ruby
pawnbox has quit [Remote host closed the connection]
vuoto has quit [Remote host closed the connection]
RegulationD has quit [Ping timeout: 252 seconds]
chip_ has joined #ruby
pawnbox has joined #ruby
siaw23 has quit [Remote host closed the connection]
howdoi has joined #ruby
strigonLeader has joined #ruby
neo_ has joined #ruby
strigon33 has quit [Ping timeout: 244 seconds]
spudowiar has quit [Ping timeout: 260 seconds]
axsuul has joined #ruby
neo_ has quit [Ping timeout: 250 seconds]
sdothum has joined #ruby
hahuang61 has joined #ruby
axsuul has quit [Client Quit]
jenrzzz has quit [Ping timeout: 252 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
shtirlic has quit [Ping timeout: 240 seconds]
_KantonKid_ has joined #ruby
spudowiar has joined #ruby
yfeldblum has quit [Ping timeout: 250 seconds]
dragon9783 has joined #ruby
dminuoso has joined #ruby
shtirlic has joined #ruby
isberg has joined #ruby
dminuoso has quit [Ping timeout: 252 seconds]
freerobby has joined #ruby
ta_ has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
tvw has quit []
freerobby has quit [Client Quit]
unknown| has quit [Ping timeout: 272 seconds]
unknown| has joined #ruby
ta_ has quit [Ping timeout: 258 seconds]
_KantonKid_ has quit [Read error: Connection reset by peer]
hanmac has quit [Ping timeout: 272 seconds]
{8 is now known as robot
Wildfyr has joined #ruby
allcentury has joined #ruby
Pumukel has joined #ruby
allcentury has quit [Ping timeout: 246 seconds]
freerobby has joined #ruby
Mia has quit [Read error: Connection reset by peer]
_KantonKid_ has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Elvin has joined #ruby
hanmac has joined #ruby
RegulationD has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
Mia has quit [Read error: Connection reset by peer]
Sucks has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
jaguarmagenta has joined #ruby
jaguarmagenta has quit [Ping timeout: 264 seconds]
Mia has quit [Read error: Connection reset by peer]
Mia has joined #ruby
hahuang61 has joined #ruby
nankyokusei has joined #ruby
d0lph1n98 has joined #ruby
isberg has quit [Quit: I'm out]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hahuang61 has quit [Ping timeout: 250 seconds]
chip_ has quit [Ping timeout: 252 seconds]
nankyokusei has quit [Ping timeout: 250 seconds]
lupine has quit [Ping timeout: 272 seconds]
jetpackj1 has joined #ruby
sepp2k has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
symm- has quit [Ping timeout: 244 seconds]
skade has joined #ruby
jetpackj1 has quit [Ping timeout: 244 seconds]
dminuoso has joined #ruby
chipotle has joined #ruby
freerobby has quit [Quit: Leaving.]
Wildfyr has quit [Ping timeout: 276 seconds]
skade has quit [Quit: Computer has gone to sleep.]
<_KantonKid_> exit
_KantonKid_ has quit [Quit: leaving]
dminuoso has quit [Ping timeout: 272 seconds]
duoi has quit [Ping timeout: 250 seconds]
nocd has joined #ruby
nocd has left #ruby [#ruby]
davedev24 has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
duoi has joined #ruby
trampi has quit [Remote host closed the connection]
SCHAAP137 has quit [Ping timeout: 260 seconds]
nanoz has joined #ruby
trampi has joined #ruby
RegulationD has joined #ruby
davedev2_ has joined #ruby
davedev24 has quit [Read error: Connection reset by peer]
staticfox has quit [Ping timeout: 260 seconds]
staticfox has joined #ruby
LoneHerm_ has joined #ruby
sesquipedalian has quit [Ping timeout: 260 seconds]
passbe has quit [Ping timeout: 260 seconds]
_ht has quit [Ping timeout: 260 seconds]
quarcu_ has quit [Ping timeout: 260 seconds]
chipotle has quit [Quit: cheerio]
passbe has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
theRealAlexz_ has joined #ruby
electrostat has quit [Ping timeout: 260 seconds]
Guest66202 has quit [Ping timeout: 260 seconds]
SenpaiSilver has quit [Ping timeout: 260 seconds]
theRealAlexz has quit [Ping timeout: 260 seconds]
KrzaQ has quit [Ping timeout: 260 seconds]
_ht has joined #ruby
kareeoleez has quit [Remote host closed the connection]
SCHAAP137 has joined #ruby
LoneHerm_ has quit [Ping timeout: 240 seconds]
SenpaiSilver has joined #ruby
quarcu has joined #ruby
ramfjord has quit [Ping timeout: 264 seconds]
Affix has joined #ruby
Affix is now known as Guest80745
electrostat has joined #ruby
KrzaQ has joined #ruby
jgt1 has quit [Ping timeout: 276 seconds]
hahuang61 has joined #ruby
LACampbell has left #ruby ["Ex-Chat"]
Qommand0r has joined #ruby
sesquipedalian has joined #ruby
hogetaro has quit [Quit: Leaving...]
hahuang61 has quit [Ping timeout: 250 seconds]
zenguy_pc has quit [Ping timeout: 272 seconds]
moeabdol has quit [Ping timeout: 260 seconds]
pilne has joined #ruby
freerobby has joined #ruby
zenguy_pc has joined #ruby
hk238 has quit [Ping timeout: 244 seconds]
aupadhye has quit [Ping timeout: 258 seconds]
electrostat has quit [Ping timeout: 260 seconds]
MrSamuel has joined #ruby
dminuoso has joined #ruby
electrostat has joined #ruby
madgen has quit [Ping timeout: 244 seconds]
Pumukel has quit [Quit: ChatZilla 0.9.92 [Firefox 47.0/20160604131506]]
MrSamuel has quit [Quit: MrSamuel]
roamingdog has joined #ruby
dminuoso has quit [Ping timeout: 258 seconds]
johnmilton has joined #ruby
dragon9783 has quit [Quit: Connection closed for inactivity]
ta_ has joined #ruby
roamingdog has quit [Ping timeout: 244 seconds]
madgen has joined #ruby
ta_ has quit [Ping timeout: 276 seconds]
lupine has joined #ruby
chip_ has joined #ruby
hk238 has joined #ruby
Es0teric has joined #ruby
armyriad has quit [Ping timeout: 250 seconds]
isberg has joined #ruby
ChrisWilding has joined #ruby
Elvin has quit [Quit: Textual IRC Client: www.textualapp.com]
armyriad has joined #ruby
d0lph1n98 has quit [Ping timeout: 258 seconds]
hogetaro has joined #ruby
freerobby has quit [Quit: Leaving.]
RegulationD has joined #ruby
LoneHermit has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
Guest20267 has quit [Quit: ばいばい]
beatdown has joined #ruby
jaguarmagenta has joined #ruby
LoneHermit has quit [Ping timeout: 264 seconds]
madgen has quit [Ping timeout: 240 seconds]
jaguarmagenta has quit [Ping timeout: 244 seconds]
lxsameer has quit [Quit: WeeChat 1.5]
jetpackj1 has joined #ruby
idletask has quit [Ping timeout: 276 seconds]
shinnya has quit [Ping timeout: 244 seconds]
hahuang61 has joined #ruby
jetpackj1 has quit [Ping timeout: 240 seconds]
nankyokusei has joined #ruby
PlasmaStar has quit [Ping timeout: 260 seconds]
DoubleMalt has joined #ruby
neo___ has joined #ruby
rbennacer has joined #ruby
ullu has joined #ruby
tmi1 has quit [Quit: .]
idletask has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
PlasmaStar has joined #ruby
nankyokusei has quit [Ping timeout: 264 seconds]
chip_ has quit [Ping timeout: 244 seconds]
neo___ has quit [Ping timeout: 246 seconds]
ChrisWilding has quit [Ping timeout: 244 seconds]
ChrisWilding has joined #ruby
dminuoso has joined #ruby
isberg has quit [Quit: I'm out]
ChrisWilding has quit [Ping timeout: 240 seconds]
antgel has quit [Ping timeout: 260 seconds]
dminuoso has quit [Ping timeout: 260 seconds]
biberu has joined #ruby
hogetaro_ has joined #ruby
harfangk has joined #ruby
hogetaro has quit [Ping timeout: 276 seconds]
ChrisWilding has joined #ruby
arlek has joined #ruby
Sashimi has joined #ruby
mattwashere has joined #ruby
SilverKey has joined #ruby
SilverKey has quit [Client Quit]
ramfjord has quit [Ping timeout: 272 seconds]
pawnbox has quit [Remote host closed the connection]
ChrisWilding has quit [Quit: leaving]
Sypheren has joined #ruby
pandaant has quit [Remote host closed the connection]
kareeoleez has joined #ruby
RegulationD has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
ChrisWilding has joined #ruby
jetpackj1 has joined #ruby
mloy_ has joined #ruby
mloy_ has quit [Read error: Connection reset by peer]
solocshaw has joined #ruby
jgt1 has joined #ruby
solocshaw has quit [Read error: Connection reset by peer]
jetpackj1 has quit [Ping timeout: 264 seconds]
ChrisWilding has quit [Quit: leaving]
ChrisWilding has joined #ruby
dionysus69 has joined #ruby
rbennacer has quit [Remote host closed the connection]
pawnbox has joined #ruby
d0lph1n98 has joined #ruby
hahuang61 has joined #ruby
pitux has joined #ruby
pitux has quit [Client Quit]
diegoviola has joined #ruby
pawnbox has quit [Ping timeout: 258 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
spider-mario has quit [Remote host closed the connection]
solocshaw has joined #ruby
SCHAAP137 has quit [Ping timeout: 272 seconds]
nadir has quit [Quit: Connection closed for inactivity]
axsuul has joined #ruby
jetpackj1 has joined #ruby
isberg has joined #ruby
ChrisWilding has quit [Quit: leaving]
ChrisWilding has joined #ruby
ChrisWilding has quit [Client Quit]
vdamewood has joined #ruby
freerobby has joined #ruby
dminuoso has joined #ruby
DTZUBDUB has quit [Ping timeout: 276 seconds]
yma__gib has joined #ruby
ChrisWilding has joined #ruby
isberg has quit [Quit: I'm out]
dminuoso has quit [Ping timeout: 240 seconds]
SCHAAP137 has joined #ruby
ta_ has joined #ruby
ChrisWilding has quit [Ping timeout: 272 seconds]
kirun has joined #ruby
mistermocha has joined #ruby
pandaant has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
conta has quit [Ping timeout: 260 seconds]
mistermocha has joined #ruby
jetpackj1 has quit [Ping timeout: 260 seconds]
ta_ has quit [Ping timeout: 260 seconds]
idletask has quit [Ping timeout: 260 seconds]
harfangk has quit [Quit: harfangk]
madgen has joined #ruby
idletask has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has joined #ruby
ChrisWilding has joined #ruby
tristanp has joined #ruby
mistermocha has joined #ruby
tristanp has quit [Remote host closed the connection]
macsteps has joined #ruby
tristanp has joined #ruby
A5101 has joined #ruby
misterm__ has joined #ruby
ramfjord has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
last_staff has joined #ruby
mistermo_ has joined #ruby
mistermocha has quit [Ping timeout: 258 seconds]
marr has quit [Ping timeout: 250 seconds]
mistermo_ has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
misterm__ has quit [Ping timeout: 250 seconds]
ramfjord has quit [Ping timeout: 264 seconds]
macsteps has quit [Remote host closed the connection]
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has joined #ruby
diegoviola has quit [Quit: WeeChat 1.5]
the_drow has quit [Quit: This computer has gone to sleep]
mistermocha has joined #ruby
diegoviola has joined #ruby
LoneHermit has joined #ruby
neo_ has joined #ruby
spudowiar has quit [Read error: Connection reset by peer]
misterm__ has joined #ruby
RegulationD has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
spudowiar has joined #ruby
A5101 has quit [Ping timeout: 252 seconds]
AlexRussia has joined #ruby
mistermo_ has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
tmtwd_ has joined #ruby
mistermo_ has quit [Read error: Connection reset by peer]
nankyokusei has joined #ruby
mistermocha has joined #ruby
misterm__ has quit [Ping timeout: 250 seconds]
xlegoman has joined #ruby
RegulationD has quit [Ping timeout: 252 seconds]
jaguarmagenta has joined #ruby
neo___ has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
solocshaw1 has joined #ruby
solocshaw1 has quit [Read error: Connection reset by peer]
neo_ has quit [Ping timeout: 250 seconds]
Elvin has joined #ruby
<ullu> working on some koans; for string concat why does '<<' tend to be favored over '+=' ? I understand << is the destructive form, so I'm guessing it's to save memory?
mistermo_ has joined #ruby
solocshaw has quit [Ping timeout: 250 seconds]
solocshaw has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
<lupine> well, garbage collector pressure
voodoofish430 has quit [Ping timeout: 260 seconds]
<jhass> ullu: ^ and allocation
<jhass> allocation is expensive, once you got it memory is fairly cheap
xall_ has joined #ruby
misterm__ has joined #ruby
voodoofish430 has joined #ruby
jaguarmagenta has quit [Ping timeout: 276 seconds]
mistermocha has quit [Ping timeout: 250 seconds]
<ullu> ah, ok - still getting the sea legs with stack and heap
conta has joined #ruby
misterm__ has quit [Read error: Connection reset by peer]
<ullu> makes general sense though - avoid creating another object if/when possible
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
<ullu> thanks for the confirms
mistermo_ has joined #ruby
<jhass> ullu: it's certainly a double edged sword, String#<< on a string you don't own can send your caller to hell
<ullu> jhass: thus the destructive aspect rears its head, I imagine
mistermo_ has quit [Read error: Connection reset by peer]
hahuang61 has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
pandaant has quit [Remote host closed the connection]
Sucks has joined #ruby
xall_ has quit [Ping timeout: 264 seconds]
mistermocha has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
xall_ has joined #ruby
Dysp has joined #ruby
<ullu> jhass: would you have a typical scenario where one should be watching out for that? Or just in general don't handle remote proc calls with destructive methods?
mistermocha has quit [Read error: Connection reset by peer]
<jhass> "remote proc calls"?
mistermocha has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
<Dysp> Getting syntax-error.
<ullu> hmm, I understood your ref to "string you don't own" as coming from a remote procedure call... I guess I'm showing my ignorance
<jhass> ullu: example: def greet(person, with: "Hello"); with << " " << person; puts with; end; greeting = "Bonjur"; greet("Greg", with: greeting); greet("Alice", with: greeting)
<shevy> Dysp no syntax error
mistermocha has quit [Read error: Connection reset by peer]
<jhass> ullu: that'd be bet, you don't necessarily own the string passed to with
<jhass> *bad
mistermocha has joined #ruby
<ullu> jhass: ok, thanks I'll chew on that one for a sec
pawnbox has joined #ruby
<jhass> ullu: it should be runnable code, put it in a file, replace ; with newlines, run it and see that the result is not what one might expect
<Dysp> shevy: I am getting this
<ullu> jhass: ok thanks
mistermo_ has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
<jhass> Dysp: you should learn that a gist is editable and can have more than files and files added with a edit
<jhass> *more than one
<Dysp> Oh, it can hold multiple files? Noteed.
<shevy> Dysp well why do you even add a ' ' between method name and ()
<shevy> actually, that is the first time that I would see that omitting the () would be better :)
<Dysp> Simple mistype
<Dysp> But ye, that was it.
<shevy> \o/
<Dysp> And I will omit the parentheses
<shevy> hehe
<Dysp> I just include them when stuff is wrong
pawnbox has quit [Ping timeout: 240 seconds]
<Dysp> Then I know that all "the basics" are working and that me trying to be too fancy isn't the reason for an error
<Dysp> Which actually was the case here!
<shevy> I still include them for when there are arguments... but that was really now the first time where I see an error that would not have been happened when someone would not use () so perhaps the () omitters are right and I am wrong!
<jhass> \o/
Sucks has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
<Dysp> jhass: Isn't it a little fun to follow my progress on the sideline? I know you obviously don't care much about me and what I do, but you are in here - being active - every single time I ask for help. You must have noticed at least something!
<jhass> I'm afraid the human brain sucks and only keeps the negative associations, sorry ;)
mistermo_ has joined #ruby
allcentury has joined #ruby
<shevy> yes
<shevy> like that jhass does more crystal than ruby!!!
araujo has joined #ruby
dminuoso has joined #ruby
<shevy> or that he killed #ruby-lang
<shevy> (ok that was a good thing...)
<shevy> gone are the happy days of people wondering why there are two different IRC channels for ruby
mistermocha has quit [Read error: Connection reset by peer]
araujo has quit [Max SendQ exceeded]
araujo has joined #ruby
sepp2k1 has joined #ruby
<Dysp> jhass: Actually it doesn't, it is quite the opposite.
sepp2k has quit [Ping timeout: 244 seconds]
mistermocha has joined #ruby
<Dysp> Which is the reason why you 'forget' how the wilderness tour in 6th grade was horrible, cold and super dull, but seem to remember that it was "a good experience" because of the positive associations that were created and your brain focuses on.
howdoi has quit [Quit: Connection closed for inactivity]
mistermo_ has quit [Ping timeout: 250 seconds]
<jhass> idk, it seems to be bad stuff when it comes to social interactions
<shevy> I only remember that you stole my sandwich and ate it on that wilderness tour
mistermo_ has joined #ruby
dminuoso has quit [Ping timeout: 244 seconds]
<Dysp> shevy: I was starving.
<shevy> :D
LoneHermit has quit [Remote host closed the connection]
dionysus70 has joined #ruby
<Dysp> jhass: That probably has to do your focus and how you have conditioned your brain to function when dealing with social interactions.
<Dysp> with your*
<Dysp> But I am not going to go all Jung on you ^^
misterm__ has joined #ruby
<jhass> I do think I'm able to observe that behavior in others
dionysus69 has quit [Ping timeout: 272 seconds]
dionysus70 is now known as dionysus69
mistermocha has quit [Ping timeout: 250 seconds]
mistermocha has joined #ruby
misterm__ has quit [Read error: Connection reset by peer]
<Dysp> I think you might have a lot of experience dealing with ignorant and incompetent people in your field of expertise, but sometimes forgetting to realize that they may excel you in other areas
mistermo_ has quit [Ping timeout: 250 seconds]
<Dysp> That was a compliment if you doubt my intentions¨
<jhass> at the end of the day memory is just imagination and completely unreliable. So I try to not rely too much on it, especially when judging other people
ta_ has joined #ruby
mistermo_ has joined #ruby
aryaching has joined #ruby
<shevy> that is why we keep stuff in text files on the computer!
pawnbox has joined #ruby
<Dysp> jhass: That is true from a philosophical point of view, but even though memory rationalized can be considered imagination, then it still indeed very real for you. You may try to not rely on it and you may succeed in some conscious cases, but the majority of thought patterns and mood/feelings are not consciously controlled and thus you are indeed very affected by your memories, reliable or not.
mdw has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
<jhass> I do not claim to succeed
mattwashere has quit [Remote host closed the connection]
<Dysp> I did not claim that you did.
mistermocha has joined #ruby
ta_ has quit [Ping timeout: 252 seconds]
<Dysp> But it's a very interesting topic. It is very easily related to mental illness, actually. And I draw no parallels to you; simply the fact that most emotions are controlled unconsciously.
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has quit [Ping timeout: 250 seconds]
<Dysp> People get anxious or show symptoms of depression, but they do not know why.
mistermocha has joined #ruby
<jhass> anyway
crowell has quit [Remote host closed the connection]
<jhass> ?offtopic
<ruby[bot]> this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related problems. Thanks!
<jhass> ;)
shinnya has joined #ruby
<Gnosis> How can a bot know if people are discussing Ruby or not?
<Dysp> And when trying to figure out what is wrong, they start to blame unrelated stuff. Very natural: "I was anxious the last time I was in the bus.. Must be the bus, then." And it is not.
<jhass> Gnosis: through human assistance
<Gnosis> Oooooh.
<Dysp> Oh well, nevermind. If you have no interest in what I am saying, then I am just doing a monolog. No point in that ^^
<jhass> I didn't say that, I said this is not the best place for it ;)
isxek has quit [Read error: Connection reset by peer]
mistermo_ has joined #ruby
xall has joined #ruby
<Dysp> Well, true. I like off topics occasionally and no ruby related dicussions are going on. So why not rather look at an interesting discussion, than prompts of logging in or out
<Dysp> Well, fack it; back to work! :)
jrafanie has joined #ruby
misterm__ has joined #ruby
xall__ has joined #ruby
<jhass> we don't look at those prompts, we hide them and look at other channels while nothing happens ;)
xall_ has quit [Ping timeout: 250 seconds]
<jhass> such as those suitable for this kind of discussion
mistermocha has quit [Ping timeout: 276 seconds]
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 264 seconds]
xall has quit [Ping timeout: 244 seconds]
mistermo_ has joined #ruby
misterm__ has quit [Ping timeout: 250 seconds]
RedNifre has joined #ruby
neo___ has quit [Remote host closed the connection]
mistermo_ has quit [Read error: Connection reset by peer]
A5101 has joined #ruby
mistermo_ has joined #ruby
LoneHermit has joined #ruby
LoneHermit has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
p0p0pr37_ has joined #ruby
mistermocha has quit [Ping timeout: 272 seconds]
mdw has quit [Ping timeout: 276 seconds]
Es0teric has quit [Quit: Computer has gone to sleep.]
mistermocha has joined #ruby
d0lph1n98 has quit [Ping timeout: 246 seconds]
p0p0pr37 has quit [Ping timeout: 250 seconds]
p0p0pr37_ is now known as p0p0pr37
mistermocha has quit [Read error: Connection reset by peer]
misterm__ has joined #ruby
pawnbox_ has joined #ruby
RegulationD has joined #ruby
pawnbox has quit [Read error: Connection reset by peer]
mistermo_ has quit [Ping timeout: 250 seconds]
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
mistermocha has joined #ruby
benlieb has quit [Quit: benlieb]
Sypheren has quit [Quit: Going offline, see ya! (www.adiirc.com)]
mistermo_ has joined #ruby
meatchicken has joined #ruby
freerobby has quit [Quit: Leaving.]
misterm__ has quit [Ping timeout: 252 seconds]
<meatchicken> How can I find a unique integer in an array of integers with duplicates
Sypheren has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
ullu has quit [Ping timeout: 260 seconds]
misterm__ has joined #ruby
mistermocha has quit [Ping timeout: 244 seconds]
misterm__ has quit [K-Lined]
DoubleMalt has quit [Remote host closed the connection]
mistermocha has joined #ruby
mistermo_ has quit [Ping timeout: 250 seconds]
<jhass> ary.find {|i| ary.count(i) == 1 }
the_drow has joined #ruby
freerobby has joined #ruby
hk238 has joined #ruby
mistermocha has quit [Ping timeout: 250 seconds]
allcentury has quit [Ping timeout: 276 seconds]
ChrisWilding has quit [Ping timeout: 250 seconds]
freerobby has quit [Client Quit]
benlieb has joined #ruby
<meatchicken> jhass, is that efficient? I'm trying to look for one with linear time
<jhass> n in the best case, n**2 in the worst case
nadir_ has joined #ruby
hahuang61 has joined #ruby
<jhass> if you're willing to trade some memory: ary.each_with_object(Hash.new(0)) {|i, h| h[i] += 1 }.find {|i, c| c == 1 }.first
<jhass> bench to figure out whether the setup cost is higher than your average case
<Dysp> I need some better eyes on this.. https://gist.github.com/Dysp/dac2936768feae83d657cca8f96daa14
Sypheren has quit [Quit: Going offline, see ya! (www.adiirc.com)]
mistermocha has joined #ruby
<Dysp> I get wrong number of arguments and it makes sense.
dhruvasagar has quit [Ping timeout: 276 seconds]
<jhass> in which line?
<Dysp> Because I am only passing one argument when the function is called (extract_data)..
<shevy> yes you need good eye sight in ruby
<Dysp> So is it possible to feed the function the second argument, without passing it through the other function also?
Elvin has quit [Quit: Textual IRC Client: www.textualapp.com]
<jhass> it's not quite clear what your intention is
<Dysp> Alright, sec.
<jhass> do you always want to use the value from line 3?
<shevy> well
<shevy> make it a constant
<shevy> kincom_options to KINCOM_OPTIONS
<jhass> or do you want to allow the caller to override it and use it only as default?
<shevy> and "def extract_data(type, kincom_options)" to "def extract_data(type, kincom_options = KINCOM_OPTIONS)"
<Dysp> jhass: What you are saying.
<shevy> what is kincom... is that like a kingpin
<jhass> Dysp: I offered two alternatives
freerobby has joined #ruby
solocshaw has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.5]
<jhass> what shevy said is the solution to alternative number 2
<Dysp> I want to use it as a default and let the user call true if they want something included.
hahuang61 has quit [Ping timeout: 250 seconds]
Mon_Ouie has joined #ruby
<jhass> "let the user call true" makes no sense
sumobob has joined #ruby
<shevy> sexy danish output
<Dysp> Let the user decide which keys to be set to true.
<Dysp> By some other code I will probably be writing at some point :p
nadir_ is now known as nadir
<jhass> so you still want the defaults for keys in the hash the user didn't specify?
<Dysp> shevy: Kincom is a machine that measures voltage difference from applied force.
mistermocha has quit [Ping timeout: 250 seconds]
<shevy> btw stylistically I would move line 3 2 spaces to the right, and probably start with "{" but continue on the next line (with +2 more spaces as indent)
<shevy> aha!
<shevy> mighty voltage shocks
dionysus69 has quit [Ping timeout: 260 seconds]
<jhass> Dysp: mind answering my question?
<Dysp> Basicly, they should all default to false, so I don't print anything if no options are passed. If the user decides to output mvc, prestress_percentage, they will check boxes and I will pass those keys as true.
<Dysp> Does it make sense?
<jhass> kinda
<jhass> then do def extract_data(type, kincom_options={}); kincom_options = KINCOM_OPTIONS.merge(kincom_options);
<jhass> though it might be easier if you let the user just pass an array of keys they want in this case
diegoaguilar has quit [Remote host closed the connection]
<Dysp> How come?
<Dysp> To omit the need for true/false and simply check if the symbol are there or not?
<jhass> if the default is "don't show it", giving the user the option to say "don't show it" doesn't make too much sense
<jhass> yes
<Dysp> I see.
<Dysp> Clever.
voodoofish430 has quit [Ping timeout: 246 seconds]
<Dysp> Does merge work the same way with arrays?
<jhass> just document the available keys
<jhass> no
<jhass> your default would be the empty array
sumobob has quit [Ping timeout: 244 seconds]
<Dysp> hm.
<Dysp> I get that. But how would I check for which symbols are there?
<Dysp> Without going into if-bonanza?
<jhass> not sure what you mean
voodoofish430 has joined #ruby
<jhass> AVAILABLE_KEYS.each do |key| puts fetch(key) if requested_keys.include?(key); end
<Dysp> Yeah. I don't get it. I will give it a go and return
yfeldblum has joined #ruby
Dimik has joined #ruby
dminuoso has joined #ruby
ahuman has quit [Ping timeout: 252 seconds]
<RedNifre> Regarding SSL/TLS, is this handled by the OS or by the app (e.g. rails)?
<jhass> both
ChrisWilding has joined #ruby
<jhass> if you have an issue ask about it
jetpackj1 has joined #ruby
<jhass> if you have a question about a specific scenario, ask about that
<jhass> your question is too general
enterprisey has joined #ruby
ahuman has joined #ruby
tomphp has joined #ruby
snath has quit [Ping timeout: 244 seconds]
marr has joined #ruby
arlek has quit [Ping timeout: 246 seconds]
snath has joined #ruby
mtkd has quit [Ping timeout: 244 seconds]
snath has left #ruby [#ruby]
dminuoso has quit [Ping timeout: 244 seconds]
macsteps has joined #ruby
Rickmast_ has joined #ruby
jrafanie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mtkd has joined #ruby
TomyLobo has joined #ruby
jetpackj1 has quit [Ping timeout: 250 seconds]
<Dysp> Now how do I change the array to contain symbols? I know I cannot change the constant, obviously.
Rickmasta has quit [Ping timeout: 244 seconds]
<jhass> on the call side?
codecop has joined #ruby
<jhass> you should indent your constants by two spaces btw
moeabdol has joined #ruby
<jhass> extract_data(:foo, [:x, :y, :z])
<jhass> I wouldn't call it options anymore btw, that's usually used for an options hash
<Dysp> yeah, of course, the constant is just the default. If I pass an array, it overrides. Okay, okay!
mdw has joined #ruby
arnonhongklay has quit [Remote host closed the connection]
<RedNifre> jhass, yeah, It's all new to me so it's hard to ask in a precise way.
<jhass> RedNifre: what motivates your question?
<Dysp> jhass: Any better suggestions?
<jhass> RedNifre: you gotta have something you want to solve
mistermocha has joined #ruby
<jhass> Dysp: there's too little code on how you're going to use it to infer any good suggestions yet
<Dysp> Hehe, sure.
<Dysp> One question, though..
<RedNifre> See, I have this getontracks app which I think uses rails and WEBrick. It runs on my home server (nettop with OpenBSD) and I'd like to access it over the internet in a secure way. So I found letsencrypt and got a certificate, but when I try to access the webinterface of the app in the browser I get an error. I also see an error in the server log.
<toretore> first step, say what the error is
allcentury has joined #ruby
<RedNifre> The browser says SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG
mistermo_ has joined #ruby
<Dysp> Hm, no question. Will probably get to it later
<RedNifre> the app says [2016-06-26 19:31:33] ERROR bad Request-Line `\x16\x03\x01\x00x01\x00\x00x03\x03偾-\x11YMyx12\eKϠ\x17]VDax00\x00\x1A+/'.
ullu has joined #ruby
<toretore> then tell us how you installed the cert
<jhass> RedNifre: best is you put apache, nginx or haproxy in front of the app
dc2 has joined #ruby
<jhass> and let it handle the TLS side of things
moeabdol has quit [Ping timeout: 276 seconds]
<RedNifre> I followed the letsencrypt tutorial which ended in having a cert at /etc/letsencrypt/live...
misterm__ has joined #ruby
<RedNifre> Also, I searched the source code of the rails app and found this: https://github.com/TracksApp/tracks/search?utf8=%E2%9C%93&q=tls&type=Code
<RedNifre> So I assumed I need to change that line, but it didn't help.
mistermocha has quit [Ping timeout: 250 seconds]
<jhass> RedNifre: change it back, you just broke the app
<jhass> that's client usage, not server usage
macsteps has quit [Remote host closed the connection]
dionysus69 has joined #ruby
<jhass> and then see what I wrote above to properly implement this
<jhass> google on "[whatever you pick] rails reverse proxy" should yield plenty of example configs
macsteps has joined #ruby
<RedNifre> hmmm
mistermo_ has quit [Ping timeout: 250 seconds]
roamingdog has joined #ruby
<RedNifre> I using apache/nginx or haproxy only better than configuring the app directly or is it also easier/faster?
mattwashere has joined #ruby
<jhass> both, in some cases it's even the only possible solution
<RedNifre> I'm new to this and I'm the only one using the app anyway (It's my personal ToDo list) so speed is not an issue for me.
Dysp has quit [Quit: Page closed]
mistermocha has joined #ruby
<RedNifre> I see, I'll check out apache/nginx/haproxy then.
the_drow has quit [Quit: This computer has gone to sleep]
misterm__ has quit [Ping timeout: 250 seconds]
ramfjord has joined #ruby
mistermo_ has joined #ruby
mib_77e has joined #ruby
macsteps has quit [Ping timeout: 260 seconds]
roamingdog has quit [Ping timeout: 246 seconds]
yeticry has quit [Ping timeout: 250 seconds]
xall__ has quit [Ping timeout: 260 seconds]
<RedNifre> jhass one more question to see if I got it: I'll revert all my config changes (setting the app to https only etc., make it available over http again) but I put apache/nginx/haproxy in front of it which will kinda map https to http so to the outside world it will only be available over https?
mistermocha has quit [Ping timeout: 250 seconds]
<jhass> RedNifre: yes
<jhass> in fact the app should best bind to localhost and all goes through the proxy
Sashimi has quit [Quit: Textual IRC Client: www.textualapp.com]
<RedNifre> Alright, sounds good. Thank you very much for clearing this up for me.
<jhass> then your proxy can also serve public/ (all static stuff), which it should be a lot better at
mistermocha has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
mistermo_ has quit [Ping timeout: 250 seconds]
<RedNifre> I'm on OpenBSD, would you say that relayd is a good alternative for apache/nginx/haproxy? I guess every reverse proxy works with every app anyway since it only routes the data through anyway?
tomphp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mib_77e has quit [Killed (Sigyn (Spam is off topic on freenode.))]
<jhass> any HTTP reverse proxy that can terminate incoming TLS connections should work fine, I never heard of relayd so I can't judge or tell whether it's suitable
No has joined #ruby
<No> Hi everyone
ramfjord has joined #ruby
<jhass> RedNifre: quick look at the project homepage however looks promising/like it could work
mistermocha has quit [Ping timeout: 250 seconds]
<RedNifre> jhass thank you very much for taking the time to clear these things up for me, I really appreciate it.
mdw_ has joined #ruby
yeticry has joined #ruby
<jhass> yw
mdw_ has quit [Max SendQ exceeded]
mdw_ has joined #ruby
RegulationD has joined #ruby
mdw_ has quit [Max SendQ exceeded]
mattwashere has quit [Remote host closed the connection]
mdw has quit [Ping timeout: 276 seconds]
mdw_ has joined #ruby
xall__ has joined #ruby
<No> I would like to write some console apps. I'm looking for an equivalent of the MS C# console class for ruby, is there a solution ?
nankyokusei has joined #ruby
dc2 has quit [Ping timeout: 276 seconds]
solocshaw has joined #ruby
<shevy> what is the console class doing
msvbhat has joined #ruby
jaguarmagenta has joined #ruby
RegulationD has quit [Ping timeout: 250 seconds]
<shevy> hmmm
<shevy> BackgroundColor
solocshaw has quit [Read error: Connection reset by peer]
solocshaw has joined #ruby
solocshaw has quit [Read error: Connection reset by peer]
<No> shevy: There are some useful things about the color, the windows size, the cursor position, etc.
solocshaw has joined #ruby
nando293921 has joined #ruby
<shevy> yeah
nankyokusei has quit [Ping timeout: 264 seconds]
<jhass> sad fact is that there's no reliable way to get such information on unix
solocshaw has quit [Read error: Connection reset by peer]
<jhass> the vim code is an entertaining piece of art on that subject
<jhass> *vim source code
Hobogrammer has joined #ruby
jaguarmagenta has quit [Ping timeout: 250 seconds]
solocshaw has joined #ruby
solocshaw1 has joined #ruby
<No> I will have to eat now. I'll be back later...
solocshaw1 has quit [Read error: Connection reset by peer]
nertzy has joined #ruby
<Gnosis> I don't know if it comes out as off-topic but are you guys like only programmers or do some of you have jobs that require programming but is not limited to it? And/or are there some that are interested in the hobby side of programming?
the_drow has joined #ruby
mdw_ has quit [Ping timeout: 250 seconds]
<shevy> it will be different across different people here
<RedNifre> Gnosis I'm in a small company where instead of only programming I'm also architecting, talking to customers etc.
<RedNifre> The company is mostly Java, so I'm only looking at the cool stuff (ruby/haskell/clojure) in my hobby projects.
tomphp has joined #ruby
<Gnosis> haha cool stuff
<RedNifre> Gnosis what about you? Why do you ask?
dhruvasagar has joined #ruby
vuoto has joined #ruby
hahuang61 has joined #ruby
<Gnosis> I want to be a mechatronics engineer and I am interested in a lot of stuff so here I am, learning Ruby (because I like how it puts things).
emiltin has joined #ruby
<Gnosis> I asked because I was curious.
dhruvasagar has quit [Ping timeout: 276 seconds]
nando293921 has quit [Ping timeout: 244 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
yma__gib has quit [Ping timeout: 276 seconds]
<Gnosis> The "#{}"s you can put in strings, what are they called?
<jhass> string interpolation
douglascorrea has joined #ruby
<Gnosis> Oh, I am new to all this and I couldn't find it's name in the book I am learning from.
<Gnosis> Thanks.
<shevy> No if you feel adventurous, you can try to combone ruby console stuff embedded into a vte; libvte bindings are available https://github.com/ruby-gnome2/ruby-gnome2/tree/master/vte though I guess it is still not equivalent to what you can do via MS C# and net components
ryan_notabot has joined #ruby
<shevy> but at the least the colours can be changed :D
kenichi has joined #ruby
douglascorrea has quit [Ping timeout: 244 seconds]
nanoz has quit [Read error: Connection reset by peer]
arup_r has joined #ruby
<arup_r> Seeking a small help. I have to write a class which will either Upgrade or downgrade a user subscription plan. What should be the most generic name of this class?
ascarter has joined #ruby
ascarter has quit [Client Quit]
dminuoso has joined #ruby
neo_ has joined #ruby
<shevy> class Subscription!
<RedNifre> UserSubscriptionPlanner?
sauvin has quit [Read error: Connection reset by peer]
<RedNifre> Oh, you can use exclamation marks at the end of class names? neat!
<shevy> perhaps within class User; class Subscription, then class methods like .upgrade and .downgrade
<shevy> well
<shevy> that was just my excitement!!!
<RedNifre> Aw, I thought the class Subscription! would modify the other class Subscription but maybe that's just confusing.
Es0teric has joined #ruby
<shevy> arup_r let us know at a later point what name you have picked
sauvin has joined #ruby
ascarter has joined #ruby
dminuoso has quit [Ping timeout: 244 seconds]
nando293921 has joined #ruby
arup_r is now known as Guest3588
Guest3588 has quit [Killed (rajaniemi.freenode.net (Nickname regained by services))]
arup_r has joined #ruby
<arup_r> UserSubscriptionPlanner seems ok.. still thinking :)
chip_ has joined #ruby
<jhass> MigrateSubscription, MigrateUserSubscription ?
LoneHerm_ has quit [Remote host closed the connection]
<jhass> assuming it's a service kind of class, not actually an entity
rbennacer has joined #ruby
<arup_r> jhass: Yes it is a Service kind of class. Actual API is stripe. Thank you. `MigrateUserSubscription` complete makes sense to my task
<arup_r> jhass: , shevy and RedNifre thanks all. :)
<shevy> yay!
ta_ has joined #ruby
benlieb has quit [Quit: benlieb]
harfangk has joined #ruby
macsteps has joined #ruby
ta_ has quit [Ping timeout: 260 seconds]
ryan_notabot has quit [Quit: Leaving]
nando293921 has quit [Ping timeout: 252 seconds]
macsteps has quit [Ping timeout: 250 seconds]
mdw has joined #ruby
terminalrecluse has joined #ruby
nofxx has joined #ruby
nofxx has quit [Changing host]
nofxx has joined #ruby
roamingdog has joined #ruby
No has quit [Ping timeout: 276 seconds]
Xeago_ has joined #ruby
RegulationD has joined #ruby
No has joined #ruby
jetpackj1 has joined #ruby
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
imperator has joined #ruby
RegulationD has quit [Ping timeout: 250 seconds]
jetpackj1 has quit [Ping timeout: 246 seconds]
<No> shevy: Thanks for your tip. But I'm a beginner, I don't well understand what is VTE really
symm- has joined #ruby
LoneHermit has joined #ruby
freerobby has quit [Quit: Leaving.]
No has quit [Read error: Connection reset by peer]
kimegede has joined #ruby
kimegede has quit [Client Quit]
No has joined #ruby
mrat has joined #ruby
spider-mario has joined #ruby
zacstewart has quit [Ping timeout: 264 seconds]
xall__ has quit [Ping timeout: 272 seconds]
DTZUBDUB has joined #ruby
hahuang61 has joined #ruby
last_staff1 has joined #ruby
macsteps has joined #ruby
last_staff has quit [Ping timeout: 240 seconds]
last_staff1 is now known as last_staff
aryaching has quit [Ping timeout: 258 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
neo_ has quit [Remote host closed the connection]
kenichi has quit [Quit: ZNC - http://znc.in]
RedDwarf is now known as Zackio
yma__gib has joined #ruby
rbennacer has quit [Remote host closed the connection]
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yma__gib has quit [Ping timeout: 244 seconds]
moeabdol has joined #ruby
yma__gib has joined #ruby
tomphp has quit [Ping timeout: 250 seconds]
cout has quit [Remote host closed the connection]
vdamewood has quit [Quit: Life beckons.]
tomphp has joined #ruby
moeabdol has quit [Ping timeout: 272 seconds]
dminuoso has joined #ruby
aryaching has joined #ruby
yma__gib has quit [Ping timeout: 244 seconds]
xall__ has joined #ruby
ChrisWilding has quit [Ping timeout: 252 seconds]
cout has joined #ruby
roamingdog has quit [Remote host closed the connection]
codecop has quit [Remote host closed the connection]
jetpackj1 has joined #ruby
roamingdog has joined #ruby
neo_ has joined #ruby
dminuoso has quit [Ping timeout: 264 seconds]
aryaching has quit [Ping timeout: 276 seconds]
jetpackj1 has quit [Ping timeout: 252 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
davedev2_ has quit [Remote host closed the connection]
workmad3 has joined #ruby
mdw_ has joined #ruby
ta_ has joined #ruby
mdw_ has quit [Max SendQ exceeded]
solocshaw has quit [Ping timeout: 250 seconds]
mdw_ has joined #ruby
mdw has quit [Ping timeout: 244 seconds]
freerobby has joined #ruby
elifoster has joined #ruby
enterprisey has quit [Quit: brb, switching to Windows]
ta_ has quit [Ping timeout: 260 seconds]
zacts has quit [Quit: WeeChat 1.5]
yma__gib has joined #ruby
kirun has quit [Remote host closed the connection]
zacts has joined #ruby
kirun has joined #ruby
yma__gib has quit [Ping timeout: 244 seconds]
tildes has quit [Ping timeout: 250 seconds]
isberg has joined #ruby
isberg has quit [Max SendQ exceeded]
ullu has quit [Ping timeout: 276 seconds]
last_staff has quit [Ping timeout: 244 seconds]
dionysus69 has quit [Ping timeout: 244 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
pLaToOn has joined #ruby
freerobby has quit [Quit: Leaving.]
DrCode has quit [Quit: ZNC - http://znc.in]
sdothum has joined #ruby
chip_ has quit [Ping timeout: 240 seconds]
last_staff has joined #ruby
RegulationD has joined #ruby
mrat has quit [Quit: Leaving]
Xeago_ has quit [Remote host closed the connection]
nankyokusei has joined #ruby
jaguarmagenta has joined #ruby
freerobby has joined #ruby
RegulationD has quit [Ping timeout: 258 seconds]
nankyokusei has quit [Ping timeout: 244 seconds]
jaguarmagenta has quit [Ping timeout: 240 seconds]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zacstewart has joined #ruby
<unknown|> .
Xeago_ has joined #ruby
khelair has joined #ruby
terminalrecluse has joined #ruby
pontiki has quit [Quit: "Poets have been mysteriously silent on the subject of cheese." -- G.K.Chesterson]
pontiki has joined #ruby
moeabdol has joined #ruby
houhoulis has joined #ruby
dhruvasagar has joined #ruby
hahuang61 has joined #ruby
terminalrecluse has quit [Ping timeout: 260 seconds]
swills has joined #ruby
dionysus69 has joined #ruby
dhruvasagar has quit [Ping timeout: 276 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
khelair has quit [Ping timeout: 244 seconds]
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #ruby
infra-red has joined #ruby
douglascorrea has joined #ruby
infra-red has quit [Remote host closed the connection]
smathy has joined #ruby
Xeago__ has joined #ruby
Xeago- has joined #ruby
dangerousdave has joined #ruby
harfangk has quit [Quit: harfangk]
douglascorrea has quit [Ping timeout: 258 seconds]
jetpackj1 has joined #ruby
Xeago_ has quit [Ping timeout: 260 seconds]
Xeago has quit [Ping timeout: 276 seconds]
Xeago- is now known as Xeago
macsteps has quit [Remote host closed the connection]
macsteps has joined #ruby
tildes has joined #ruby
dminuoso has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
pilne has quit [Quit: Quitting!]
jetpackj1 has quit [Ping timeout: 252 seconds]
solocshaw has joined #ruby
macsteps has quit [Ping timeout: 246 seconds]
ChrisWilding has joined #ruby
dminuoso has quit [Ping timeout: 276 seconds]
vuoto has quit [Remote host closed the connection]
emiltin has quit [Quit: Computer has gone to sleep.]
vuoto has joined #ruby
solocshaw has quit [Ping timeout: 250 seconds]
tristanp has quit [Remote host closed the connection]
davedev24 has joined #ruby
CausaMortis-Work has joined #ruby
elifoster has quit [Ping timeout: 246 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
dc2 has joined #ruby
<CausaMortis-Work> Hey guys. I need some help. I have setup a local dev environment with rbenv and I need to switch to a different version for a different project. I installed the ruby version I need using rbenv install (its 2.2.4 by the way) and switched to the dir that hosts my rails project. I then set the local rbenv to 2.2.4 but when I try to bundle install it tells me the ruby version is not installed. I've been googling
<CausaMortis-Work> this for a few hours but I am at a loss and frankly, quite new to the ruby env and far from experienced with unix
pontiki has quit [Quit: "Poets have been mysteriously silent on the subject of cheese." -- G.K.Chesterson]
mdw_ has quit [Quit: Sleeping Zzzzz]
allcentury has quit [Ping timeout: 272 seconds]
tildes has quit [Ping timeout: 252 seconds]
yma__gib has joined #ruby
nando293921 has joined #ruby
dc2 has quit [Ping timeout: 240 seconds]
<zacts> hello rubyists
elifoster has joined #ruby
yma__gib has quit [Ping timeout: 260 seconds]
TomyLobo has quit [Ping timeout: 264 seconds]
allcentury has joined #ruby
nettoweb has joined #ruby
sandelius has quit [Quit: Textual IRC Client: www.textualapp.com]
RegulationD has joined #ruby
workmad3_ has joined #ruby
workmad3 has quit [Ping timeout: 258 seconds]
Gasher has joined #ruby
xall__ has quit [Quit: WeeChat 1.5]
xall has joined #ruby
allcentury has quit [Ping timeout: 264 seconds]
ur5us has joined #ruby
Yuri4_ has joined #ruby
msvbhat has quit [Ping timeout: 260 seconds]
<imperator> CausaMortis-Work, what is the output of rbenv shell ?
vuoto has quit [Ping timeout: 276 seconds]
RegulationD has quit [Ping timeout: 244 seconds]
<CausaMortis-Work> imperator: Ah, only just managed to find a SO question that solved my problem but perhaps you could clarify some more :) it seemed the path to the shims was not correctly added to my path variable (but the docs state that this is how rbenv works to begin with.. im a but stumped)
vuoto has joined #ruby
pLaToOn has quit [Read error: Connection reset by peer]
<CausaMortis-Work> rbenv shell states: no shell specific version installed
dangerousdave has quit [Quit: Textual IRC Client: www.textualapp.com]
conta has quit [Ping timeout: 264 seconds]
workmad3 has joined #ruby
<imperator> CausaMortis-Work, then try "rbenv shell 2.2.4"
dionysus69 has quit [Ping timeout: 272 seconds]
workmad3_ has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
<CausaMortis-Work> imperator, care to explain why I need to define a shell version?
<imperator> because you could have multiple versions installed
<CausaMortis-Work> I do but it defaults to system for mac os x right?
<imperator> if you run "rbenv versions" you'll see the list of possible rubies that you have
Yuri4_ has quit [Ping timeout: 260 seconds]
<imperator> no, not to my knowledge
<imperator> and, odds are you wouldn't want that anyway
<CausaMortis-Work> fair enough. when is the shell version used? like, when do I make a direct call to ruby from my terminal env?
<imperator> anytime after you set it using rbenv shell
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
<imperator> so, after you run "rbenv shell 2.2.4", and you do "ruby -v", you'll see 2.2.4 as your version
<imperator> i have this in my .bash_profile on my mac, too: https://gist.github.com/djberg96/848935da8f56521402f644f79e1d235d
solocshaw has joined #ruby
nankyokusei has joined #ruby
ullu has joined #ruby
<ullu> ?a # result: "a"
<ullu> what else can be done with "?" operator/method?
hahuang61 has joined #ruby
<ullu> I can't seem to find a definitive spec for it
d0nn1e has quit [Ping timeout: 264 seconds]
<Mon_Ouie> It's not a method, it's just a syntax for character literals
<Papierkorb> ullu: it does what you wrote. Turns the char after it into a string containing that character. More of an obscure syntax I guess
d0nn1e has joined #ruby
terminalrecluse has joined #ruby
<ullu> oh, so there aren't any additional applications of it (apart from putting at the end of methods)?
No has left #ruby ["Leaving"]
<shevy> ullu ternary
<Mon_Ouie> It used to make more sense back in Ruby 1.8 where it returned an integer (it was changed to return a String in 1.9, because the same change happened in String#[])
<ullu> Mon_Ouie: would the 0x be something analogous for numeric literals then?
kareeole_ has joined #ruby
<ullu> (in hex, i.e.)
nankyokusei has quit [Ping timeout: 258 seconds]
<ullu> shevy: right, forgot that one, thanks
rehat has joined #ruby
<Mon_Ouie> I'm not sure how the ?-character syntax and hexadecimal integer syntax are analogous
hahuang61 has quit [Ping timeout: 250 seconds]
<ullu> a prefix designation for a literal 'type'?
kareeoleez has quit [Ping timeout: 260 seconds]
No has joined #ruby
No has left #ruby ["Leaving"]
neo_ has quit [Remote host closed the connection]
<ullu> Mon_Ouie: so both seem like a 'type cast' operators for the ensuing characters
DrCode has joined #ruby
<ullu> except ? only acts on the immediately following character
neo_ has joined #ruby
last_staff has quit [Quit: last_staff]
<neo_> What is a gem to use to generate 100 users with different names, age, whatever in development ?
<adaedra> You could use faker to generate names
lxsameer has joined #ruby
conta has joined #ruby
dh64 has quit [Quit: Konversation terminated!]
<neo_> perfect thankss
mtkd has quit [Ping timeout: 260 seconds]
<adaedra> yw
mtkd has joined #ruby
smathy is now known as smathy_afk
smathy_afk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
allcentury has joined #ruby
dminuoso has joined #ruby
vuoto has quit [Remote host closed the connection]
solocshaw has quit [Read error: Connection reset by peer]
solocshaw has joined #ruby
kareeole_ has quit [Remote host closed the connection]
allcentury has quit [Ping timeout: 252 seconds]
smathy has joined #ruby
dminuoso has quit [Ping timeout: 276 seconds]
Azure has joined #ruby
isberg has joined #ruby
<isberg> Is there tool for validating / type check my code?
kavanagh has joined #ruby
toretore has quit [Ping timeout: 244 seconds]
Xeago__ has quit [Remote host closed the connection]
nerium has joined #ruby
rikkipitt has joined #ruby
<jhass> isberg: rubocop
<jhass> well not type check
yma__gib has joined #ruby
<jhass> tracing types in typical ruby code is quite hard, incredibly slow and impossible in some cases
ta_ has joined #ruby
<shevy> its --autocorrect option is nice
sepp2k1 has quit [Read error: Connection reset by peer]
<isberg> jhass thanks
allcentury has joined #ruby
<jhass> isberg: get a nice testsuite and a coverage tool if you want to gain some confidence over correctness
jackjackdripper has joined #ruby
<isberg> have that to
hutch34 has joined #ruby
<xall> i'm getting a syntax warning for: ambiguous first argument; put parentheses or a space even after `/' operator
ta_ has quit [Ping timeout: 260 seconds]
<xall> for the line: assert_match /expired/i, response.body
<xall> this seems dumb. i'm using vim and its a syntastic warning. i didn't have much luck with google. i imagine this has to be a common problem
Parko has joined #ruby
neo_ has quit [Remote host closed the connection]
allcentury has quit [Ping timeout: 244 seconds]
<xall> do people typically surround a regex like that with parens?
rikkipitt has quit [Remote host closed the connection]
tomphp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jhass> xall: well yes, or use %r literals
tomphp has joined #ruby
arup_r has quit []
symm- has quit [Ping timeout: 272 seconds]
madgen has quit [Ping timeout: 244 seconds]
conta has quit [Ping timeout: 264 seconds]
xxneolithicxx has quit [Remote host closed the connection]
RegulationD has joined #ruby
neo_ has joined #ruby
jxs__ has quit [Ping timeout: 250 seconds]
jaguarmagenta has joined #ruby
xxneolithicxx has joined #ruby
RegulationD has quit [Ping timeout: 240 seconds]
jaguarmagenta has quit [Ping timeout: 244 seconds]
solocshaw has quit [Ping timeout: 250 seconds]
terminalrecluse has quit [Ping timeout: 264 seconds]
tristanp has joined #ruby
hahuang61 has joined #ruby
tristanp has quit [Remote host closed the connection]
jxs__ has joined #ruby
blackgoat has joined #ruby
jetpackj1 has joined #ruby
tubuliferous_ has joined #ruby
hahuang61 has quit [Ping timeout: 250 seconds]
elifoster has quit [Ping timeout: 246 seconds]
CausaMortis-Work has quit [Ping timeout: 276 seconds]
jetpackj1 has quit [Ping timeout: 252 seconds]
cdg has joined #ruby
spider-mario has quit [Remote host closed the connection]
ChrisWilding has quit [Quit: leaving]
workmad3 has quit [Ping timeout: 272 seconds]
jackjackdripper has quit [Quit: Leaving.]
davedev24 has quit [Remote host closed the connection]
imperator has quit [Quit: This computer has gone to sleep]
dminuoso has joined #ruby
karapetyan has quit [Remote host closed the connection]
A5101_ has joined #ruby
zenlot6 has joined #ruby
rehat has quit [Remote host closed the connection]
A5101_ has quit [Remote host closed the connection]
A5101 has quit [Quit: Leaving]
karapetyan has joined #ruby
A5101 has joined #ruby
smathy is now known as smathy_afk
zenlot has quit [Ping timeout: 260 seconds]
dminuoso has quit [Ping timeout: 240 seconds]
smathy_afk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jackjackdripper has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
firstdayonthejob has quit [Ping timeout: 276 seconds]
tmtwd_ has quit [Ping timeout: 244 seconds]
jackjackdripper has quit [Client Quit]
nerium has quit [Quit: nerium]
isberg has quit [Quit: I'm out]
chrismytton has joined #ruby
ta_ has joined #ruby
the_drow has quit [Quit: This computer has gone to sleep]
karapetyan has joined #ruby
moeabdol has quit [Ping timeout: 244 seconds]
Xeago_ has joined #ruby
tomphp has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ta_ has quit [Ping timeout: 264 seconds]
Xeago_ has quit [Remote host closed the connection]
Gasher has quit [Ping timeout: 258 seconds]
ullu has quit [Ping timeout: 264 seconds]
kavanagh has quit [Quit: That's all folks!]
douglascorrea has joined #ruby
RedNifre has quit [Quit: ZZ]
jaguarmagenta has joined #ruby
harro has joined #ruby
khelair has joined #ruby
tildes has joined #ruby
RegulationD has joined #ruby
tmtwd has joined #ruby
biberu has quit []
zenlot6 has quit [Ping timeout: 272 seconds]
k3rn31 has joined #ruby
zenlot6 has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
terminalrecluse has joined #ruby
jaguarma_ has joined #ruby
nando293921 has quit [Ping timeout: 250 seconds]
jetpackj1 has joined #ruby
allcentury has joined #ruby
jaguarmagenta has quit [Ping timeout: 252 seconds]
xall_ has joined #ruby
jrafanie has joined #ruby
jetpackj1 has quit [Ping timeout: 252 seconds]
k3rn31 has quit [Quit: Computer has gone to sleep.]
allcentury has quit [Ping timeout: 272 seconds]
nankyokusei has joined #ruby
dhruvasagar has joined #ruby
rainmanjam has joined #ruby
xall has quit [Ping timeout: 258 seconds]
solocshaw has joined #ruby
dhruvasagar has quit [Ping timeout: 240 seconds]
solocshaw1 has joined #ruby
nankyokusei has quit [Ping timeout: 264 seconds]
amclain has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kirun has quit [Quit: Client exiting]
imperator has joined #ruby
chipotle has joined #ruby
chipotle has quit [Max SendQ exceeded]
yma__gib has quit [Ping timeout: 276 seconds]
solocshaw has quit [Ping timeout: 250 seconds]
solocshaw1 is now known as solocshaw
xall has joined #ruby
chipotle has joined #ruby
nettoweb has joined #ruby
jrafanie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
xall_ has quit [Ping timeout: 264 seconds]
macsteps has joined #ruby
hutch34 has quit [Ping timeout: 260 seconds]
davedev24 has joined #ruby
Xeago_ has joined #ruby
SCHAAP137 has quit [Quit: Exiting...]
nadir has joined #ruby
Xeago_ has quit [Remote host closed the connection]
davedev24 has quit [Ping timeout: 250 seconds]
dminuoso has joined #ruby
yma__gib has joined #ruby
unknown| has quit [Ping timeout: 252 seconds]
macsteps has quit [Remote host closed the connection]
unknown| has joined #ruby
neo_ has quit [Remote host closed the connection]
dminuoso has quit [Ping timeout: 250 seconds]
mistermocha has joined #ruby
Trynemjoel has quit [Ping timeout: 244 seconds]
mistermo_ has joined #ruby
mistermocha has quit [Ping timeout: 272 seconds]
yma__gib has quit [Ping timeout: 272 seconds]
mistermo_ has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
Trynemjoel has joined #ruby
mattwashere has joined #ruby
yma__gib has joined #ruby
allcentury has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has joined #ruby
ramfjord has joined #ruby
JackiPo has joined #ruby
mistermo_ has quit [Read error: Connection reset by peer]
davedev24 has joined #ruby
mistermocha has joined #ruby
<Radar> !ban JackiPo
<Radar> Goodbye.
JackiPo was kicked from #ruby by ruby[bot] [bannable offense, see http://ruby-community.com/pages/user_rules]
davedev2_ has joined #ruby
exchgr has quit [Ping timeout: 258 seconds]
mistermocha has quit [Read error: Connection reset by peer]
mistermo_ has joined #ruby
koooge has joined #ruby
allcentury has quit [Ping timeout: 240 seconds]
solocshaw has quit [Quit: solocshaw]
kam270 has joined #ruby
mistermo_ has quit [Read error: Connection reset by peer]
davedev24 has quit [Ping timeout: 250 seconds]
Dimik has quit [Ping timeout: 276 seconds]
rbennacer has joined #ruby
exchgr has joined #ruby
hahuang61 has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Xeago_ has joined #ruby
rbennacer has quit [Ping timeout: 240 seconds]
Xeago_ has quit [Remote host closed the connection]
Xeago_ has joined #ruby