lunarkitty has quit [Quit: Connection closed for inactivity]
hololeap has joined #ruby
sagax has quit [Excess Flood]
orbyt has joined #ruby
nakilon has joined #ruby
roadie has joined #ruby
maria_elis has quit [Ping timeout: 240 seconds]
cahoots has joined #ruby
cahoots has quit [Ping timeout: 244 seconds]
cyrus_mc has joined #ruby
<cyrus_mc>
Trying to make a simple call to GitHub API to return list of application installation instances (https://pastebin.com/nWZrHBCK). Can't figure out what this error means.
cyrus_mc has quit [Quit: Connection closed]
kiki_lamb has joined #ruby
ur5us has quit [Ping timeout: 252 seconds]
orbyt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
VoidNoir0 has quit [Ping timeout: 252 seconds]
dachi_ has joined #ruby
jpw has joined #ruby
lunarkitty has joined #ruby
cahoots has joined #ruby
Oxfuxxx has quit [Ping timeout: 244 seconds]
Oxfuxxx has joined #ruby
cahoots has quit [Ping timeout: 250 seconds]
jpw has quit [Ping timeout: 240 seconds]
teclator has joined #ruby
jpw has joined #ruby
elf_fortrez has joined #ruby
patrick has quit [Ping timeout: 240 seconds]
Oxfuxxx has quit [Ping timeout: 244 seconds]
patrick has joined #ruby
elf_fortrez has quit [Quit: Client closed]
Oxfuxxx has joined #ruby
lunarkitty has quit [Quit: Connection closed for inactivity]
cahoots has joined #ruby
ckrailo has quit [Quit: You have been idle for 30+ days]
cahoots has quit [Ping timeout: 244 seconds]
Rounin has joined #ruby
lunarkitty has joined #ruby
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
lunarkitty has quit [Quit: Connection closed for inactivity]
roadie has joined #ruby
<rapha>
does someone here work for google and could PLEASE talk to the right people so that all searches for "ruby <classname>" (e.g. "ruby CSV") lead to https://ruby-doc.org/<blahlib>-<latest>/libdoc/<class>/rdoc/<class>.html, that is, to <blahlib>-3.0.2 at the moment, and any OLDER versions (such as 2.6.1!!! is anyone still using that as their main version???) only come later?
dachi_ has quit [Ping timeout: 252 seconds]
maria_elis has joined #ruby
maria_elis has quit [Quit: WeeChat 3.0.1]
dachinat has joined #ruby
cahoots has joined #ruby
hololeap has quit [Remote host closed the connection]
hololeap has joined #ruby
cahoots has quit [Ping timeout: 240 seconds]
kiki_lamb has quit [Ping timeout: 252 seconds]
kiki_lamb has joined #ruby
dostoyevsky2 has quit [Quit: leaving]
dostoyevsky2 has joined #ruby
jhass[m] has quit [Quit: Bridge terminating on SIGTERM]
mewfree[m] has quit [Quit: Bridge terminating on SIGTERM]
execat has quit [Quit: Bridge terminating on SIGTERM]
sixecho1 has quit [Quit: Bridge terminating on SIGTERM]
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
NightMonkey has joined #ruby
goldfish has joined #ruby
rhe has joined #ruby
keyvan has quit [Ping timeout: 250 seconds]
keyvan has joined #ruby
lunarkitty has joined #ruby
elf_fortrez has joined #ruby
fdan has quit [Quit: Client closed]
dachi_ has joined #ruby
dachi__ has quit [Ping timeout: 244 seconds]
<nakilon>
IIRC either adam12 or havenwood said it's better to use ruby-lang.org hosted docs
<nakilon>
as for me I just don't care -- all they show the same thing and in 99% cases there is no difference if you read 3.0 or 2.3 docs
<nakilon>
rubyapi.org snippets are rendered white on black that's awful ..D
roadie has joined #ruby
MachinShin has quit [Ping timeout: 240 seconds]
MachinShin has joined #ruby
dachi_ has quit [Read error: Connection reset by peer]
dachi_ has joined #ruby
<ox1eef>
rubydoc.info / yardoc all the way but unfortunately last time i checked ruby-doc.org wins on seo.
dachi__ has joined #ruby
dachi_ has quit [Read error: Connection reset by peer]
dachi_ has joined #ruby
dachi__ has quit [Ping timeout: 240 seconds]
cahoots has quit [Quit: leaving]
elf_fortrez has quit [Ping timeout: 256 seconds]
dachi__ has joined #ruby
dachi__ has quit [Remote host closed the connection]
dachi_ has quit [Read error: Connection reset by peer]
nopc0de_ has joined #ruby
nopcOde has quit [Ping timeout: 244 seconds]
dachinat has joined #ruby
dachi_ has joined #ruby
pgib has joined #ruby
dachinat has quit [Ping timeout: 252 seconds]
dachi__ has joined #ruby
dachi_ has quit [Ping timeout: 244 seconds]
dachi__ has quit [Ping timeout: 252 seconds]
dachinat has joined #ruby
dachinat has quit [Remote host closed the connection]
dachi_ has joined #ruby
dachi_ has quit [Read error: Connection reset by peer]
dachi_ has joined #ruby
mmalter has joined #ruby
dachi_ has quit [Read error: Connection reset by peer]
dachinat has joined #ruby
dachi_ has joined #ruby
dachinat has quit [Ping timeout: 252 seconds]
kiki_lamb has quit [Quit: Lost terminal]
_ht has quit [Remote host closed the connection]
benjaminoakes has joined #ruby
goldfish has quit [Ping timeout: 252 seconds]
jpw has quit [Remote host closed the connection]
jpw has joined #ruby
jpw has quit [Remote host closed the connection]
roadie has quit [Ping timeout: 252 seconds]
noa has joined #ruby
roadie has joined #ruby
EnigmaReloaded has joined #ruby
EnigmaReloaded has quit [Quit: Client closed]
moldorcoder7 has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
<rapha>
adam12: yeah, that was born out of frustration and not entirely serious.
<rapha>
oh! rubyapi.org is NICE!
<rapha>
see, even strange requests sometimes elicit enlightening responses :)
neshpion has joined #ruby
<adam12>
rapha: lol yeah. Not sure Google can just manipulate rankings like that. rubyapi.org is nice.
<adam12>
nakilon: I've never seen the snippets render like that before.
Oxfuxxx has quit [Ping timeout: 244 seconds]
Bish has quit [Ping timeout: 252 seconds]
<nakilon>
guys, imagine I'm making a gem that when you run it it launches the bin/mybinary that is a sinatra server
<nakilon>
and I want it to require jquery.min.js but the problem is when I install the gem the js file isn't around anymore
noa has quit [Quit: Konversation terminated!]
<nakilon>
I mean when I was testing it within the github repo it's just: get "/jquery.js" do ; send_file "#{__dir__}/../jquery-3.6.0.min.js" ; end -- but it's obviously not there when it's running from the /Users/nakilon/.rbenv/versions/2.3.8/bin/
reset has quit [Quit: reset]
<nakilon>
ok I moved it to ./bin and added to"spec.files -- seems working at least with rake install
SystemFFan has joined #ruby
Bish has joined #ruby
lunarkitty has quit [Quit: Connection closed for inactivity]