havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.3, 2.5.5, 2.7.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
<adam12> leitz: If you ship them with the gem, there's no reason you couldn't just use `__dir__` or `__FILE__` inside the file you need to build a path.
<adam12> leitz: Ie. data_path = File.expand_path("../data", __dir__) inside of lib/your_gem.rb.
<leitz> adam12, that's what I've been working on, but it failed this morning when I tried it.
<leitz> Lemme go try again, it was pretty early.
breve has joined #ruby
skryking has quit [Ping timeout: 258 seconds]
<adam12> leitz: Hard to guess without any output, but the first thing I would check is that you've placed the data folder inside your gemspec (or using a gemspec that generates the files automatically and correctly). But again, all hypothetical.
skryking has joined #ruby
<leitz> adam12, working on data gathering. Here's the error: https://gist.github.com/LeamHall/7d6a82f91f9004b79604cff374ac28ee
<leitz> Which is messed up since it looks for crewgen_config.ru in /usr/bin/bin. Need to figure out how to put it into /usr/local/bin. Not sure what to do for Winderz folks.
<adam12> leitz: Is that repo the one you're trying to make work?
<leitz> adam12, yes. It runs if I sit in the repo root dir and do "bin/crewgen.rb".
<leitz> Making it a gem installs bin/crewgen.rb and bin/crewgen_config.ru into /usr/bin. At the moment.
<adam12> leitz: What about from the parent directory with something like `ruby -Ilib bin/crewgen.rb`
<adam12> leitz: Actually that's a bad example because of your use of Dir.pwd
skryking has quit [Quit: WeeChat 2.4]
<leitz> adam12, gem seems to have re-written crewgen.rb, not sure I understand what it's doing now.
<adam12> leitz: I'd probably replace `system` with `exec` too.
<adam12> leitz: It will do that occasionally for shims, but I am not sure it's gem but maybe rbenv/rvm/whatever.
<adam12> leitz: Anyways, that error in your first gist is actually the rackup file being evaluated as ruby and not in the Rack::Builder instance. So something else is likely wrong IIRC.
<leitz> Updated the gist with what RubyGem did to crewgen.rb.
<adam12> leitz: If you're dependencies are installed, you should be able to `ruby -Ifull-path-to-gem-lib full-path-to-gem/bin/crewgen.rb` and it just work. If it doesn't, then problem with code. If it does, problem with gem/gemspec.
dbugger has quit [Quit: Leaving]
<adam12> leitz: Looks like a shim. I'm presuming the original binary exists inside the gems folder. cd $(gem which your-gem-name)
tdy has joined #ruby
<leitz> adam12, doing the "full path" thing works.
ramfjord has quit [Ping timeout: 272 seconds]
<adam12> leitz: Interesting. I had to make a bunch of changes to get it to work.
<leitz> It likes me. :)
<adam12> lol
stan has quit [Ping timeout: 248 seconds]
<leitz> It also knows I'll restart from scratch if it frustrates me too much...
stan has joined #ruby
<adam12> leitz: If you still have issues maybe stick the .gem somewhere and we can look at it.
Fernando-Basso has quit [Remote host closed the connection]
<leitz> adam12, added the gem to the repo. https://github.com/makhidkarun/ftl_tools
<leitz> I appreciate any insight you can provide.
<adam12> leitz: I'll look. These are the changes I made to get it to run locally.
<adam12> leitz: Gem installs fine. Won't run because it can't find crewgen_config.ru
<leitz> Yup. Try the full path idea.
<adam12> leitz: I build your gem with my changes and it runs fine
<leitz> Okay, gimme a sec to test.
ivlioioilvi has joined #ruby
ivlioioilvi has quit [Max SendQ exceeded]
bhaak has quit [Ping timeout: 272 seconds]
<leitz> adam12, thanks! IT LIVES!
<adam12> leitz: HURRAH!
Thenekofell has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
ramfjord has joined #ruby
<leitz> And by using the --bindir /usr/local/bin I can put it there vice /usr/bin, which is /bin on void linux.
mnathani has quit []
<leitz> havenwood, 77 days to go. You and adam12, and a few others, have helped me overcome the biggest hurdles in the project. Woot!
ramfjord has quit [Ping timeout: 245 seconds]
Technodrome has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
codefriar has quit [Remote host closed the connection]
ramfjord has joined #ruby
codefriar has joined #ruby
<leitz> Later, all. Again, thanks!
leitz has quit [Quit: Leaving]
crankharder has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
orbyt_ has joined #ruby
ramfjord has joined #ruby
AJA4350 has quit [Quit: AJA4350]
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
cd has joined #ruby
tdy has joined #ruby
sylario has quit [Quit: Connection closed for inactivity]
Nicmavr has quit [Read error: Connection reset by peer]
tdy has quit [Ping timeout: 246 seconds]
Nicmavr has joined #ruby
tdy has joined #ruby
DaRock has joined #ruby
Inside has quit [Disconnected by services]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has joined #ruby
znz_jp has quit [Remote host closed the connection]
znz_jp has joined #ruby
fphilipe has quit [Ping timeout: 250 seconds]
queip has quit [Ping timeout: 268 seconds]
ramfjord has quit [Ping timeout: 248 seconds]
queip has joined #ruby
sk_c has quit []
agent_white has quit [Quit: brb]
agent_white has joined #ruby
mnathani has joined #ruby
henninb has joined #ruby
chalkmonster has quit [Remote host closed the connection]
henninb has quit [Remote host closed the connection]
jenrzzz has joined #ruby
Exuma has joined #ruby
crankharder has quit [Ping timeout: 272 seconds]
meinside has quit [Quit: Connection closed for inactivity]
howdoi has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
s3nd1v0g1us has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
bitwinery has quit [Ping timeout: 272 seconds]
Esa_ has quit []
Swyper has quit [Remote host closed the connection]
Swyper_ has joined #ruby
Swyper_ has quit [Remote host closed the connection]
bitwinery has joined #ruby
gix- has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has joined #ruby
fphilipe_ has joined #ruby
s3nd1v0g1us has quit [Ping timeout: 272 seconds]
fphilipe has quit [Ping timeout: 252 seconds]
fphilipe_ has quit [Ping timeout: 252 seconds]
DTZUZO has joined #ruby
meinside has joined #ruby
crankharder has joined #ruby
crankharder has quit [Client Quit]
agent_white has quit [Quit: bbl]
mniip has quit [Quit: This page is intentionally left blank.]
Goon6 has quit [Remote host closed the connection]
brool has quit [Ping timeout: 252 seconds]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us has quit [Ping timeout: 245 seconds]
tvw has joined #ruby
Technodrome has joined #ruby
Thenekofell has quit [Ping timeout: 258 seconds]
absolutejam has joined #ruby
pwnd_nsfw` has joined #ruby
pwnd_nsfw has quit [Ping timeout: 244 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
absolutejam has quit [Ping timeout: 258 seconds]
absolutejam has joined #ruby
conta has joined #ruby
sauvin has joined #ruby
sauvin has quit [Max SendQ exceeded]
Thenekofell has joined #ruby
sauvin has joined #ruby
bhaak has joined #ruby
Thenekofell has quit [Ping timeout: 258 seconds]
charon77 has joined #ruby
charon77 has quit [Client Quit]
chunkypuffs has joined #ruby
<chunkypuffs> Alright alright people, listen, I've suffered with this issue for far too long.
<chunkypuffs> Why can I not set my ruby path?
<chunkypuffs> I never cease to get the warning "You don't have [ruby install dir] in your path, gem executables will not run"
<chunkypuffs> Yet my ~/.bashrc ~/.bash_profile and ~/.profile all have... nevermind
DTZUZO has quit [Ping timeout: 245 seconds]
<chunkypuffs> export PATH="$PATH:/root/.gem/ruby/2.6.0/bin", I just copy and pasted from the jekyll documentation which assumes everything as root, whoops.
Thenekofell has joined #ruby
<chunkypuffs> "/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- bundler (LoadError)
<chunkypuffs> " is an error I get though whenever I try and launch a jekyll site?
fphilipe_ has joined #ruby
ferhaty has joined #ruby
hiroaki has quit [Ping timeout: 245 seconds]
fphilipe_ has quit [Ping timeout: 245 seconds]
<chunkypuffs> I don't really understand what I'm doing, but through a string of `bundle install` and then `exec bundle jekyll serve` I'm getting what I want
<chunkypuffs> I screamed to myself "That makes no f'ing sense" with regards to `exec bundle jekyll serve`, but hey, not very clear in the help documentation what everything's doing, nor are the error messages clear
<chunkypuffs> I'm sure I can find it somewhere, doesn't make it any less insane that I have to prepend exec bundle to things
fphilipe_ has joined #ruby
Thenekofell has quit [Ping timeout: 248 seconds]
schne1der has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
absolutejam has quit [Ping timeout: 244 seconds]
unixcat has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
duderonomy has joined #ruby
alem0lars has joined #ruby
ur5us has joined #ruby
lxsameer has joined #ruby
andikr has joined #ruby
TomyWork has joined #ruby
queip has quit [Ping timeout: 268 seconds]
ur5us has quit [Ping timeout: 246 seconds]
queip has joined #ruby
aupadhye has joined #ruby
ur5us has joined #ruby
absolutejam has joined #ruby
absolutejam1 has joined #ruby
queip has quit [Ping timeout: 244 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
queip has joined #ruby
Thenekofell has joined #ruby
<dionysus69> does anyone have a ready solution on how to reload gem irb? here is the brand new bin/console file https://paste.debian.net/1091834/
queip has quit [Ping timeout: 244 seconds]
schne1der has quit [Quit: schne1der]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
BloopMonster has quit [Ping timeout: 272 seconds]
kyrylo has joined #ruby
gix- has quit [Ping timeout: 272 seconds]
codefriar has quit [Remote host closed the connection]
queip has joined #ruby
codefriar has joined #ruby
kyrylo has quit [Ping timeout: 248 seconds]
kyrylo has joined #ruby
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
kyrylo has quit [Ping timeout: 245 seconds]
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
jmcgnh has quit [Read error: Connection reset by peer]
deepredsky has joined #ruby
Thenekofell has quit [Ping timeout: 264 seconds]
ellcs has joined #ruby
sylario has joined #ruby
conta has quit [Ping timeout: 245 seconds]
absolutejam has quit [Ping timeout: 244 seconds]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 272 seconds]
queip has quit [Ping timeout: 245 seconds]
Thenekofell has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
queip has joined #ruby
reber has joined #ruby
BloopMonster has joined #ruby
bitwinery has quit [Quit: Leaving]
vondruch has quit [Quit: vondruch]
conta has joined #ruby
vondruch has joined #ruby
absolutejam has joined #ruby
lord4163 has quit [Excess Flood]
codefriar has quit [Remote host closed the connection]
lord4163 has joined #ruby
codefriar has joined #ruby
absolutejam has quit [Ping timeout: 268 seconds]
n13z has joined #ruby
prestorium has joined #ruby
andikr has quit [Ping timeout: 248 seconds]
andikr has joined #ruby
conta has quit [Ping timeout: 244 seconds]
absolutejam has joined #ruby
schneider has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
absolutejam has quit [Ping timeout: 258 seconds]
DTZUZO has joined #ruby
ur5us has quit [Ping timeout: 246 seconds]
conta has joined #ruby
schneider has quit [Ping timeout: 244 seconds]
tvw has quit [Remote host closed the connection]
rafadc has quit [Remote host closed the connection]
drnerdius has joined #ruby
akem-lnvo has quit [Ping timeout: 245 seconds]
Thenekofell has quit [Ping timeout: 264 seconds]
conta has quit [Ping timeout: 258 seconds]
rafadc has joined #ruby
andikr has quit [Ping timeout: 245 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
<ZAJDAN> why/when I should use direct system call ' system('mkdir') ' or mehod Dir ' Dir.mkdir' ?
conta has joined #ruby
tdy has quit [Read error: Connection reset by peer]
tdy has joined #ruby
agent_white has joined #ruby
cd has quit [Quit: cd]
queip has quit [Ping timeout: 245 seconds]
<phaul> system executes a command like it was typed at the shell prompt. For that it spawns a subshell like bash or sh to interpret the command line, parse the arguments, do shell substitutions and further spawns sub processes when needed. Dir.mkdir simply calls into the c library ruby runtime is linked against without external processes spawned. take your pick...
ramfjord has joined #ruby
conta has quit [Ping timeout: 248 seconds]
andikr has joined #ruby
absolutejam has joined #ruby
tsrt^ has joined #ruby
queip has joined #ruby
ramfjord has quit [Ping timeout: 258 seconds]
<ZAJDAN> thank You phaul...and You....what do you recommend?
andikr has quit [Ping timeout: 258 seconds]
erts has joined #ruby
<phaul> Dir.mkdir. always.
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
duckpuppy has quit [Quit: ZNC 1.7.4 - https://znc.in]
<ZAJDAN> ok... I take recommendations by more experienced than me
absolutejam has quit [Ping timeout: 258 seconds]
<agent_white> Shell out only when necessary is a rule of thumb.
<ZAJDAN> phaul yesterday you sent me: https://gist.github.com/phaul/9fddfc54dbfb6ffcc8ba31bdd6c1253d ...what means the ' %w ' ...?
<agent_white> Array literal
AJA4350 has joined #ruby
<phaul> %w(blah blah blah) is just a shorthand for ['blah', 'blah', 'blah']
<ZAJDAN> sorry for such questions, but Iam greenhorn with Ruby
<ZAJDAN> something like array?
<phaul> it's more specialized . w is for "word" so it's a list of "words"
<phaul> se example above
<phaul> see*
TomyWork has quit [Remote host closed the connection]
za1b1tsu has joined #ruby
<phaul> similarly %i is for "internal" aka symbol so %i(a b) is just [:a, :b]
<ZAJDAN> aha...thank you
rafadc_ has joined #ruby
rafadc has quit [Ping timeout: 246 seconds]
conta has joined #ruby
ropeney_ has joined #ruby
mahlon has quit [Read error: Connection reset by peer]
prestorium has quit [Ping timeout: 245 seconds]
prestori_ has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
schneider has joined #ruby
ropeney has quit [Ping timeout: 268 seconds]
mahlon has joined #ruby
erts has quit [Quit: .]
<ZAJDAN> phaul...seems to bw that ruby 2.3.0 has problem when I use: unless File.exists?(@comission.comission_num.to_s) ....returns (undefined method `comission_num' for nil:NilClass)
jenrzzz has joined #ruby
<phaul> check that @comission is defined in your code.
<ZAJDAN> ! sorry...probably my mistake
<ZAJDAN> type error
TomyWork has joined #ruby
<ZAJDAN> No such file or directory @ dir_s_mkdir .....%w(SAP CAD NEST ORDER).each { |subdir| Dir.mkdir(File.join(path, subdir)) }
<ZAJDAN> to use the class method Dir ..do I need to call the class in my code?
<al2o3-cr> ZAJDAN: path has to exist first
<ZAJDAN> yes..I have declared the path above the condition
<al2o3-cr> ZAJDAN: I mean it has to exist on the filesystem, literally.
<al2o3-cr> if it's not maybe consider FileUtils.mkdir/mkdir_p
<ZAJDAN> moment..I will check it
Thenekofell has joined #ruby
absolutejam has joined #ruby
AJA4350 has quit [Ping timeout: 244 seconds]
absolutejam has quit [Ping timeout: 268 seconds]
AJA4350 has joined #ruby
<ZAJDAN> phaul...fixed Thank You
absolutejam has joined #ruby
andikr has joined #ruby
codefriar has quit [Remote host closed the connection]
za1b1tsu has quit [Ping timeout: 244 seconds]
codefriar has joined #ruby
AJA4351 has joined #ruby
Swyper has joined #ruby
AJA4350 has quit [Ping timeout: 268 seconds]
AJA4351 is now known as AJA4350
CrazyEddy has quit [Ping timeout: 272 seconds]
alem0lars has quit [Ping timeout: 272 seconds]
akem-lnvo has joined #ruby
CrazyEddy has joined #ruby
jenrzzz has quit [Ping timeout: 272 seconds]
agent_white has quit [Quit: later]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord has joined #ruby
mniip has joined #ruby
jenrzzz has joined #ruby
conta has quit [Ping timeout: 272 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
ramfjord has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
za1b1tsu has joined #ruby
rippa has joined #ruby
za1b1tsu_ has joined #ruby
jefffrails35 has joined #ruby
conta1 has joined #ruby
za1b1tsu has quit [Ping timeout: 244 seconds]
cyclonis has joined #ruby
cyclonis has quit [Excess Flood]
cyclonis has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
cyclonis has quit [Read error: Connection reset by peer]
cyclonis has joined #ruby
andikr has quit [Remote host closed the connection]
<dionysus69> what if a dummy gem is occupying a really cool name
<dionysus69> on rubygems
<adam12> dionysus69: Could try reaching out to the owner of the name to see if they'll give it up. I've done it before (tho I ended up keeping the name I found in the interim).
<dionysus69> sounds good :)
<dionysus69> like this https://rubygems.org/gems/minecart
<dionysus69> cool name, but only an initial commit xD
<adam12> dionysus69: Says right in there that' it's squatting. Could try emailing the Rubygems folks about it. Support info listed on the homepage.
<dionysus69> adam12: so squatting is not permitted and could be taken down?
<dionysus69> I will write rubygems support I guess
<adam12> dionysus69: I don't remember 100% (it's definitely frowned upon by the Hex.pm folks in Elixir). Wouldn't hurt to reach out to them about it.
<adam12> dionysus69: I'd probably reach out directly to the owner of the gem first tho. Then escalate.
dbugger has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Thenekofell has quit [Ping timeout: 252 seconds]
conta1 has quit [Ping timeout: 246 seconds]
ghostbsd_696b has joined #ruby
ghostbsd_696b has left #ruby [#ruby]
AJA4350 has joined #ruby
duderonomy has joined #ruby
ljarvis__ has quit [Quit: WeeChat 2.4]
queip has quit [Ping timeout: 272 seconds]
schneider has quit [Ping timeout: 272 seconds]
za1b1tsu_ has quit [Ping timeout: 248 seconds]
<adam12> Anybody experiment with Pakyow yet? 1.0 landed and it's feature set is intriguing.
<ryouba> oh! YAWF!
<ryouba> Hmm
<ryouba> I might try to re-build qms.weitnahbei.de with that. It's still Rails. I'd like to remove any remnants of Rails from my life.
queip has joined #ruby
<adam12> YAWF!
<adam12> I still enjoy the heck out of Roda but Hanami and Pakyow are looking super interesting.
<adam12> (Hanami 2 specifically)
<ryouba> Never tried Hanami 1/2. Roda will always be cool for what it is. All my more recent stuff is Sinatra which also works fine for what it is.
matheusmoreira has quit [Ping timeout: 245 seconds]
involans has joined #ruby
matheusmoreira has joined #ruby
alem0lars has joined #ruby
tf2ftw has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
matheusmoreira has quit [Ping timeout: 245 seconds]
matheusmoreira has joined #ruby
involans has quit [Ping timeout: 248 seconds]
matheusmoreira has quit [Ping timeout: 246 seconds]
involans has joined #ruby
matheusmoreira has joined #ruby
Technodrome has joined #ruby
tdy has joined #ruby
involans has quit [Remote host closed the connection]
vondruch_ has joined #ruby
AJA4351 has joined #ruby
matheusmoreira has quit [Ping timeout: 246 seconds]
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
vondruch has quit [Ping timeout: 244 seconds]
vondruch_ is now known as vondruch
SuperL4g is now known as SuperLag
matheusmoreira has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
houhoulis has joined #ruby
tdy has quit [Ping timeout: 245 seconds]
tdy has joined #ruby
codefriar has quit [Remote host closed the connection]
codefriar has joined #ruby
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
lucasb has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
matheusmoreira has quit [Ping timeout: 248 seconds]
matheusmoreira has joined #ruby
aupadhye has quit [Ping timeout: 272 seconds]
GodFather has quit [Ping timeout: 245 seconds]
prestori_ has quit [Ping timeout: 248 seconds]
TomyWork has quit [Ping timeout: 246 seconds]
codefriar has quit [Ping timeout: 258 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
TomyWork has joined #ruby
oncall-pokemon has joined #ruby
snk has quit [Quit: Lost terminal]
Rapture has joined #ruby
schneider has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dbugger has quit [Quit: Leaving]
DaRock has quit [Ping timeout: 268 seconds]
ellcs has quit [Ping timeout: 246 seconds]
absolutejam has quit [Ping timeout: 258 seconds]
alan_w has joined #ruby
ferhaty has quit [Quit: ferhaty]
skryking has joined #ruby
schneider has quit [Quit: schneider]
sagax has quit [Quit: Konversation terminated!]
sagax has joined #ruby
deepredsky has quit [Ping timeout: 245 seconds]
AndreYuhai has joined #ruby
<AndreYuhai> Hey there, I hava an address column in my database table, I would like to extract the country, city and state names. How would I go about it given that there is not a pattern to use regexp.
<AndreYuhai> I've tried to look up for a gem and I've found one called city-state but does not seem to work.
drnerdius has quit [Quit: Konversation terminated!]
drnerdius has joined #ruby
u1nt has joined #ruby
drnerdius has quit [Ping timeout: 268 seconds]
cyclonis_ has joined #ruby
cyclonis has quit [Ping timeout: 245 seconds]
schneider has joined #ruby
aupadhye has joined #ruby
aupadhye has quit [Read error: No route to host]
cyclonis_ has quit [Read error: Connection reset by peer]
cyclonis has joined #ruby
cyclonis has quit [Excess Flood]
orbyt_ has joined #ruby
za1b1tsu_ has joined #ruby
alem0lars_ has joined #ruby
alem0lars has quit [Ping timeout: 248 seconds]
deepredsky has joined #ruby
involans has joined #ruby
gix has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ellcs has joined #ruby
tdy has joined #ruby
houhoulis has quit [Remote host closed the connection]
alem0lars__ has joined #ruby
deepredsky has quit [Ping timeout: 258 seconds]
phroa has joined #ruby
alem0lars_ has quit [Ping timeout: 245 seconds]
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
jenrzzz has joined #ruby
u1nt has quit [Remote host closed the connection]
orbyt_ has joined #ruby
Exuma has joined #ruby
jenrzzz has quit [Ping timeout: 272 seconds]
deepredsky has joined #ruby
TomyWork has quit [Remote host closed the connection]
deepreds1 has joined #ruby
deepredsky has quit [Ping timeout: 272 seconds]
_ikke_ has quit [Quit: WeeChat 2.5]
ellcs has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
duderonomy has joined #ruby
fphilipe_ has quit [Ping timeout: 258 seconds]
u1nt has joined #ruby
<u1nt> anyone ever had problems with rdebug-ide (used by vscode, rubymine, etc) + rails/puma? My rails server is freezing after continuing on a breakpoint
za1b1tsu_ has quit [Remote host closed the connection]
absolutejam has joined #ruby
fphilipe_ has joined #ruby
jmcgnh has joined #ruby
fphilipe_ has quit [Ping timeout: 272 seconds]
alan_w has quit [Quit: WeeChat 2.4]
involans has quit [Quit: involans]
mniip has quit [Quit: This page is intentionally left blank.]
u1nt has quit [Remote host closed the connection]
lucasb has quit [Quit: Connection closed for inactivity]
absolutejam has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
themsay has joined #ruby
jenrzzz has joined #ruby
ramfjord has joined #ruby
queip has quit [Ping timeout: 272 seconds]
leitz has joined #ruby
ramfjord_ has joined #ruby
ramfjord has quit [Ping timeout: 258 seconds]
lxsameer has quit [Ping timeout: 245 seconds]
queip has joined #ruby
deepreds1 has quit [Ping timeout: 268 seconds]
absolutejam has joined #ruby
<adam12> AndreYuhai: Not ideal but I'd probably send the full address to Google Maps or OSM and get the formatted parts back. At least that way there's less of a concern of splitting/regexp ambiguity.
sgen has quit [Remote host closed the connection]
sgen has joined #ruby
queip has quit [Ping timeout: 258 seconds]
tf2ftw has quit [Quit: Leaving]
sauvin has quit [Read error: Connection reset by peer]
queip has joined #ruby
themsay has quit [Ping timeout: 248 seconds]
jenrzzz has quit [Ping timeout: 245 seconds]
queip has quit [Ping timeout: 248 seconds]
involans has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
queip has joined #ruby
galaxie has quit [Ping timeout: 260 seconds]
alem0lars__ has quit [Remote host closed the connection]
galaxie has joined #ruby
involans has quit [Remote host closed the connection]
AndreYuhai has quit [Remote host closed the connection]
AndreYuhai has joined #ruby
ramfjord_ has quit [Ping timeout: 248 seconds]
oncall-pokemon has quit [Quit: Connection closed for inactivity]
themsay has joined #ruby
absolutejam has quit [Ping timeout: 258 seconds]
galaxie has quit [Remote host closed the connection]
galaxie has joined #ruby
absolutejam has joined #ruby
themsay has quit [Ping timeout: 272 seconds]
conta1 has joined #ruby
fuzzface has joined #ruby
conta1 has quit [Quit: conta1]
queip has quit [Ping timeout: 248 seconds]
Grobo has joined #ruby
<Grobo> I installed ruby on my local account. Then I installed bundler (v2). But when I tried to use it I got this error: "You must use Bundler 2 or greater with this lockfile."
bitwinery has joined #ruby
<Grobo> I read online that I should delete the lockfile and re-install. I tried that but now I just get an error that the lockfile is missing.
queip has joined #ruby
themsay has joined #ruby
AndreYuhai has quit [Remote host closed the connection]
AndreYuhai has joined #ruby
fphilipe_ has joined #ruby
<Grobo> :(
deepreds1 has joined #ruby
Exuma has joined #ruby
themsay has quit [Read error: Connection reset by peer]
ramfjord has joined #ruby
themsay has joined #ruby
Thenekofell has joined #ruby
wimpog has joined #ruby
jenrzzz has joined #ruby
Swyper has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 244 seconds]
jenrzzz has joined #ruby
Thenekofell has quit [Ping timeout: 276 seconds]
bitwinery has quit [Quit: Leaving]
jefffrails35 has quit [Ping timeout: 245 seconds]
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
deepreds1 has quit [Ping timeout: 245 seconds]
ur5us has joined #ruby
brool has joined #ruby
themsay has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 258 seconds]
cd has joined #ruby
themsay has joined #ruby
<brool> i'm making a new sinatra project and i wanted to use sinatra/reloader, but launching my app via rackup says "'require': cannot load such file -- sinatra/reloader"
<brool> i checked my gems and i'm using sinatra 2.0.5, the rubydocs page for it shows Sinatra::Reloader right there so idk why i wouldn't have it
jenrzzz has joined #ruby
themsay has quit [Ping timeout: 248 seconds]
teardown has quit [Read error: Connection reset by peer]
teardown_ has joined #ruby
teardown_ is now known as teardown
themsay has joined #ruby
snickers has joined #ruby
<ramfjord> brool: you have sinatra-contrib as well as sinatra at 2.0.5 right?
<brool> is that a separate gem?
fphilipe_ has quit [Ping timeout: 268 seconds]
<brool> i did not have it, that was is
<brool> s/is/it
dbugger has joined #ruby
Mrgoose8 has quit [Ping timeout: 258 seconds]
Technodrome has quit [Read error: Connection reset by peer]
fphilipe_ has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
schneider has quit [Ping timeout: 248 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
dviola has joined #ruby
involans has joined #ruby
Technodrome has joined #ruby
tsrt^ has quit []
absolutejam has quit [Ping timeout: 268 seconds]
dviola has quit [Ping timeout: 245 seconds]
absolutejam has joined #ruby
involans has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
wimpog has quit [Quit: wimpog]
sgen has quit [Ping timeout: 276 seconds]
themsay has quit [Ping timeout: 245 seconds]
teardown has quit [Ping timeout: 272 seconds]
fphilipe_ has quit [Ping timeout: 246 seconds]
involans has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 245 seconds]
snickers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
queip has quit [Ping timeout: 248 seconds]
involans has quit [Quit: involans]
dviola has joined #ruby
Swyper has quit [Remote host closed the connection]
themsay has joined #ruby
queip has joined #ruby
Thenekofell has joined #ruby
codefriar has joined #ruby
dviola has quit [Changing host]
dviola has joined #ruby
codefriar has quit [Ping timeout: 248 seconds]
fphilipe_ has joined #ruby
SCHAPiE has quit [Quit: ZNC - https://znc.in]
reber has quit [Read error: Connection reset by peer]
SCHAPiE has joined #ruby
jenrzzz has joined #ruby
fphilipe_ has quit [Ping timeout: 244 seconds]
jmcgnh has quit [Read error: Connection reset by peer]
jmcgnh has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
breve has left #ruby [#ruby]
jenrzzz has joined #ruby
dviola has quit [Quit: WeeChat 2.5]
absolutejam has quit [Ping timeout: 258 seconds]
hope_canyon has joined #ruby
orbyt_ has joined #ruby
fphilipe_ has joined #ruby
fuzzface has quit [Quit: Leaving]
leah2 has quit [Ping timeout: 246 seconds]
dbugger has quit [Ping timeout: 250 seconds]
thebananaking has joined #ruby
ixti has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby