havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.5.1, 2.4.4, 2.3.7, 2.6.0-preview2: https://www.ruby-lang.org | Paste 4+ lines of text to https://gist.github.com | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby
shinnya has joined #ruby
SeepingN has quit [Quit: The system is going down for reboot NOW!]
tolerablyjake has joined #ruby
cadillac_ has joined #ruby
roamingdog has joined #ruby
Cthulu201 has quit [Ping timeout: 260 seconds]
caleBOT has joined #ruby
tdy has quit [Ping timeout: 240 seconds]
caleBOT_ has joined #ruby
eckhardt has joined #ruby
moei has quit [Quit: Leaving...]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ellcs1 has quit [Ping timeout: 265 seconds]
cagomez has quit [Remote host closed the connection]
Cthulu201 has joined #ruby
eckhardt has quit [Client Quit]
cagomez has joined #ruby
karapetyan has quit [Remote host closed the connection]
megamos has quit [Ping timeout: 264 seconds]
jhack has quit [Quit: jhack]
cagomez has quit [Ping timeout: 260 seconds]
zachk has quit [Quit: Leaving]
lxsameer has joined #ruby
mynameisdebian has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
phenom has quit [Ping timeout: 256 seconds]
mynameis_ has joined #ruby
phenom has joined #ruby
lxsameer has quit [Ping timeout: 248 seconds]
jhack has joined #ruby
clemens3_ has quit [Ping timeout: 240 seconds]
FernandoBasso has quit [Quit: Leaving]
ponzii has quit [Quit: BitchX: now with flavor crystals!]
mynameis_ has quit [Remote host closed the connection]
orbyt_ has joined #ruby
tdy has joined #ruby
lunarkitty7 has quit [Ping timeout: 256 seconds]
mynameisdebian has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cthulchu_ has quit [Ping timeout: 260 seconds]
rkoller has quit [Quit: Textual IRC Client: www.textualapp.com]
JamJam_kid has joined #ruby
jhack has quit [Quit: jhack]
fredlinhares has quit [Quit: WeeChat 1.4]
lunarkitty7 has joined #ruby
nebben has quit []
lxsameer has joined #ruby
cadillac_ has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
phenom has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 256 seconds]
cadillac_ has joined #ruby
lxsameer has quit [Ping timeout: 260 seconds]
nicht has joined #ruby
nicht has quit [Max SendQ exceeded]
katlyn_ has joined #ruby
mupt has joined #ruby
gizmore|2 has joined #ruby
<katlyn_> i'm wondering how to search all the 'p' elements in an xml file for a specific pattern
<havenwood> katlyn_: what's the pattern?
<katlyn_> i could do something like: doc.xpath('//P').map{|k| k.to_s} and find off of that
<katlyn_> say something like "\w{4}+\s\w{4}"
<havenwood> mm
<havenwood> katlyn_: doc.xpath('//P').grep(/\w{4}+\s\w{4}/)
jhack has joined #ruby
karapetyan has joined #ruby
<katlyn_> cool -- thanks
<havenwood> yw, np
gizmore has quit [Ping timeout: 240 seconds]
<katlyn_> works perfectly
karapetyan has quit [Ping timeout: 265 seconds]
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fizzik has quit [Quit: Lost terminal]
BloopMonster has joined #ruby
dr3w_ has joined #ruby
cagomez has joined #ruby
jhack has quit [Quit: jhack]
cagomez has quit [Ping timeout: 260 seconds]
jhack has joined #ruby
jottr has joined #ruby
lxsameer has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
katlyn_ has quit [Ping timeout: 260 seconds]
moei has joined #ruby
sylario has quit [Quit: Connection closed for inactivity]
roamingdog has quit [Remote host closed the connection]
jhack has quit [Quit: jhack]
workmad3 has joined #ruby
jrafanie has joined #ruby
lxsameer has quit [Ping timeout: 268 seconds]
lxsameer has joined #ruby
cthulchu_ has joined #ruby
luna_x has joined #ruby
workmad3 has quit [Ping timeout: 260 seconds]
bmurt has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
<havenwood> zenspider: still noisy, but better with an even level of abstraction: https://github.com/havenwood/digest-sip_hash/blob/master/lib/digest/sip_hash.rb#L91-L110
cthu| has joined #ruby
<havenwood> it's almost tempting to do a bit of instance_variable_{get,set}
roamingdog has joined #ruby
envex has joined #ruby
cthulchu_ has quit [Ping timeout: 260 seconds]
lxsameer has quit [Ping timeout: 260 seconds]
lxsameer has joined #ruby
JamJam_kid has quit [Ping timeout: 260 seconds]
quobo has quit [Quit: Connection closed for inactivity]
dviola has quit [Quit: WeeChat 2.1]
lxsameer has quit [Ping timeout: 264 seconds]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
condor-14 has joined #ruby
mupt has quit [Ping timeout: 240 seconds]
<condor-14> !ciao
karapetyan has joined #ruby
condor-14 has quit [Quit: MiRC 7.38 ITA by Jalina]
karapetyan has quit [Ping timeout: 260 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cthulchu_ has joined #ruby
taylorzr has joined #ruby
cthu| has quit [Ping timeout: 248 seconds]
starseed0000 has joined #ruby
nicht has joined #ruby
nicht has quit [Max SendQ exceeded]
roamingdog has quit [Remote host closed the connection]
Puffball has joined #ruby
lxsameer has joined #ruby
kapil___ has joined #ruby
roamingdog has joined #ruby
BloopMonster has quit [Ping timeout: 248 seconds]
cadillac_ has quit [Quit: I quit]
cadillac_ has joined #ruby
lxsameer has quit [Ping timeout: 264 seconds]
shinnya has quit [Ping timeout: 260 seconds]
braincrash has quit [Quit: bye bye]
drale2k_ has quit [Quit: Textual IRC Client: www.textualapp.com]
braincrash has joined #ruby
<havenwood> headius: JRuby Graal performance with the digest-sip_hash gem is all I've had time to look at so far, but it's blazing: https://i.imgur.com/VL9WoCf.png
jrafanie has joined #ruby
<havenwood> hmm, what to benchmark...?
umesh has joined #ruby
AJA4350 has quit [Quit: AJA4350]
drale2k_ has joined #ruby
lxsameer has joined #ruby
RougeR has quit [Ping timeout: 264 seconds]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jottr has joined #ruby
lxsameer has quit [Ping timeout: 260 seconds]
nertzy2 has joined #ruby
jcarl43 has joined #ruby
nertzy has quit [Read error: Connection reset by peer]
jottr has quit [Ping timeout: 260 seconds]
nertzy3 has joined #ruby
cadillac_ has quit [Read error: Connection reset by peer]
nertzy2 has quit [Ping timeout: 240 seconds]
gix- has joined #ruby
gix has quit [Disconnected by services]
bambanx has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
workmad3 has joined #ruby
cadillac_ has joined #ruby
konsolebox has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 248 seconds]
JamJam_kid has joined #ruby
<havenwood> mmm, pure Ruby SHA3 the -Xfixnum.cache=false does matter
<havenwood> it doesn't seem to make any difference with SipHash
lytol has quit [Remote host closed the connection]
orbyt_ has joined #ruby
drale2k_ has quit [Ping timeout: 260 seconds]
taylorzr has quit [Ping timeout: 256 seconds]
lxsameer has joined #ruby
donofrio_ has quit [Remote host closed the connection]
<havenwood> headius: JRuby Graal wins for the second one I'm trying here too, SHA3: https://i.imgur.com/UNjrZ3c.png
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karapetyan has joined #ruby
lxsameer has quit [Ping timeout: 260 seconds]
karapetyan has quit [Ping timeout: 240 seconds]
shinnya has joined #ruby
mynameisdebian has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
tfitts has quit [Quit: Connection closed for inactivity]
aufi has joined #ruby
BloopMonster has joined #ruby
lxsameer has joined #ruby
shinnya has quit [Ping timeout: 268 seconds]
caleBOT_ has quit [Remote host closed the connection]
caleBOT has quit [Read error: Connection reset by peer]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
Inline has quit [Quit: Leaving]
lxsameer has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
caleBOT_ has quit [Ping timeout: 260 seconds]
caleBOT has quit [Ping timeout: 260 seconds]
regedit has joined #ruby
lxsameer has quit [Ping timeout: 260 seconds]
sspreitz has quit [Ping timeout: 256 seconds]
anisha_ has joined #ruby
lunarkitty7 has quit [Ping timeout: 260 seconds]
sauvin has joined #ruby
roamingdog has quit [Remote host closed the connection]
anisha_ has quit [Ping timeout: 260 seconds]
sspreitz has joined #ruby
DTZUZO has joined #ruby
anisha_ has joined #ruby
reber has joined #ruby
lunarkitty7 has joined #ruby
donofrio has joined #ruby
umesh has quit [Quit: Connection closed for inactivity]
jottr has joined #ruby
Guest5285 has joined #ruby
<Guest5285> what is a project i could read through to get a better grasp on functional paradigm in ruby?
<Guest5285> i want to see well done fp ruby
hanmac has quit [Ping timeout: 245 seconds]
freedrull has joined #ruby
<freedrull> can i show the source location of whatever `super` is going to call ?
jottr has quit [Ping timeout: 260 seconds]
lxsameer has joined #ruby
<havenwood> freedrull: Example.method(:freedrull).super_method.source_location
bambanx has quit [Quit: Leaving]
suukim has joined #ruby
aupadhye has joined #ruby
<freedrull> havenwood: thanks!
workmad3 has joined #ruby
dminuoso has joined #ruby
dminuoso has left #ruby ["WeeChat 2.0.1"]
hanmac has joined #ruby
workmad3 has quit [Ping timeout: 260 seconds]
lxsameer has quit [Ping timeout: 260 seconds]
Guest5285 has quit [Quit: leaving]
bier has quit [Ping timeout: 240 seconds]
patteh has quit [Ping timeout: 260 seconds]
diego_k has quit [Ping timeout: 240 seconds]
apeiros_ has quit [Remote host closed the connection]
mfurkandemir_ has joined #ruby
<mfurkandemir_> hello world!
BloopMonster has quit [Ping timeout: 248 seconds]
mfurkandemir has joined #ruby
mfurkandemir_ has quit [Client Quit]
<havenwood> mfurkandemir_: the world greets you
<mfurkandemir> thank you sir
pwnd_nsfw` has quit [Read error: Connection reset by peer]
pwnd_nsfw has joined #ruby
biberu has joined #ruby
apeiros_ has joined #ruby
starseed0000 has quit [Ping timeout: 260 seconds]
apeiros_ has quit [Remote host closed the connection]
karapetyan has joined #ruby
roamingdog has joined #ruby
anisha_ has quit [Ping timeout: 248 seconds]
diegok has joined #ruby
bier has joined #ruby
karapetyan has quit [Ping timeout: 240 seconds]
roamingdog has quit [Ping timeout: 240 seconds]
schleppel has joined #ruby
anisha has joined #ruby
diegok has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
jenrzzz has joined #ruby
andikr has joined #ruby
patteh has joined #ruby
lxsameer has quit [Ping timeout: 268 seconds]
dr3w_ has joined #ruby
Yxhuvud has quit [Read error: Connection reset by peer]
Yxhuvud has joined #ruby
patteh has quit [Ping timeout: 268 seconds]
diegok has joined #ruby
patteh has joined #ruby
nima_m has joined #ruby
JamJam_kid has quit [Quit: Leaving]
dionysus69 has joined #ruby
diegok has quit [Ping timeout: 264 seconds]
amar_ has joined #ruby
nima_m has quit [Ping timeout: 260 seconds]
diegok has joined #ruby
apeiros_ has joined #ruby
megamos has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
lxsameer has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.1]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
dionysus70 has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
dionysus70 is now known as dionysus69
sysvalve has joined #ruby
vondruch has joined #ruby
TomyWork has joined #ruby
Burgestrand has joined #ruby
claudiuinberlin has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
za1b1tsu has joined #ruby
mynameisdebian has joined #ruby
dionysus69 has quit [Ping timeout: 256 seconds]
weaksauce has quit [Ping timeout: 248 seconds]
Puffball_ has joined #ruby
lxsameer has quit [Ping timeout: 265 seconds]
lxsameer has joined #ruby
Puffball has quit [Ping timeout: 240 seconds]
jottr has joined #ruby
Burgestrand has quit [Quit: Closing time!]
Bish has quit [Ping timeout: 260 seconds]
mynameisdebian has quit [Remote host closed the connection]
nowhere_man has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 256 seconds]
Burgestrand has joined #ruby
mfurkandemir has quit [Ping timeout: 260 seconds]
nima_m has joined #ruby
megamos has quit [Ping timeout: 255 seconds]
amar_ has quit [Remote host closed the connection]
nima_m has quit [Client Quit]
nima_m has joined #ruby
feyruz has joined #ruby
tdy has quit [Read error: Connection reset by peer]
feyruz is now known as ruby_rookie
deathwishdave has joined #ruby
tdy has joined #ruby
<ruby_rookie> is anyone here familiar with the 'curb' library
<havenwood> ruby_rookie: yeah, it's fairly popular
kenichi has quit [Remote host closed the connection]
kenichi has joined #ruby
hph^ has quit [Remote host closed the connection]
hph^ has joined #ruby
hph^ has quit [Max SendQ exceeded]
hph^ has joined #ruby
<ruby_rookie> havenwood: I don't know much about Ruby, and I have a snippet, that I am trying to understand/debug
hph^ has quit [Max SendQ exceeded]
<ruby_rookie> it tries to do a call to a HTTPS url
hph^ has joined #ruby
hph^ has quit [Max SendQ exceeded]
<ruby_rookie> but fails due to SSL certificate check
ramfjord has joined #ruby
hph^ has joined #ruby
hph^ has quit [Max SendQ exceeded]
<ruby_rookie> I tried disabling it, but still getting an error, would you mind having a quick glance, to see if I miss an obvious thing?
BloopMonster has joined #ruby
hph^ has joined #ruby
hph^ has quit [Max SendQ exceeded]
<havenwood> ruby_rookie: i can look in a few, but someone here might beat me to it
<havenwood> ruby_rookie: what's the issue?
<ruby[bot]> ruby_rookie: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
c0ncealed2 has quit [Read error: Connection reset by peer]
ramfjord has quit [Ping timeout: 240 seconds]
c0ncealed2 has joined #ruby
apeiros_ has quit [Read error: Connection reset by peer]
apeiros_ has joined #ruby
apeiros_ has quit [Remote host closed the connection]
<ruby_rookie> that snippet is a slightly modified version of existing code. I thought adding the 'curl.ssl_verify_peer = false' would disable SSL check
<ruby_rookie> but I still get 'Curl::Err::SSLCACertificateError' for the request
apeiros_ has joined #ruby
dr3w_ has joined #ruby
Burgestrand has quit [Quit: Closing time!]
dionysus69 has joined #ruby
nowhere_man has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
\void has quit [Quit: So long, and thanks for all the fish.]
venmx has quit [Ping timeout: 260 seconds]
kvda has joined #ruby
<kvda> Hi, i have a function that returns [5.23312.seconds, 10.321321.seconds]
<kvda> how do I do comparison in the spec on that without having to list all the decimal places?
caleBOT_ has quit [Ping timeout: 256 seconds]
caleBOT has quit [Ping timeout: 256 seconds]
Burgestrand has joined #ruby
<havenwood> kvda: Minitest? RSpec? Show your current code for context?
amar_ has joined #ruby
karapetyan has joined #ruby
ellcs1 has joined #ruby
guille-moe has joined #ruby
karapetyan has quit [Ping timeout: 265 seconds]
amar_ has quit [Ping timeout: 265 seconds]
clemens3_ has joined #ruby
sidntrivedi012[m has joined #ruby
Eiam has quit [Ping timeout: 276 seconds]
p4p0l0 has joined #ruby
p4p0l0 has quit [Remote host closed the connection]
workmad3 has joined #ruby
jottr has joined #ruby
deathwishdave has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
Beams has joined #ruby
BloopMonster has quit [Ping timeout: 276 seconds]
p4p0l0 has joined #ruby
p4p0l0 has quit [Remote host closed the connection]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
p4p0l0 has joined #ruby
caleBOT_ has quit [Ping timeout: 260 seconds]
caleBOT has quit [Ping timeout: 260 seconds]
wnd has quit [Quit: Disconnecting from stoned server.]
tty has quit [Quit: tty]
ellcs1 has quit [Ping timeout: 265 seconds]
RougeR has joined #ruby
nima_m has quit [Quit: nima_m]
roamingdog has joined #ruby
p4p0l0 has quit [Remote host closed the connection]
duderonomy has joined #ruby
roamingdog has quit [Ping timeout: 240 seconds]
<kvda> havenwood pardon, it's RSpec
SuperLag has quit [Ping timeout: 264 seconds]
SuperLag has joined #ruby
<robin> I'm using capistrano and all of a sudden when deploying I got this message "Command: /usr/bin/env setfacl -Rn -m u:www-data:rwX -m u::rwX /var/www/some/path"
p4p0l0 has joined #ruby
<robin> I can't remember changing anything, and that user doesn't exist.
karapetyan has joined #ruby
<robin> setfacl: Option -m: Invalid argument near character 3
conta has joined #ruby
yohji has joined #ruby
nowhere_man has quit [Ping timeout: 260 seconds]
herbmillerjr has quit [Quit: Konversation terminated!]
sysvalve has quit [Ping timeout: 268 seconds]
silviu has joined #ruby
apeiros_ has quit [Read error: Connection reset by peer]
pwnd_nsfw` has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
regedit has quit [Quit: Connection closed for inactivity]
pwnd_nsfw has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
apparition has joined #ruby
ellcs1 has joined #ruby
AJA4350 has joined #ruby
cschneid has joined #ruby
nima_m has joined #ruby
ellcs1 has quit [Ping timeout: 265 seconds]
cschneid has quit [Ping timeout: 240 seconds]
nima_m has quit [Ping timeout: 240 seconds]
yosafbridge has quit [Quit: Leaving]
deathwishdave has joined #ruby
desperek has joined #ruby
jrafanie has joined #ruby
Burgestrand has quit [Quit: Closing time!]
silviu has quit [Quit: Leaving...]
tvw has joined #ruby
p4p0l0 has quit [Remote host closed the connection]
yosafbridge has joined #ruby
BloopMonster has joined #ruby
karapetyan has quit [Remote host closed the connection]
nowhere_man has joined #ruby
Beams has quit [Quit: .]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Burgestrand has joined #ruby
silviu has joined #ruby
yokel has quit [Ping timeout: 256 seconds]
Fernando-Basso_ has joined #ruby
silviu has quit [Client Quit]
yokel has joined #ruby
apeiros_ has joined #ruby
silviu has joined #ruby
Beams has joined #ruby
dreamthese has quit [Remote host closed the connection]
dreamthese has joined #ruby
ldnunes has joined #ruby
atmosx has quit [Quit: WeeChat 1.4]
karapetyan has joined #ruby
Burgestrand has quit [Quit: Closing time!]
karapetyan has quit [Remote host closed the connection]
Burgestrand has joined #ruby
nima_m has joined #ruby
ellcs1 has joined #ruby
BloopMonster has quit [Ping timeout: 248 seconds]
conta has quit [Quit: conta]
Nicmavr has joined #ruby
Nicmavr is now known as Guest53466
Guest53466 has quit [Changing host]
Guest53466 has joined #ruby
sysvalve has joined #ruby
mupt has joined #ruby
chmurifree has quit [Ping timeout: 256 seconds]
Guest53466 is now known as Kestrel-029
Fernando-Basso_ has quit [Quit: Page closed]
ellcs1 has quit [Ping timeout: 245 seconds]
karapetyan has joined #ruby
argoneus has quit [Quit: No Ping reply in 180 seconds.]
funnel has quit [Ping timeout: 255 seconds]
discopatrick has joined #ruby
vonfry has joined #ruby
ramfjord has joined #ruby
argoneus has joined #ruby
nima_m has quit [Ping timeout: 240 seconds]
Fernando-Basso_ has joined #ruby
jrafanie has joined #ruby
chmurifree has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
synthroid has joined #ruby
jcalla has joined #ruby
funnel has joined #ruby
crankharder has quit [Remote host closed the connection]
mupt has quit [Ping timeout: 240 seconds]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cagomez has joined #ruby
crankharder has joined #ruby
t0xik has quit [Quit: Connection closed for inactivity]
cagomez has quit [Ping timeout: 276 seconds]
BloopMonster has joined #ruby
bmurt has joined #ruby
vonfry has quit [Quit: WeeChat 2.1]
nowhere_man has quit [Read error: Connection reset by peer]
nowhere_man has joined #ruby
ellcs1 has joined #ruby
ramfjord has joined #ruby
conta1 has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
ellcs1 has quit [Ping timeout: 260 seconds]
alex`` has joined #ruby
kvda has quit [Quit: Textual IRC Client: www.textualapp.com]
dendazen has joined #ruby
BloopMonster has quit [Ping timeout: 255 seconds]
cadillac_ has quit [Ping timeout: 248 seconds]
jrafanie has joined #ruby
sylario has joined #ruby
hinbody has joined #ruby
hinbody has left #ruby [#ruby]
cadillac_ has joined #ruby
ruby_rookie has quit [Quit: ruby_rookie]
roamingdog has joined #ruby
TinkerT has quit [Read error: Connection reset by peer]
caleBOT has joined #ruby
caleBOT_ has joined #ruby
TinkerT has joined #ruby
caleBOT_ has quit [Ping timeout: 256 seconds]
caleBOT has quit [Ping timeout: 256 seconds]
ellcs1 has joined #ruby
conta1 has quit [Quit: conta1]
hanmac has quit [Ping timeout: 260 seconds]
Inline has joined #ruby
cyberg has quit [Ping timeout: 240 seconds]
cyberg has joined #ruby
BloopMonster has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
jyaworski has quit [Ping timeout: 264 seconds]
dinfuehr has quit [Ping timeout: 264 seconds]
ablackack has quit [Ping timeout: 264 seconds]
dinfuehr has joined #ruby
ablackack has joined #ruby
drale2k_ has joined #ruby
hanmac has joined #ruby
ellcs1 has quit [Ping timeout: 265 seconds]
biberu has quit []
jyaworski has joined #ruby
<kapil___> How to count array has how much time a element exist?
modwizcode has joined #ruby
megamos has joined #ruby
conta1 has joined #ruby
dionysus69 has quit [Quit: dionysus69]
karapetyan has quit [Remote host closed the connection]
Burgestrand has quit [Quit: Closing time!]
Burgestrand has joined #ruby
karapetyan has joined #ruby
jottr has joined #ruby
wnd has joined #ruby
BloopMonster has quit [Ping timeout: 255 seconds]
aupadhye has quit [Quit: Leaving]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
karapetyan has quit [Remote host closed the connection]
Kestrel-029 has quit [Ping timeout: 256 seconds]
MzrE has joined #ruby
shinnya has joined #ruby
karapetyan has joined #ruby
Nicmavr has joined #ruby
Nicmavr is now known as Guest62234
<theRoUS> RoR 5 routing question: i have some resources under the namespace(:puppet) block (e.g., :manifest), but i'd like to redirect two special routes to a controller *not* in that namespace.
<theRoUS> for example, `get("/puppet/manifests/upload(:.format)")` should use the top-level uploads#webupload controller/action, and `post("/puppet/manifests/upload(:.format)")` should use the top-level uploads#upload controller/action.
<theRoUS> however, everything i've tried has either given an error compiling the routes, or has used the `puppet/manifests#{webupload,upload}` controller/action
<theRoUS> how do i reference a controller in a different, or superiour, namespace ?
f1n94 has joined #ruby
Guest62234 has quit [Changing host]
Guest62234 has joined #ruby
Guest62234 is now known as Kestrel-029
<konsolebox> theRoUS: try #RubyOnRails
<theRoUS> k
<apeiros_> kapil___: it's literally Array#count
mupt has joined #ruby
Kestrel-029 has quit [Quit: ZNC 1.7.0 - https://znc.in]
<konsolebox> maybe he's talking about number of instance of a specific element
wnd has quit [Quit: Disconnecting from stoned server.]
jottr has joined #ruby
<apeiros_> konsolebox: yes, still count
<apeiros_> >> [1,2,3,1,1].count(1)
<ruby[bot]> apeiros_: I'm terribly sorry, I could not evaluate your code because of an error: NoMethodError:undefined method `[]' for nil:NilClass
apeiros_ is now known as apeiros
* apeiros swings fist at eval.in
<apeiros> > [1,2,3,1,1].count(1) # => 3
karapetyan has quit [Remote host closed the connection]
agent_white has quit [Quit: Lost terminal]
mkroman has quit [Ping timeout: 245 seconds]
<konsolebox> >> self
<ruby[bot]> konsolebox: I'm terribly sorry, I could not evaluate your code because of an error: OpenURI::HTTPError:500 Internal Server Error
<konsolebox> :D
karapetyan has joined #ruby
_aeris_ has quit [Ping timeout: 250 seconds]
<gizmore|2> konsolebox: niceone
gizmore|2 is now known as gizmore
wnd has joined #ruby
za1b1tsu has quit [Ping timeout: 260 seconds]
redlegion has quit [Ping timeout: 250 seconds]
guille-moe has quit [Remote host closed the connection]
redlegion has joined #ruby
sysvalve has quit [Quit: Leaving]
Fernando-Basso_ has quit [Ping timeout: 260 seconds]
<gizmore> is it legal to put #@license <LIC> at the header of each file and protect some classes with an individual license?
<gizmore> also this channel does not force ssl... i am going to sue myself
guille-moe has joined #ruby
_aeris_ has joined #ruby
<kapil___> thanks
<gizmore> i am going to patch random by inserting random \x00 to enhance entropy count
wnd has quit [Quit: Disconnecting from stoned server.]
wnd has joined #ruby
deathwishdave has quit [Quit: Textual IRC Client: www.textualapp.com]
Burgestrand has quit [Quit: Closing time!]
<apeiros> gizmore: not a lawyer, but I guess if you mention it in your README, why not?
<apeiros> it's your code. after all you can have multiple libraries under different licenses too, so I don't see why that shouldn't be possible in a single library.
<konsolebox> gizmore: i think it's fine with BSD and MIT license at least. also i'd prefer to add small detail: # @license <LIC> - see XYZ file for details
RougeR has quit [Ping timeout: 260 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guille-moe has quit [Remote host closed the connection]
samosaphile has joined #ruby
mostlybadfly has joined #ruby
samosaphile has quit [Client Quit]
guille-moe has joined #ruby
caleBOT has joined #ruby
caleBOT_ has joined #ruby
reu has quit [Ping timeout: 260 seconds]
mupt has quit [Ping timeout: 264 seconds]
tolerablyjake has joined #ruby
reu has joined #ruby
TomyWork has quit [Remote host closed the connection]
p4p0l0 has joined #ruby
cschneid has joined #ruby
mupt has joined #ruby
Kestrel-029 has joined #ruby
tolerablyjake has quit [Ping timeout: 260 seconds]
Kestrel-029 is now known as Guest16446
p4p0l0 has quit [Ping timeout: 260 seconds]
alem0lars has joined #ruby
Guest16446 has quit [Changing host]
Guest16446 has joined #ruby
Guest16446 is now known as Nicmavr
aufi has quit [Remote host closed the connection]
p4p0l0 has joined #ruby
synthroid has quit [Remote host closed the connection]
nowhere_man has quit [Ping timeout: 276 seconds]
andikr has quit [Remote host closed the connection]
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
megamos has quit [Ping timeout: 264 seconds]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
fmcgeough has joined #ruby
orbyt_ has joined #ruby
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
alem0lars has quit [Ping timeout: 260 seconds]
megamos has joined #ruby
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
biberu has joined #ruby
synthroid has joined #ruby
tdy has quit [Ping timeout: 276 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bga57 has quit [Quit: Leaving.]
orbyt_ has joined #ruby
workmad3 has quit [Quit: leaving]
cagomez has joined #ruby
luna_x has quit [Quit: WeeChat 2.1]
drale2k_ has joined #ruby
fernando_basso has joined #ruby
mynameisdebian has joined #ruby
roamingdog has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
yokel has quit [Ping timeout: 264 seconds]
apeiros has quit []
yokel has joined #ruby
drale2k_ has quit [Ping timeout: 248 seconds]
amar has joined #ruby
shinnya has quit [Ping timeout: 260 seconds]
amar has quit [Remote host closed the connection]
megamos has quit [Ping timeout: 256 seconds]
mcritchlow has joined #ruby
<miah> i think i would avoid installing a gem that used multiple licenses peppered throughout various headers
ElFerna has joined #ruby
<miah> i'd worry that license auditing software wouldn't support it out of the box as well
mupt has quit [Ping timeout: 260 seconds]
galeido_ has joined #ruby
yadnesh_ has joined #ruby
argoneus has quit [Quit: No Ping reply in 180 seconds.]
<miah> that said, do what you want. =)
reu has quit [Ping timeout: 265 seconds]
BloopMonster has joined #ruby
cschneid has quit []
reu has joined #ruby
mnemon has quit [Ping timeout: 245 seconds]
jinie has quit [Ping timeout: 240 seconds]
fullstack_ has quit [Ping timeout: 268 seconds]
iNs has quit [Ping timeout: 245 seconds]
jinie has joined #ruby
arand has quit [Ping timeout: 256 seconds]
fullstack_ has joined #ruby
arand has joined #ruby
argoneus has joined #ruby
<gizmore> miah: thank you very much
<gizmore> license tooling ft
guille-moe has quit [*.net *.split]
SuperLag has quit [*.net *.split]
luna_x[m] has quit [*.net *.split]
faces has quit [*.net *.split]
V1s1ble has quit [*.net *.split]
merpnderp has quit [*.net *.split]
Furai has quit [*.net *.split]
twe4ked has quit [*.net *.split]
Liothen has quit [*.net *.split]
cttttt has quit [*.net *.split]
theRoUS has quit [*.net *.split]
sonOfRa has quit [*.net *.split]
Cork has quit [*.net *.split]
linduxed has quit [*.net *.split]
nyuszika7h has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
swein has quit [*.net *.split]
rupam123456 has quit [*.net *.split]
olspookishmagus has quit [*.net *.split]
cats has quit [*.net *.split]
yadnesh has quit [Ping timeout: 255 seconds]
galeido has quit [Ping timeout: 255 seconds]
mnemon has joined #ruby
mupt has joined #ruby
<gizmore> https://www.youtube.com/watch?v=71swxdSzY1w ( Omnia – Earth Warrior )
iNs has joined #ruby
anisha has quit [Ping timeout: 240 seconds]
spk has quit [Ping timeout: 260 seconds]
nyuszika7h_ has joined #ruby
jcarl43 has joined #ruby
twe4ked has joined #ruby
swein has joined #ruby
sonOfRa has joined #ruby
cats has joined #ruby
cttttt has joined #ruby
olspookishmagus has joined #ruby
Liothen has joined #ruby
merpnderp has joined #ruby
luna_x[m] has joined #ruby
SuperLag has joined #ruby
V1s1ble has joined #ruby
Fridtjof has joined #ruby
Furai has joined #ruby
rupam123456 has joined #ruby
linduxed has joined #ruby
Cork has joined #ruby
theRoUS has joined #ruby
alex`` has quit [Quit: WeeChat 2.1]
linduxed has quit [Quit: WeeChat 2.1]
tolerablyjake has joined #ruby
SuperLag has quit [Max SendQ exceeded]
Liothen has quit [Max SendQ exceeded]
spk has joined #ruby
Liothen has joined #ruby
Liothen has joined #ruby
SuperLag has joined #ruby
linduxed has joined #ruby
cyberRodent has quit [Ping timeout: 240 seconds]
anisha has joined #ruby
iceskins[m] has quit [Ping timeout: 245 seconds]
velu_aon[m] has quit [Ping timeout: 245 seconds]
zalipuha[m] has quit [Ping timeout: 245 seconds]
bascht has quit [Ping timeout: 245 seconds]
bastilian has quit [Ping timeout: 240 seconds]
tdy has joined #ruby
redlegion[m] has quit [Ping timeout: 240 seconds]
luna_x[m] has quit [Ping timeout: 240 seconds]
aviraldg has quit [Ping timeout: 240 seconds]
Morrolan has quit [Ping timeout: 240 seconds]
sidntrivedi012[m has quit [Ping timeout: 255 seconds]
Demos[m] has quit [Ping timeout: 255 seconds]
jonjits[m] has quit [Ping timeout: 281 seconds]
KevinMGranger has quit [Ping timeout: 256 seconds]
haylon_ has quit [Ping timeout: 256 seconds]
Giphy[m] has quit [Ping timeout: 281 seconds]
Hanma[m] has quit [Ping timeout: 256 seconds]
turt2live has quit [Ping timeout: 256 seconds]
ignujee[m] has quit [Ping timeout: 256 seconds]
intheclouddan has quit [Ping timeout: 256 seconds]
Morrolan has joined #ruby
cyberRodent has joined #ruby
cadillac_ has quit [Ping timeout: 240 seconds]
ElFerna has quit [Ping timeout: 264 seconds]
Beams has quit [Quit: .]
cadillac_ has joined #ruby
ElFerna has joined #ruby
karapetyan has quit [Remote host closed the connection]
synthroid has quit [Read error: Connection reset by peer]
alex`` has joined #ruby
synthroid has joined #ruby
m27frogy has quit [Remote host closed the connection]
mjolnird has quit [Ping timeout: 245 seconds]
lunarkitty7 has quit [Ping timeout: 256 seconds]
planigan has quit [Ping timeout: 256 seconds]
ByronJohnson has quit [Ping timeout: 276 seconds]
jordanm has quit [Ping timeout: 256 seconds]
karapetyan has joined #ruby
[Butch] has joined #ruby
kireevco_ is now known as kireevco
caleBOT_ has quit [Remote host closed the connection]
caleBOT has quit [Remote host closed the connection]
yohji has quit [Remote host closed the connection]
wontruefree has joined #ruby
roamingdog has quit [Remote host closed the connection]
p4p0l0 has quit [Remote host closed the connection]
ElFerna has quit [Ping timeout: 240 seconds]
nowhere_man has joined #ruby
dan64- has joined #ruby
mfurkandemir has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
synthroid has quit []
dan64 has quit [Ping timeout: 265 seconds]
mfurkandemir has quit [Client Quit]
pr0ton has joined #ruby
eckhardt has joined #ruby
BloopMonster has quit [Ping timeout: 248 seconds]
caleBOT has joined #ruby
starseed0000 has joined #ruby
dan64- has quit [Ping timeout: 245 seconds]
lxsameer has quit [Ping timeout: 260 seconds]
intheclouddan has joined #ruby
za1b1tsu has joined #ruby
amar has joined #ruby
learningarrays has joined #ruby
za1b1tsu has quit [Ping timeout: 276 seconds]
<learningarrays> hi guys is it possible to push new lines from a string into an array? like "hi guys 123\nhow are you\n" is it possible to get the new lines into an array?
Puffball_ has quit [Quit: Puffball_]
claudiuinberlin has joined #ruby
conta1 has quit [Quit: conta1]
icarus has joined #ruby
dan64 has joined #ruby
<tbuehlmann> learningarrays: there's `some_string.lines`
mkroman has joined #ruby
<learningarrays> thanks
<havenwood> "hi guys 123\nhow are you\n".gsub(/\bguys\b/, 'learningarrays').lines(chomp: true) #=> ["hi learningarrays 123", "how are you"]
<havenwood> learningarrays: There's also the venerable #split("\n")
<learningarrays> thanks
quobo has joined #ruby
<havenwood> `lines(chomp: true)` is best if you're on a recent Ruby
<havenwood> you can `split($/)` on older Rubies
mynameisdebian has joined #ruby
<learningarrays> i'm on 2.5.0p0 revision 61468
<havenwood> >> require 'English'; $INPUT_RECORD_SEPARATOR
<havenwood> learningarrays: Then `lines(chomp: true)` is perfect.
<ruby[bot]> havenwood: I'm terribly sorry, I could not evaluate your code because of an error: NoMethodError:undefined method `[]' for nil:NilClass
* havenwood pokes eval.in with a stick
Xiti has quit [Quit: Xiti]
jottr has joined #ruby
jrich523 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
wontruefree has quit [Quit: bye]
dr3w_ has joined #ruby
caleBOT__ has joined #ruby
jottr has quit [Ping timeout: 255 seconds]
duderonomy has quit [Ping timeout: 248 seconds]
Xiti has joined #ruby
cale_____ has joined #ruby
caleBOT has quit [Ping timeout: 245 seconds]
wontruefree has joined #ruby
apparition has quit [Quit: Bye]
Xiti has quit [Client Quit]
caleBOT__ has quit [Ping timeout: 256 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
turt2live has joined #ruby
aviraldg has joined #ruby
jonjits[m] has joined #ruby
Giphy[m] has joined #ruby
sidntrivedi012[m has joined #ruby
luna_x[m] has joined #ruby
bastilian has joined #ruby
ignujee[m] has joined #ruby
KevinMGranger has joined #ruby
redlegion[m] has joined #ruby
Hanma[m] has joined #ruby
Demos[m] has joined #ruby
haylon_ has joined #ruby
velu_aon[m] has joined #ruby
bascht has joined #ruby
iceskins[m] has joined #ruby
zalipuha[m] has joined #ruby
lxsameer has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
lxsameer has quit [Ping timeout: 245 seconds]
fredlinhares has joined #ruby
cagomez_ has joined #ruby
cagomez has quit [Ping timeout: 245 seconds]
lxsameer has joined #ruby
tvw has quit [Remote host closed the connection]
cagomez_ has quit [Ping timeout: 255 seconds]
lxsameer has quit [Ping timeout: 240 seconds]
Miamidude7 has joined #ruby
Xiti has joined #ruby
ramfjord has joined #ruby
cagomez has joined #ruby
lxsameer has joined #ruby
ElFerna has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
icarus has quit [Ping timeout: 245 seconds]
graphene has joined #ruby
graphene has quit [Read error: Connection reset by peer]
graphene has joined #ruby
cthulchu has joined #ruby
graphene has quit [Remote host closed the connection]
sameerynho has joined #ruby
lxsameer has quit [Ping timeout: 245 seconds]
ElFerna has quit [Ping timeout: 245 seconds]
graphene has joined #ruby
graphene has quit [Remote host closed the connection]
jordanm has joined #ruby
mjolnird has joined #ruby
planigan has joined #ruby
hinbody has joined #ruby
m27frogy has joined #ruby
cthulchu_ has quit [Ping timeout: 248 seconds]
mupt has quit [Ping timeout: 255 seconds]
lunarkitty7 has joined #ruby
ElFerna has joined #ruby
graphene has joined #ruby
starseed0000 has quit [Ping timeout: 276 seconds]
graphene has quit [Remote host closed the connection]
ByronJohnson has joined #ruby
hinbody has left #ruby [#ruby]
graphene has joined #ruby
graphene has quit [Remote host closed the connection]
lxsameer has joined #ruby
argoneus has quit [Quit: No Ping reply in 180 seconds.]
argoneus has joined #ruby
lxsameer has quit [Ping timeout: 265 seconds]
jamesaxl has joined #ruby
Xiti has quit [Quit: Xiti]
ElFerna_ has joined #ruby
ElFerna has quit [Ping timeout: 265 seconds]
lxsameer has joined #ruby
zachk has joined #ruby
zachk has joined #ruby
maiz has joined #ruby
maiz has quit [Max SendQ exceeded]
Xiti has joined #ruby
lxsameer has quit [Ping timeout: 256 seconds]
ramfjord_ has joined #ruby
cagomez has quit [Remote host closed the connection]
jottr has joined #ruby
sauvin has quit [Read error: Connection reset by peer]
ElFerna_ has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
ramfjord has quit [Ping timeout: 245 seconds]
karapetyan has quit [Remote host closed the connection]
ElFerna_ has joined #ruby
karapetyan has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
lxsameer has quit [Ping timeout: 256 seconds]
learningarrays has quit [Quit: Page closed]
redlegion has quit [Remote host closed the connection]
lxsameer has joined #ruby
redlegion has joined #ruby
Eiam has joined #ruby
mynameisdebian has joined #ruby
cagomez has joined #ruby
gnufied has quit [Quit: Leaving]
mynameisdebian has quit [Remote host closed the connection]
lxsameer has quit [Ping timeout: 276 seconds]
duderonomy has joined #ruby
ramfjord_ has quit [Ping timeout: 264 seconds]
alex`` has quit [Quit: WeeChat 2.1]
\void has joined #ruby
cagomez has quit [Ping timeout: 240 seconds]
<headius> havenwood: wow that's excellent
lystra_ has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
lystra_ has joined #ruby
duderonomy has quit [Client Quit]
npgm has quit [Quit: Connection closed for inactivity]
roamingdog has joined #ruby
lxsameer has quit [Ping timeout: 264 seconds]
mcritchlow has quit [Quit: Leaving]
duderonomy has joined #ruby
suukim has quit [Quit: Konversation terminated!]
duderono_ has joined #ruby
<headius> havenwood: Are you keeping a repo of these somewhere?
BloopMonster has joined #ruby
lxsameer has joined #ruby
cagomez has joined #ruby
diegok has quit [Ping timeout: 240 seconds]
duderonomy has quit [Ping timeout: 264 seconds]
patteh has quit [Ping timeout: 276 seconds]
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
bier has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
dendazen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ElFerna has joined #ruby
<havenwood> headius: I'm not. I should get one setup that's easily reproducible.
ElFerna_ has quit [Ping timeout: 264 seconds]
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lxsameer has quit [Ping timeout: 256 seconds]
duderono_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bradleyprice has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
tty has joined #ruby
lxsameer has joined #ruby
duderonomy has joined #ruby
anisha has quit [Quit: This computer has gone to sleep]
weaksauce has joined #ruby
duderonomy has quit [Client Quit]
tolerablyjake has joined #ruby
lxsameer has quit [Ping timeout: 265 seconds]
cschneid has joined #ruby
mupt has joined #ruby
p4p0l0 has joined #ruby
p4p0l0 has quit [Remote host closed the connection]
lxsameer has joined #ruby
duderonomy has joined #ruby
lxsameer has quit [Ping timeout: 240 seconds]
planigan has quit [Quit: leaving]
planigan has joined #ruby
lxsameer has joined #ruby
nowhere_man has quit [Ping timeout: 245 seconds]
Organism has joined #ruby
<Organism> dafuq
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
justsurely has joined #ruby
lxsameer has quit [Ping timeout: 260 seconds]
mostlybadfly has joined #ruby
alex`` has joined #ruby
Miamidude7 has quit [Quit: Page closed]
justsurely has left #ruby [#ruby]
bier has joined #ruby
diegok has joined #ruby
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lxsameer has joined #ruby
karapetyan has quit [Remote host closed the connection]
duderonomy has joined #ruby
patteh has joined #ruby
bradleyprice has joined #ruby
drale2k_ has joined #ruby
amar_ has joined #ruby
lxsameer has quit [Ping timeout: 276 seconds]
shinnya has joined #ruby
amar has quit [Ping timeout: 245 seconds]
agent_white has joined #ruby
lxsameer has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
BloopMonster has quit [Ping timeout: 256 seconds]
agent_white has left #ruby [#ruby]
r29v has joined #ruby
memo1 has joined #ruby
Kimmich has joined #ruby
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
mupt has quit [Ping timeout: 240 seconds]
lxsameer has quit [Ping timeout: 256 seconds]
CrazyEddy has quit [Remote host closed the connection]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cagomez has quit [Remote host closed the connection]
MzrE has quit [Read error: Connection reset by peer]
lxsameer has joined #ruby
<Kimmich> Hola a todos, hoy hice un fork en github y edité el index.txt. No se casi nada de lenguaje de programaci´n mas sin embarg pude explicar mi situación. una pregunta espero puedan contestar ¿Cuando editas fotos que te pueden traer problemas por su contenido, seguro te agarran verdad? estas comunidades nos permitimos tener espacios para todos y solucionar de la mejor manera las cosas humanas?
ElFerna has quit [Ping timeout: 240 seconds]
ElFerna has joined #ruby
<Kimmich> todo lo que he editado, a pesar de que se haya borrado aun existe y entre todos forkeamos todos nuestros proyectos?
fmcgeough has quit [Quit: fmcgeough]
cale_____ has quit [Remote host closed the connection]
<Kimmich> Quiero ser un nodo libre, esta vez lo calaré
caleBOT has joined #ruby
lxsameer has quit [Ping timeout: 256 seconds]
<clemens3_> Can you speak German?
<Kimmich> English or Spanish
<bhaak> nein
<Kimmich> O turco
tolerablyjake has joined #ruby
roamingdog has quit [Remote host closed the connection]
<clemens3_> Oder Bayrisch
<havenwood> Kimmich: You'll have the best luck here in English.
caleBOT has quit [Ping timeout: 240 seconds]
<Zarthus> clemens3_: I can, but only Bavarian.
<havenwood> Kimmich: This is a Ruby channel though, so if you don't have a Ruby-related question there's probably a better place to ask.
mynameisdebian has joined #ruby
lxsameer has joined #ruby
<eam> havenwood: bundle lock!
cagomez has joined #ruby
<eam> (til)
<Kimmich> itchen timen timen. otahn eh crystafobian undescalno sentimaun pezuun mullheres and editing fotos
<havenwood> eam: ahhh, i vaguely recalled a bundler option for that but totally missed it skimming the help
<havenwood> eam: nice
<havenwood> makes sense it exists!
<Kimmich> Thanks heavenwood I'l try english
lxsameer has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
starseed0000 has joined #ruby
p4p0l0 has joined #ruby
lxsameer has joined #ruby
pr0ton has quit [Quit: pr0ton]
<Kimmich> been driving speedy 2 nights now, it was supposed to be the last 2 agu
lxsameer has quit [Ping timeout: 240 seconds]
fernando_basso has quit [Quit: Page closed]
p4p0l0 has quit [Ping timeout: 264 seconds]
schleppel has quit [Quit: Konversation terminated!]
BloopMonster has joined #ruby
pr0ton has joined #ruby
pr0ton has quit [Client Quit]
mikeric has joined #ruby
jottr has joined #ruby
lxsameer has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
f1n94 has quit [Quit: f1n94]
ElFerna has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 265 seconds]
lxsameer has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
<havenwood> Organism: Hmm, somehow I didn't quite get there... https://gist.github.com/havenwood/9f53dac65ad77eae3816aa2a0c4c95fb
ElFerna has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
wontruef_ has joined #ruby
ElFerna has quit [Client Quit]
<havenwood> it is a faithful fractal sequence of Stern's diatomic sequence - but not quite the right bytes >.>
wontruefree has quit [Ping timeout: 245 seconds]
<Kimmich> nice
mynameisdebian has joined #ruby
<Kimmich> that code was changed by someone or maybe by me. I surely havent kept the equation in 0. This is what is overloading.
lxsameer has joined #ruby
lxsameer has quit [Ping timeout: 264 seconds]
karapetyan has quit [Ping timeout: 245 seconds]
pr0ton has joined #ruby
lxsameer has joined #ruby
jenrzzz has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Xiti` has joined #ruby
caleBOT has joined #ruby
apeiros_ has joined #ruby
lxsameer has quit [Ping timeout: 245 seconds]
Xiti has quit [Ping timeout: 240 seconds]
desperek has quit [Quit: xoxo]
modwizcode has quit [Ping timeout: 248 seconds]
lxsameer has joined #ruby
modwizcode has joined #ruby
pr0ton has quit [Quit: pr0ton]
dr3w_ has joined #ruby
mikeric has quit []
punnie has joined #ruby
lxsameer has quit [Ping timeout: 240 seconds]
punnie has quit [Client Quit]
mynameisdebian has quit [Remote host closed the connection]
<havenwood> Woot, HTTP clients spreadsheet all filled in! https://docs.google.com/spreadsheets/d/1vPlk6nMIFa3sI5ISl7zZ5r6lDNpVQX6Jxi3ksXCyVbs/edit#gid=1392844939
pr0ton has joined #ruby
<havenwood> Now are any HTTP clients missing??
jcalla has quit [Quit: Leaving]
punnie has joined #ruby
lxsameer has joined #ruby
modwizcode has left #ruby [#ruby]
jcarl43 has quit [Quit: WeeChat 2.1]
* Kimmich *
jcarl43 has joined #ruby
<Zarthus> what do the colours on the left mean?
<Zarthus> implementation type?
<havenwood> Zarthus: yup
discopatrick has quit [Quit: Connection closed for inactivity]
<Zarthus> ah, ok
<Zarthus> if you include "deprecated"/"unmaintained" http clients, there's Unirest by Kong.
<Zarthus> but those guys aren't very responsive, and you might as well just use rest-client
Omnilord has joined #ruby
roamingdog has joined #ruby
<havenwood> Zarthus: I've removed the deprecated ones.
<Zarthus> excellent, I fully support that decision :)
<havenwood> Zarthus: There used to be Wren, Weary, restfulie, rufus-verbs, etc.
<havenwood> But it's just confusing - too much!
<Zarthus> agreed.
<havenwood> I'd not use any of those, so *poof* - DEPRECATED!
AJA4350 has quit [Ping timeout: 240 seconds]
<Zarthus> the list is already confusing i'd say :P
mynameisdebian has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
<Kimmich> yeah
<Kimmich> we need someone who take us by the hand
<Zarthus> (primarily because http is too big and some people like me have never heard of wiredump debug :P)
<Kimmich> as we musicians do. But not unce a month for 28 hrs
<Kimmich> It's so hard but I'm convinced
cagomez has quit [Remote host closed the connection]
duderonomy has joined #ruby
<Kimmich> The portafolio is over (or just starting) I still think in smoking water
roamingdog has quit [Ping timeout: 265 seconds]
lxsameer has quit [Ping timeout: 256 seconds]
lxsameer has joined #ruby
<Kimmich> I will try one time smoke water and make a song. Not going to the pits.... that's as true a
<havenwood> ?offtopic Kimmich
<ruby[bot]> Kimmich: this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related problems. Thanks!
<havenwood> Zarthus: Ooh, that reminds me - adding how each deal with Timeout is an important one...
<Zarthus> havenwood: I was thinking of http/2 support too
<havenwood> Zarthus: That's a list of one! https://github.com/ostinelli/net-http2
<Kimmich> no problem I'm sorry
<Zarthus> havenwood: :(
<havenwood> Zarthus: Yeah, there are a few now. Good point actually.
<Kimmich> ok go
<havenwood> Zarthus: As far as I know, none in the spreadsheet have H2 support.
<havenwood> Zarthus: hmmmmm
<Zarthus> havenwood: That's embarassing :)
<Zarthus> but I suppose since most of them base off of net/http, not surprising.
caleBOT has quit [Remote host closed the connection]
<Zarthus> you'd think the ones basing off of libcurl would have an easier time
caleBOT_ has joined #ruby
ldnunes has quit [Quit: Leaving]
ramfjord has joined #ruby
jrafanie has joined #ruby
apeiros_ has quit [Remote host closed the connection]
<havenwood> Zarthus: There's this one too, which is a bit harder to find: https://gitlab.com/honeyryderchuck/httpx
<havenwood> last time I tried it it wasn't fully baked - but looks like it's under active development
caleBOT_ has quit [Remote host closed the connection]
caleBOT_ has joined #ruby
<havenwood> Zarthus: Ooh, Curb does have H2 support!
<havenwood> Zarthus: Sweet.
rrichardsr3 has joined #ruby
<havenwood> Zarthus: It looks like Typhoeus does too: https://github.com/typhoeus/typhoeus/pull/560
<havenwood> (What a simple commit to add support... remove a `1.1`.)
<havenwood> Zarthus: Well, that's awesome..
<Zarthus> hah, :) <Zarthus> you'd think the ones basing off of libcurl would have an easier time
p4p0l0 has joined #ruby
<havenwood> Another reason to use Typhoeus...
<Kimmich> is that my gallery?
<Zarthus> libcurl is really powerful.
<Kimmich> no one else here it's ok
<havenwood> Zarthus: Yeah, I haven't checked the others, but I'd not be surprised if the libcurl wrappers are the only ones that've enabled it.
<Zarthus> not utilizing libcurl is a lot of potential potential lost ;)
<Zarthus> I imagine if the underlying net/http supports http2 most of the ones inheriting from it do too.
<havenwood> !kick Kimmich No rambling, unless there's at least some discussion of Ruby first - please!
Kimmich was kicked from #ruby by ruby[bot] [No rambling, unless there's at least some discussion of Ruby first - please!]
lxsameer has quit [Ping timeout: 248 seconds]
p4p0l0 has quit [Remote host closed the connection]
p4p0l0 has joined #ruby
<Zarthus> A lot of sites are enabling http2 nowadays, it would definitely make a lot of sense to be on the list.
dendazen has joined #ruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
drale2k_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood> Zarthus: Added
<Zarthus> :+1:
BloopMonster has quit [Ping timeout: 265 seconds]
apeiros_ has joined #ruby
mynameisdebian has quit [Remote host closed the connection]
n0f3 has joined #ruby
dendazen has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
GodFather has quit [Ping timeout: 264 seconds]
mynameisdebian has joined #ruby
GodFather has joined #ruby
rrichardsr3 has quit [Quit: He who dares .... wins.]
[Butch] has quit [Quit: Textual IRC Client: www.textualapp.com]
mostlybadfly has quit [Quit: Connection closed for inactivity]
n0f3 has quit []
wontruef_ has quit [Quit: bye]
mynameisdebian has quit [Remote host closed the connection]
karapetyan has joined #ruby
bradleyprice has quit [Remote host closed the connection]
* kenichi waves at havenwood
<havenwood> kenichi: o/ hi!
<kenichi> i should probably pay some attention to that project again :)
cagomez has joined #ruby
cagomez has quit [Read error: Connection reset by peer]
cagomez has joined #ruby
<kenichi> i think the curl relies on nghttp libs for h2 support?
karapetyan has quit [Ping timeout: 255 seconds]
Eiam has quit [Ping timeout: 245 seconds]
chmurifree has quit [Ping timeout: 240 seconds]
yokel has quit [Ping timeout: 256 seconds]
amar_ has quit [Remote host closed the connection]
amar has joined #ruby
yokel has joined #ruby
<al2o3-cr> kenichi: i'd doubt it. why you think this?
lxsameer has joined #ruby
amar has quit [Ping timeout: 248 seconds]
<al2o3-cr> kenichi: you're right ;) i tought they would implement their own.
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
<al2o3-cr> kenichi: why you ask then?
<kenichi> al2o3-cr: sorry, i was responding to above commentary from havenwood and Zarthus
agent_white has joined #ruby
agent_white has left #ruby [#ruby]
<al2o3-cr> kenichi: oh, in that case, kick me ;)
chmurifree has joined #ruby
<Zarthus> freenode has seen enough kicking today.
<Zarthus> I throw in my veto to spare you
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<al2o3-cr> i jump the gun to often ;)
<cthulchu> I want VSC to integrate with rubocop
<cthulchu> It seems to work, but hell I don't quite know how to use it
<lupine> put a terminal just south of your editor and run `rubocop` in it from time to time
<havenwood> cthulchu: do as it commands you
<lupine> works a treat
<cthulchu> hm
<cthulchu> never run rubocop
Eiam has joined #ruby
lxsameer has quit [Ping timeout: 256 seconds]
wontruefree has joined #ruby
lxsameer has joined #ruby
Kimmich has joined #ruby
t0xik has joined #ruby
<cthulchu> found!
<cthulchu> wow this is cool!
<cthulchu> look at this
<cthulchu> this is just gorgeous isn't it!
<cthulchu> this is how rubocop should work
<cthulchu> no console stuff
<al2o3-cr> cthulchu: what's with all the # ends?
<cthulchu> my old editor (atom) didn't highlight the beginning of the end
karapetyan has joined #ruby
<cthulchu> so I had to mark them to avoid getting lost
<cthulchu> lol
reber has quit [Remote host closed the connection]
<al2o3-cr> 2 space and proper line feeds, you wouldn't need this.
<al2o3-cr> nonsense
paraxial has quit [Quit: The Lounge - https://thelounge.github.io]
<al2o3-cr> people seem to forget that if/unless are expressions.
paraxial has joined #ruby
tag has joined #ruby
FernandoBasso has joined #ruby
<al2o3-cr> cthulchu: create a method bro.
Nicmavr has quit [Read error: Connection reset by peer]
<cthulchu> doesn't help when you have a mess there
Guest62913 is now known as Phage
<cthulchu> like six subsequently closing ends
<cthulchu> it's A LOT easier with }
<cthulchu> but hey, it's Ruby
<Kimmich> u know right
<al2o3-cr> cthulchu: you've a lot to learn
<cthulchu> well line feeds could help
Nicmavr has joined #ruby
<cthulchu> I have them now
<lupine> the world needs less bro
Nicmavr is now known as Guest55439
ckonstanski has joined #ruby
<al2o3-cr> cthulchu: which lang you come from?
<Kimmich> also performing 3 - 4 days a week, givin ur soul
<cthulchu> too many, bro, too many
<al2o3-cr> cthulchu: main one?
<cthulchu> Java and JS, I'd say
<Kimmich> life is hard that's why I'm here
lxsameer has quit [Ping timeout: 260 seconds]
<Kimmich> no need to explain
lxsameer has joined #ruby
<al2o3-cr> cthulchu: ruby is *not* java or js. learn ruby first, you will understannd.
<cthulchu> that I know
<cthulchu> lol
<cthulchu> I know there's a reason for everything
<cthulchu> and that Ruby decided to sacrifice {}
<cthulchu> other things too
<cthulchu> like implicit casting with +
<ckonstanski> Please help me understand why net/http cannot parse this url:
<ckonstanski> /usr/lib64/ruby/2.5.0/uri/rfc3986_parser.rb:67:in `split': bad URI(is not URI?): "https://openbook-jenkins-webdav.mon.vzwops.com/openbook/jars/" (URI::InvalidURIError)
<ckonstanski> It's perfectly valid
<Kimmich> the world need less pf that bro
<cthulchu> bro, be cool, bro
<Zarthus> havenwood: Kimmich is back
<cthulchu> don't ban him. he's pretty harmless
<al2o3-cr> cthulchu: { ... } are closures
<al2o3-cr> as in fp.
<cthulchu> al2o3-cr, I know, I even used it
<al2o3-cr> cthulchu: show me
<cthulchu> show you what? A block where I used {}?
<al2o3-cr> cthulchu: yeah
<cthulchu> al2o3-cr, would prefer the closures to be begin end :)
<al2o3-cr> why?
<cthulchu> cuz it's shorter
<cthulchu> what's more often used should be concise
<cthulchu> I love Python's approach
<cthulchu> love their philosophy
<Kimmich> It's ok to post directly from Github
<Kimmich> ¡
<al2o3-cr> cthulchu: lol
<al2o3-cr> that is laughable.
<cthulchu> my block is funny?
<al2o3-cr> why you using ===?
dr3w_ has joined #ruby
<al2o3-cr> never use ===
ckonstanski has quit [Quit: bye]
<cthulchu> really
<cthulchu> omfg....
nowhere_man has joined #ruby
<cthulchu> this is the first sane advice on this channel
<cthulchu> hahaha
<Kimmich> It's never gonna be like trippin to the capital again.
<cthulchu> I was lacking some discipline
<cthulchu> thanks for that
<cthulchu> Kimmich, what are you doing?
<Kimmich> why not =?
<al2o3-cr> cthulchu: "" === String?
<cthulchu> not always ;)
<cthulchu> I have some porn happening there
<al2o3-cr> cthulchu: String === ""
<Kimmich> where
<cthulchu> doesn't make sense
lxsameer has quit [Ping timeout: 264 seconds]
<cthulchu> "" won't === String
<al2o3-cr> cthulchu: it will if you read the docs.
<cthulchu> String will === ""
<cthulchu> you read the docs
<cthulchu> === depends on the left hand
<Kimmich> yes
<al2o3-cr> >> [String === '', '' === String]
<ruby[bot]> al2o3-cr: # => [true, false] (https://eval.in/1030011)
<Kimmich> imagine you cannot assure, but you already convinced
<cthulchu> what I said
jottr has joined #ruby
<al2o3-cr> no getting through the these two.
<cthulchu> I'm not gonna use it for class matching anyway
<cthulchu> I use it to be able to pass a regex instead of a string
biberu has quit []
<cthulchu> I'm fascinated about how well it works
<al2o3-cr> cthulchu: use #is_a?
<cthulchu> although I'm aware of the danger and not gonna abuse it
<cthulchu> you didn't get it
<cthulchu> but no worries
<cthulchu> I know what I'm doing
<al2o3-cr> like fuck you do.
wontruefree has quit [Quit: bye]
<cthulchu> lol
<cthulchu> no need to swear, bro
<cthulchu> chill
<cthulchu> it's Ruby
<al2o3-cr> ok.
<cthulchu> Kimmich, are you high?
<Kimmich> always
<cthulchu> way to be :)
<Kimmich> wednsday, thursday and today awake
jottr has quit [Ping timeout: 256 seconds]
<al2o3-cr> cthulchu: you just come in here with nonesense.
<Kimmich> When I want to real develop a makedown.. It has to be 2 or 3 nights of nonstopworking, u know women, crystal my gf is the rushest but i just can't see her anymore..
<cthulchu> really?
<al2o3-cr> yeah, really!
<cthulchu> look, man, if something doesn't make sense to you, it doesn't mean it's nonsense. relax.
<cthulchu> assume you're not the smart one and all will be cool
<al2o3-cr> cthulchu: you just get on my tits with you're crap.
<al2o3-cr> *your
<Kimmich> I correct codes from pictures, old ones, I edit those ones with conversatiuonal text, close women.
<cthulchu> it's not my fault
<Kimmich> ??
<Kimmich> it's life too dude.
wontruefree has joined #ruby
<Kimmich> gratefully I've lived both sides of the coin. I hope you live healthy and well. It is sometimes hard
<konsolebox> you guys seem to be having fun
<Kimmich> Sing me a code al203-cr
<cthulchu> always
<Kimmich> ok?
<cthulchu> ok
memo1 has quit [Ping timeout: 245 seconds]
<havenwood> !kick Kimmich Last warning: Ruby Channel
Kimmich was kicked from #ruby by ruby[bot] [Last warning: Ruby Channel]
Kimmich has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wontruefree has quit [Quit: bye]
<cthulchu> what's the point of banning and then unbanning?
<konsolebox> chances
<cthulchu> hm?
<cthulchu> ah I think I know
<konsolebox> he might have a permanent ban soon
karapetyan has quit [Remote host closed the connection]
<cthulchu> to prevent the client from instant rejoining
<cthulchu> that's agile
<konsolebox> or maybe that
<Zarthus> 2 minutes is short enough for ZNC to still be in its retrying-10-times period
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
<zenspider> huh. I missed out on all the "fun"
jottr has joined #ruby
karapety_ has joined #ruby
graphene has joined #ruby
graphene has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 240 seconds]
cschneid has quit [Remote host closed the connection]
RougeR has joined #ruby
RougeR has quit [Changing host]
RougeR has joined #ruby
lxsameer has joined #ruby
mupt has joined #ruby
r29v has quit [Quit: r29v]
<Kimmich> what is the main purpose of Ruby? being part of a community that especialize in personal multimedia social problems?
<zenspider> I'll confer with others... but I'm happy to be done with you...
<Kimmich> I don't believe you
ramfjord has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
lxsameer has quit [Ping timeout: 264 seconds]
<zenspider> !troll Kimmich
Kimmich was kicked from #ruby by ruby[bot] [trolling is a bannable offense, see http://ruby-community.com/pages/user_rules]
lxsameer has joined #ruby
<zenspider> they didn't believe me... that's not wise
guacamole has joined #ruby
guacamole has quit [Changing host]
guacamole has joined #ruby
gigetoo has quit [Ping timeout: 248 seconds]
gigetoo has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
lxsameer has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
Xiti` has quit [Quit: Xiti`]
mupt has quit [Ping timeout: 268 seconds]
Xiti has joined #ruby
taylorzr has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
r29v has joined #ruby
BloopMonster has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
ellcs1 has joined #ruby
graphene has joined #ruby
graphene has quit [Remote host closed the connection]
roamingdog has joined #ruby
graphene has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
roamingdog has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
jamesaxl has quit [Quit: WeeChat 2.1]
clemens3_ has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
lxsameer has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.1]
ellcs1 has quit [Ping timeout: 256 seconds]
karapety_ has quit [Remote host closed the connection]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
RougeR has quit [Ping timeout: 240 seconds]