havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.0, 2.7.2, 2.6.6: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.org | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | BLM <3
akem_ has quit [Ping timeout: 260 seconds]
hiroaki_ has joined #ruby
akem has quit [Read error: Connection reset by peer]
jonhg has joined #ruby
akem has joined #ruby
lbwski has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
weaksauce has quit [Quit: Textual IRC Client: www.textualapp.com]
hiroaki_ has quit [Ping timeout: 265 seconds]
weaksauce has joined #ruby
lbwski has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
hiroaki_ has joined #ruby
lbwski has joined #ruby
teardown has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Read error: Connection reset by peer]
lbwski has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
teardown has joined #ruby
gearnode has joined #ruby
lbwski has joined #ruby
orbyt_ has joined #ruby
m27frogy has quit [Quit: ZNC - https://znc.in]
m27frogy has joined #ruby
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lbwski has quit [Ping timeout: 245 seconds]
s3nd1v0g1us has joined #ruby
hiroaki_ has quit [Ping timeout: 260 seconds]
gearnode has quit [Ping timeout: 260 seconds]
duderonomy has quit [Quit: Textual IRC Client: www.textualapp.com]
shtirlic_ has joined #ruby
shtirlic has quit [Ping timeout: 260 seconds]
tpanarch1st has quit [Ping timeout: 256 seconds]
jonhg has joined #ruby
tpanarch1st_ has quit [Ping timeout: 260 seconds]
tpanarch1st has joined #ruby
beanie__ has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
tpanarch1st has quit [Ping timeout: 245 seconds]
beanie__ has quit [Ping timeout: 264 seconds]
kristian_on_linu has quit [Remote host closed the connection]
duderonomy has joined #ruby
SuperLag has quit [Remote host closed the connection]
lbwski has joined #ruby
ChmEarl has quit [Quit: Leaving]
lbwski has quit [Ping timeout: 260 seconds]
jonhg has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jonhg has quit [Ping timeout: 245 seconds]
lbwski has joined #ruby
jenrzzz has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lbwski has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 276 seconds]
cow[moo] has joined #ruby
ByronJohnson has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
lbwski has joined #ruby
langulo has joined #ruby
<langulo> Hi, I haven't been on irc in decades
andremedeiros has quit [Read error: Connection reset by peer]
<langulo> I found this channel via the official ruby page
trautwein has joined #ruby
andremedeiros has joined #ruby
ByronJohnson has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
trautwein has quit [Ping timeout: 246 seconds]
<mozzarella> langulo: welcome back to irc
<langulo> @mozzarella : thank you
<langulo> I thought there was nobody actually here for awhile
<mozzarella> I guess everyone is asleep
<langulo> Or out. It's friday 9:18 pm where I am
<langulo> anyway I came here because I've trying to run a project with an older version of ruby in it. Installing ruby and rails plus all dependencies on my OS proved to be a bit of a challenge
<langulo> so from what I've read online I want to use some sort of ruby version managing tool, like rbenv or rvm
jenrzzz has joined #ruby
<langulo> but I was wondering if there's a way to avoid doing that and just use an older ruby version
<langulo> also wanted to ask if bundler refusing to install dependencies on a rails project because ruby version specified in the gemfile is 2.7.0 but mine is 2.7.2
<mozzarella> that's fine if your program will be the only one using ruby, I guess
<langulo> it does not make sense to me that there would be a problem with being versions ahead
lbwski has quit [Ping timeout: 260 seconds]
<langulo> *wanted to ask if it's normal
<mozzarella> what's the exact error message?
<langulo> "Your Ruby version is 2.7.2, but your Gemfile specified 2.7.0"
<langulo> that's what shows when I run bundle install within the project
<langulo> I used rails new to create a dummy project to test if there was something wrong with ruby, rails, gem, etc. but nope, the project is created and run fine and I can hit it from localhost on firefox
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
<mozzarella> can you upload the Gemfile somewhere? here for example https://paste.centos.org/
<mozzarella> honestly I'd just modify the gemfile, I don't see why it wouldn't run, being just a few "patch" versions away
jenrzzz has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
Technodrome has joined #ruby
<langulo> I'm new to ruby, so I don't see why this would even be an issue
<mozzarella> langulo: replace line number 4 with "
<mozzarella> ruby '~> 2.7.0'
<mozzarella> instead
<langulo> Yup, that worked, thank you @mozzarella
<mozzarella> no problem
<langulo> I was kinda tossed at ruby, rails and the config without warning
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
lbwski has joined #ruby
<langulo> I'm surprised this place seems to be more active than the discord
<langulo> usually it's the other way around
gix- has joined #ruby
gix has quit [Disconnected by services]
m27frogy has quit [Ping timeout: 265 seconds]
neshpion has quit [Quit: neshpion]
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
jla has joined #ruby
lbwski has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
<mozzarella> the discord must be completely dead, then
<mozzarella> usually this room is more active than now, it's unusually quiet
<langulo> last message on the ruby discord was about 2hrs ago
<langulo> so yeah I'd say it's pretty dead
jenrzzz has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<langulo> well I'v having a bunch of problems trying to run the project I posted the gemfile from
<langulo> it runs, but spits out a bunch of errors about python2, webpack, etc. so I gather this thing was built with older versions of everything
<langulo> which means its going to be a PITA to get working here
<langulo> I'm kinda tempted to try WIndows 10 and see if it'll work easier.
<langulo> I need to sleep now, but I'll probably be here utterly confused tomorrow
<langulo> laters
<langulo> and thank you
SuperLag has joined #ruby
langulo has quit [Quit: Konversation terminated!]
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
dinfuehr has quit [Ping timeout: 264 seconds]
dinfuehr has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
lbwski has joined #ruby
dinfuehr has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
dinfuehr has joined #ruby
Mrgoose has joined #ruby
jonhg has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
jonhg has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
Mia has quit [Ping timeout: 246 seconds]
lbwski has quit [Ping timeout: 264 seconds]
s3nd1v0g1us has quit [Quit: Textual IRC Client: www.textualapp.com]
jenrzzz has quit [Ping timeout: 260 seconds]
s3nd1v0g1us has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
s3nd1v0g1us has quit [Quit: Textual IRC Client: www.textualapp.com]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 276 seconds]
elcuervo has quit [Read error: Connection reset by peer]
elcuervo has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jla has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jonhg has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
naftilos76 has joined #ruby
lbwski has joined #ruby
jenrzzz has joined #ruby
lbwski has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
lbwski has joined #ruby
romanlevin333236 has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
jetchisel has joined #ruby
lbwski has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
hiroaki_ has joined #ruby
al2o3-cr has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
lbwski has joined #ruby
hiroaki_ has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
hiroaki_ has joined #ruby
lbwski has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
Emmanuel_Chanel has joined #ruby
nofxx__ has quit [Read error: Connection reset by peer]
nofxx__ has joined #ruby
jenrzzz has joined #ruby
jonhg has joined #ruby
lbwski has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
cd has quit [Quit: cd]
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
jetchisel has quit [Ping timeout: 260 seconds]
jetchisel has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
lbwski has quit [Ping timeout: 276 seconds]
ur5us_ has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
Rudd0 has quit [Remote host closed the connection]
Rudd0 has joined #ruby
ur5us_ has quit [Ping timeout: 240 seconds]
AndreYuhai has joined #ruby
<AndreYuhai> How can I make a thread pool with some object? For example a pool of threads with Mechanize agent. So I don't have to call Mechanize.new everytime
<AndreYuhai> Not sure which library has that, if any
Rudd0 has quit [Ping timeout: 245 seconds]
Rudd0^ has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
<siery> AndreYuhai: What do you mean by agent?
<AndreYuhai> siery, oh just a Mechanize.new
jenrzzz has joined #ruby
<siery> AndreYuhai: I have never written a thread pool in ruby so far, but I have to do it for my multichannel bot soon :). Anyways, I would not use a class for that but a static module that generates threads at the program start. Then maintain tasks execution assigned by something like `Mechanize.accept_task(method)`
akem is now known as ChewbakaJones
<AndreYuhai> I think instead of threads I might as well use an http library that supports parallellism
Rudd0^ has quit [Ping timeout: 246 seconds]
<AndreYuhai> I've just checked typhoeus but I couldn't configure it for Crawlera proxy
zacts has joined #ruby
zacts has quit [Client Quit]
<siery> AndreYuhai: I just get curious how ruby does with vertical scaling. I will post my code when I'm done then
Rudd0 has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
al2o3-cr has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
Rounin has joined #ruby
jenrzzz has joined #ruby
<adam12> AndreYuhai: Maybe one of the Async gems will help. But I’m not sure any of them will drive a real browser using CDP so beware if you need to scale to that type of integration (real browser).
lbwski has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
_whitelogger has joined #ruby
lbwski has quit [Ping timeout: 256 seconds]
shtirlic_ has quit [Quit: Lost terminal]
shtirlic has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
m27frogy has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
shtirlic has quit [Remote host closed the connection]
kristian_on_linu has joined #ruby
lbwski has joined #ruby
matthewd has quit [Quit: ZNC - http://znc.in]
shtirlic has joined #ruby
jetchisel has quit [Quit: Unfortunately time is always against us -- [Morpheus]]
lbwski has quit [Ping timeout: 260 seconds]
dka has joined #ruby
matthewd has joined #ruby
yann-kaelig has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
lbwski has joined #ruby
Swyper has joined #ruby
lipoqil_ has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
lipoqil has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
jonhg has joined #ruby
lbwski has quit [Ping timeout: 256 seconds]
jonhg has quit [Ping timeout: 245 seconds]
TCZ has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
jenrzzz has joined #ruby
gueorgui has quit [Ping timeout: 276 seconds]
TCZ has quit [Quit: Apophis sie oddala]
lbwski has joined #ruby
robotmay has quit [Quit: Be excellent to each other]
lbwski has quit [Ping timeout: 276 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
<AndreYuhai> I just need to make simple GET requests to an API
lbwski has joined #ruby
robotmay has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
<AndreYuhai> When I use Typhoeus I can do 100 requests in 7 secs. That's still a lot of time. Not sure whether I can improve that. Also I don't know how the inner workings of Typhoeus is. Especially Typhoeus::Hydra. Will need to read the docs.
jenrzzz has joined #ruby
lbwski has quit [Ping timeout: 256 seconds]
postmodern has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 260 seconds]
<siery> I have a weird bug, at appending content to the file, when file is not empty, my program is trailing some bytes from the top of the file. Any idea what can coas that?
<siery> Here I append the file (by simply using `File.puts`): https://gitgud.io/siery/adele/-/blob/master/lib/open_config.rb#L77
kristian_on_linu has quit [Remote host closed the connection]
jenrzzz has joined #ruby
Swyper has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
Swyper has joined #ruby
lbwski has joined #ruby
bamdad has quit [Remote host closed the connection]
Rounin has quit [Ping timeout: 265 seconds]
bamdad has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
lbwski has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
lbwski has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
lbwski has quit [Ping timeout: 256 seconds]
TCZ has joined #ruby
jenrzzz has joined #ruby
Swyper_ has joined #ruby
Swyper_ has quit [Remote host closed the connection]
Swyper_ has joined #ruby
Swyper has quit [Ping timeout: 264 seconds]
_aeris_ has quit [Excess Flood]
_aeris_ has joined #ruby
Swyper_ has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
lbwski has joined #ruby
hramrach has quit [Ping timeout: 264 seconds]
hramrach has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
_dg1727 has quit [Ping timeout: 268 seconds]
Swyper has quit [Remote host closed the connection]
_dg1727 has joined #ruby
Swyper has joined #ruby
TCZ has quit [Quit: Apophis sie oddala]
lbwski has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
hramrach has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
GodFather has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 264 seconds]
cow[moo] has joined #ruby
hramrach has joined #ruby
DTZUZU has quit [Read error: Connection reset by peer]
lbwski has joined #ruby
duderonomy has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
duderonomy has quit [Ping timeout: 276 seconds]
rwb has quit [Quit: rwb]
rwb has joined #ruby
jenrzzz has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lbwski has quit [Ping timeout: 260 seconds]
cow[moo] has joined #ruby
ramfjord_ has quit [Ping timeout: 246 seconds]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has joined #ruby
cow[moo] has quit [Client Quit]
cow[moo] has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
alexherbo2 has joined #ruby
jenrzzz has joined #ruby
jonhg has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
cow[moo] has joined #ruby
cow[moo] has quit [Client Quit]
jonhg has quit [Ping timeout: 276 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
factormystic has quit [Quit: The Lounge - https://thelounge.chat]
jenrzzz has joined #ruby
Emmanuel_Chanel has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
kristian_on_linu has joined #ruby
siery has quit [Ping timeout: 245 seconds]
cow[moo] has joined #ruby
hramrach has quit [Ping timeout: 276 seconds]
englosh has joined #ruby
duderonomy has joined #ruby
siery has joined #ruby
duderonomy has quit [Read error: Connection reset by peer]
duderonomy has joined #ruby
ramfjord has joined #ruby
ruurd has joined #ruby
ramfjord has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
orbyt_ has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
alexherbo21 has joined #ruby
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo21 is now known as alexherbo2
hramrach has joined #ruby
alexherbo24 has joined #ruby
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo24 is now known as alexherbo2
s3nd1v0g1us has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
GodFather has quit [Ping timeout: 245 seconds]
cow[moo] has joined #ruby
lbwski has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
Swyper has quit [Remote host closed the connection]
jenrzzz has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
ChmEarl has joined #ruby
jonhg has joined #ruby
Swyper has joined #ruby
siery has quit [Read error: Connection reset by peer]
jonhg has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
Swyper has quit [Remote host closed the connection]
jenrzzz has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
lbwski has quit [Ping timeout: 245 seconds]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
hramrach has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
Swyper has joined #ruby
Chewbaka1ones has joined #ruby
siery has joined #ruby
ChewbakaJones has quit [Ping timeout: 264 seconds]
hramrach has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 276 seconds]
jonhg has joined #ruby
fandre1986 has joined #ruby
Chewbaka1ones has quit [Read error: Connection reset by peer]
alexherbo2 has quit [Ping timeout: 256 seconds]
<siery> apeiros: Can you please unblock my notification bot? Sorry for letting him go wild, but I been experimenting with configuration parser c:
alexherbo2 has joined #ruby
cuerbot has joined #ruby
elcuervo has quit [Ping timeout: 276 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
siery-bot has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
siery-bot has left #ruby [#ruby]
siery-bot has joined #ruby
jenrzzz has joined #ruby
alexherbo27 has joined #ruby
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo27 is now known as alexherbo2
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
jonhg has quit [Remote host closed the connection]
jonhg has joined #ruby
cd has joined #ruby
siery-bot has left #ruby [#ruby]
kandyAdd has joined #ruby
ruurd has quit [Ping timeout: 260 seconds]
kandyAdd has left #ruby [#ruby]
kandyAdd has joined #ruby
ramfjord has joined #ruby
kandyAdd has left #ruby [#ruby]
kandyAdd has joined #ruby
kandyAdd has left #ruby [#ruby]
Andre has joined #ruby
kandyAdd has joined #ruby
Andre is now known as Guest11252
kandyAdd has left #ruby [#ruby]
AndreYuhai has quit [Ping timeout: 276 seconds]
hramrach has quit [Ping timeout: 246 seconds]
jenrzzz has quit [Ping timeout: 276 seconds]
jeromelanteri has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
siery has quit [Read error: Connection reset by peer]
Guest11252 has quit [Quit: Leaving]
alexherbo2 has quit [Quit: Ping timeout (120 seconds)]
orbyt_ has joined #ruby
jenrzzz has joined #ruby
alexherbo2 has joined #ruby
mutecity has joined #ruby
lbwski has joined #ruby
englosh has quit [Quit: Connection closed]
mutecity has left #ruby [#ruby]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jeromelanteri has quit [Quit: Leaving]
alexherbo2 has quit [Read error: Connection reset by peer]
alexherbo2 has joined #ruby
s3nd1v0g1us has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
alexherbo26 has joined #ruby
jenrzzz has joined #ruby
lbwski has quit [Ping timeout: 276 seconds]
alexherbo2 has quit [Ping timeout: 264 seconds]
alexherbo26 is now known as alexherbo2
Swyper has quit [Remote host closed the connection]
<adam12> O_O
kristian_on_linu has quit [Remote host closed the connection]
<havenwood> (I banned the bot yesterday for spamming.)
jenrzzz has quit [Ping timeout: 264 seconds]
yann-kaelig has quit []
jenrzzz has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hiroaki_ has quit [Ping timeout: 245 seconds]
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
naftilos76 has quit [Ping timeout: 245 seconds]
AndreYuhai has joined #ruby
<AndreYuhai> How can I re-indent a eruby file in vim? gg=G just aligns everything to the beginning of the line
evdubs_ is now known as evdubs
hiroaki_ has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
drozdziak1 has joined #ruby
s3nd1v0g1us has joined #ruby
<drozdziak1> How does Bundler know when to install binstubs for something?
jenrzzz has joined #ruby
akem has joined #ruby
jonhg has quit [Remote host closed the connection]
akem has quit [Client Quit]
jonhg has joined #ruby
akem has joined #ruby
hiroaki_ has quit [Ping timeout: 260 seconds]
jonhg has quit [Ping timeout: 276 seconds]
lbwski has joined #ruby
hiroaki_ has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
TCZ has joined #ruby
kinduff has quit [Quit: Ping timeout (120 seconds)]
kinduff has joined #ruby
lbwski has quit [Ping timeout: 265 seconds]
ur5us_ has joined #ruby
gearnode has joined #ruby
orbyt_ has joined #ruby
postmodern has joined #ruby
orbyt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
s3nd1v0g1us has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
greengriminal has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
s3nd1v0g1us has joined #ruby
TCZ has quit [Quit: Apophis sie oddala]
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
lbwski has joined #ruby
ur5us_ has quit [Ping timeout: 240 seconds]
lbwski has quit [Ping timeout: 276 seconds]
fandre1986 has quit [Quit: Connection closed]
ReinH__ has quit [Ping timeout: 265 seconds]
jerme_ has quit [Ping timeout: 272 seconds]
aphel has quit [Ping timeout: 264 seconds]
jerme_ has joined #ruby
lbwski has joined #ruby
aphel has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
ReinH__ has joined #ruby
jenrzzz has joined #ruby
gearnode has quit [Ping timeout: 240 seconds]
hiroaki2 has joined #ruby
hiroaki__ has joined #ruby
hiroaki1 has quit [Ping timeout: 260 seconds]
hiroaki_ has quit [Ping timeout: 276 seconds]
lbwski has quit [Ping timeout: 246 seconds]
hiroaki__ has quit [Ping timeout: 260 seconds]
hiroaki3 has joined #ruby
hiroaki2 has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
hiroaki__ has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
Azure|dc has joined #ruby
Azure has quit [Read error: Connection reset by peer]