havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.4, 2.5.6, 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!
john_ has quit [Remote host closed the connection]
d^sh has quit [Ping timeout: 246 seconds]
d^sh has joined #ruby
ioquatix has joined #ruby
elphe has quit [Ping timeout: 246 seconds]
rsenic_ has joined #ruby
rsenic__ has quit [Ping timeout: 260 seconds]
gell5 has joined #ruby
queip has quit [Ping timeout: 245 seconds]
greengriminal has joined #ruby
DaRock has joined #ruby
greengriminal has quit [Client Quit]
gell5 has quit [Ping timeout: 252 seconds]
AJA4351 has joined #ruby
poontangmessiah has quit [Remote host closed the connection]
AJA4350 has quit [Ping timeout: 258 seconds]
AJA4351 is now known as AJA4350
gell5 has joined #ruby
queip has joined #ruby
tdy has joined #ruby
sylario has quit [Quit: Connection closed for inactivity]
elphe has joined #ruby
baojg has quit [Remote host closed the connection]
ooldirty has joined #ruby
gell5 has quit [Remote host closed the connection]
greengriminal has joined #ruby
tsujp has joined #ruby
gix has quit [Ping timeout: 244 seconds]
AJA4350 has quit [Ping timeout: 252 seconds]
gell5 has joined #ruby
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Exuma has joined #ruby
gell5 has quit [Ping timeout: 245 seconds]
rsenic__ has joined #ruby
edwardly has quit [Ping timeout: 258 seconds]
AJA4350 has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
rsenic_ has quit [Ping timeout: 260 seconds]
edwardly has quit [Ping timeout: 245 seconds]
esrse has joined #ruby
cd has quit [Quit: cd]
tcurdt has joined #ruby
al2o3-cr has quit [Read error: Connection reset by peer]
<tcurdt> I am looking for a nice way of doing something along the lines of: { puts ""; next } unless m = arr.last.match(/foo (\d+)$/).captures[0].to_i
<tcurdt> this of course has a few problems. one the part before the unless is invalid
<tcurdt> and the chaining needs to tolerate optionals
gell5 has joined #ruby
AJA4350 has quit [Quit: AJA4350]
<tcurdt> anyone with a nice approach? I'd rather have this as a one-liner instead of breaking this up further
tsujp has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
gell5 has quit [Ping timeout: 245 seconds]
MrCrackPot has quit [Remote host closed the connection]
MrBismuth has quit [Read error: Connection reset by peer]
<leftylink> note that two things may be grouped with parentheses
<leftylink> and the possibility of using &. introduced in 2.3.0
al2o3-cr has joined #ruby
<tcurdt> leftylink the optional chaining I got working as in: m = arr.last&.match(/foo (\d+)$/)&.captures&.first.to_i
<tcurdt> but I am really not sure on how to do a puts && next in an chaining error condition
SeepingN has joined #ruby
sidepocket has joined #ruby
<baweaver> Exuma: protected, like mentioned there, is the best option.
<Exuma> baweaver oh awesome, they put that answer literally 1 second ago
<baweaver> Yeah, same when I saw it.
<Exuma> baweaver so if i use a protected method like that, will it "convert" it to an instance method. in other words its thread safe, etc. its not going to use class variables somehow
<Exuma> ok well, it wouldnt use class variables but hopefully I am explaining it well
<baweaver> If included it'd be at an instance level
<baweaver> If extended, a class level.
<Exuma> oh crap my bad
<Exuma> i thoguht it was on the module
<Exuma> ok this makes perfect sense, thank you baweaver !
<baweaver> Threadsafe would depend on other variables
<baweaver> If you make a race condition, nothing will stop that from being thread unsafe.
<baweaver> Just be careful not to get too happy with GoF patterns in Ruby
<Exuma> GoF?
<baweaver> Gang of Four
<Exuma> whats that
<baweaver> People who've done too much Java love patterns
<baweaver> Service, Proxy, Factory, Abstract, Singleton, Command, etc.
<baweaver> Makes code stupidly hard to follow
<Exuma> baweaver yeah, I feel that. I mostly need a service because I have a lot of database operations that need to be performed in a transaction and theres no good place in a single model to put htem
<Exuma> im not a fan of patterns overcomplicating things either
<Exuma> i actually litearlly just had them as module methods but i thought maybe that was too rough around the edges
<Exuma> service objects seemed like a happy medium
duderonomy has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidepocket has quit [Quit: Leaving]
duderonomy has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
duderonomy has quit [Client Quit]
ravenous_ has joined #ruby
duderonomy has joined #ruby
ravenous_ has quit [Ping timeout: 252 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
MrBismuth has joined #ruby
gell5 has joined #ruby
gell5 has quit [Ping timeout: 252 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
Huck777 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
Intelo has quit [Remote host closed the connection]
gell5 has joined #ruby
donofrio has quit [Remote host closed the connection]
rafadc_ has quit [Ping timeout: 246 seconds]
gell5 has quit [Ping timeout: 245 seconds]
rafadc has joined #ruby
tdy has quit [Ping timeout: 244 seconds]
tsujp has quit [Read error: Connection reset by peer]
tsujp has joined #ruby
baojg has joined #ruby
tsujp has quit [Quit: Textual IRC Client: www.textualapp.com]
duderonomy has joined #ruby
tsujp has joined #ruby
ravenous_ has joined #ruby
ur5us has quit [Remote host closed the connection]
Freshnuts has quit [Quit: Leaving]
ur5us has joined #ruby
Freshnuts has joined #ruby
tdy has joined #ruby
gell5 has joined #ruby
ravenous_ has quit [Ping timeout: 252 seconds]
ur5us has quit [Ping timeout: 245 seconds]
gell5 has quit [Ping timeout: 258 seconds]
Exuma has joined #ruby
Exuma has quit [Client Quit]
x86sk has joined #ruby
donofrio has joined #ruby
queip has quit [Ping timeout: 258 seconds]
queip has joined #ruby
rsenic_ has joined #ruby
rsenic__ has quit [Ping timeout: 260 seconds]
Huck777 has joined #ruby
ropeney has joined #ruby
ropeney_ has quit [Ping timeout: 245 seconds]
Inline has quit [Quit: Leaving]
r29v has joined #ruby
queip has quit [Ping timeout: 246 seconds]
chalkmonster has joined #ruby
schaerli has joined #ruby
queip has joined #ruby
schneider has joined #ruby
cgfbee has quit [Remote host closed the connection]
chalkmonster has quit [Quit: WeeChat 2.5]
schneider has quit [Ping timeout: 245 seconds]
queip has quit [Ping timeout: 245 seconds]
Freshnuts has quit [Quit: Leaving]
Freshnuts has joined #ruby
cgfbee has joined #ruby
queip has joined #ruby
envex has quit []
envex has joined #ruby
Guest15733 has quit [Ping timeout: 245 seconds]
infernix has quit [Quit: ZNC - http://znc.sourceforge.net]
aarzaga has joined #ruby
<aarzaga> clear
aarzaga has left #ruby [#ruby]
beanie__ is now known as tpanarch1st
gell5 has joined #ruby
jmcgnh has quit [Ping timeout: 245 seconds]
andikr has joined #ruby
gell5 has quit [Ping timeout: 258 seconds]
jmcgnh has joined #ruby
Guest15733 has joined #ruby
jmcgnh has quit [Read error: Connection reset by peer]
suukim has joined #ruby
phroa has quit [Remote host closed the connection]
greengriminal has quit [Quit: This computer has gone to sleep]
phroa has joined #ruby
Guest15733 has quit [Ping timeout: 250 seconds]
jmcgnh has joined #ruby
phroa has quit [Ping timeout: 244 seconds]
phroa has joined #ruby
r29v has quit [Quit: r29v]
ioquatix has quit [Quit: ioquatix]
yokel has quit [Ping timeout: 245 seconds]
phroa has quit [Max SendQ exceeded]
yokel has joined #ruby
dbugger has joined #ruby
phroa has joined #ruby
Guest15733 has joined #ruby
lalitmee has joined #ruby
Freshnuts has quit [Remote host closed the connection]
Freshnuts has joined #ruby
chalkmonster has joined #ruby
dionysus69 has joined #ruby
phroa has quit [Remote host closed the connection]
phroa has joined #ruby
phroa has quit [Remote host closed the connection]
edwardly has quit [Ping timeout: 258 seconds]
gell5 has joined #ruby
phroa has joined #ruby
queip has quit [Ping timeout: 245 seconds]
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
phroa has quit [Max SendQ exceeded]
gell5 has quit [Ping timeout: 245 seconds]
queip has joined #ruby
Freshnuts has quit [Ping timeout: 245 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
schne1der has joined #ruby
ravenous_ has joined #ruby
tpanarch1st has quit [Ping timeout: 258 seconds]
phroa has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
lxsameer has joined #ruby
r29v has joined #ruby
ellcs has joined #ruby
DTZUZO has quit [Ping timeout: 245 seconds]
phroa has quit [Remote host closed the connection]
fphilipe has joined #ruby
r29v has quit [Quit: r29v]
Guest15733 has quit [Ping timeout: 258 seconds]
andikr has quit [Ping timeout: 246 seconds]
andikr has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Intelo has joined #ruby
<Intelo> How to make API calls to third parties, in rubyonrails?
lalitmee has quit [Ping timeout: 245 seconds]
r29v has joined #ruby
<baweaver> Intelo - What have you tried?
<baweaver> what's your knowledge level of APIs, REST, and JSON?
<Intelo> REST with json and xml
involans has joined #ruby
<baweaver> It's all just HTTP requests
<Intelo> baweaver, ya, is there any gem?
<Intelo> or way to do this in ror?
lalitmee has joined #ruby
<baweaver> Remember, RoR is just Ruby
<baweaver> which means any HTTP method for Ruby works in Rails.
<baweaver> That said, I would consider something like Typhoeus.
<havenwood> Intelo: You can make an HTTP request from Rails the same you can always make one from Ruby.
<baweaver> The API is nicer to use.
<baweaver> havenwood: oi
<havenwood> o/
<baweaver> Why are we still up?
r29v has quit [Client Quit]
<havenwood> Srsly!
<Intelo> baweaver, which api?
<baweaver> API could refer to an HTTP API, or it could refer to the code's API
<havenwood> Intelo: Net/HTTP ships with Ruby or there are nice gems like HTTP.rb and Typhoeus, which baweaver already mentioned.
<Intelo> are you talking about Net::HTTP::Get.new?
<baweaver> Yeah, which I never really liked
<Intelo> ok
<baweaver> I kinda wonder if we should try and coax core into adopting another HTTP standard in 3.x
<baweaver> or do you think that's a lost cause havenwood?
<havenwood> Intelo: Here's a spreadsheet of HTTP clients with feature comparisons: https://docs.google.com/spreadsheets/d/1vPlk6nMIFa3sI5ISl7zZ5r6lDNpVQX6Jxi3ksXCyVbs/edit#gid=1392844939
<Intelo> I will go with Net::HTTP::Get.new( for now. I hope I can make xml and json in it?
<havenwood> Intelo: You can of course serialize and deserialize with whatever HTTP client. That's unrelated.
BTRE has quit [Ping timeout: 268 seconds]
<baweaver> require 'json'
<baweaver> JSON.parse(whatever_the_response_was)
ravenous_ has quit [Ping timeout: 264 seconds]
liKe2k1 has joined #ruby
<Intelo> havenwood, thanks. which one do you recommend in those? ones with green color or Net:;Http is fine?
chalkmonster has quit [Quit: WeeChat 2.5]
andikr has quit [Quit: No Ping reply in 180 seconds.]
<baweaver> Green looks like pure Ruby
<baweaver> Yellow is using extensions with libcurl, so faster
andikr has joined #ruby
<baweaver> Last one was either adapters (supports multiple formats) or excon? Not sure.
TomyWork has joined #ruby
BTRE has joined #ruby
ioquatix has joined #ruby
fphilipe has quit [Ping timeout: 258 seconds]
Fusl has quit [Excess Flood]
Fusl has joined #ruby
ioquatix has quit [Quit: ioquatix]
fphilipe has joined #ruby
fphilipe has quit [Read error: Connection reset by peer]
BTRE has quit [Ping timeout: 252 seconds]
schaerli has quit [Ping timeout: 245 seconds]
fphilipe has joined #ruby
pwnd_nsfw has joined #ruby
envex has quit []
gell5 has joined #ruby
ellcs1 has joined #ruby
gell5 has quit [Ping timeout: 258 seconds]
duderonomy has joined #ruby
<Intelo> havenwood, /?
duderonomy has quit [Client Quit]
ravenous_ has joined #ruby
involans has quit [Quit: involans]
<Cork> anyone know of a good restful urlpath builder? (resource/id/other_resource/id)
NL3limin4t0r_afk is now known as NL3limin4t0r
lalitmee has quit [Ping timeout: 258 seconds]
ravenous_ has quit [Ping timeout: 252 seconds]
involans has joined #ruby
fphilipe_ has joined #ruby
fphilipe has quit [Ping timeout: 246 seconds]
duderonomy has joined #ruby
duderonomy has quit [Ping timeout: 252 seconds]
bitwinery has quit [Quit: Leaving]
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
BH23 has joined #ruby
ravenous_ has joined #ruby
_Joes_ has joined #ruby
_Joes_ has quit [Remote host closed the connection]
elphe has quit [Quit: leaving]
elphe has joined #ruby
x86sk has quit [Quit: Connection closed for inactivity]
ravenous_ has quit [Ping timeout: 252 seconds]
BH23 has quit [Quit: Konversation terminated!]
BH23 has joined #ruby
elphe has quit [Quit: leaving]
BH23 has quit [Client Quit]
elphe has joined #ruby
_Joes_ has joined #ruby
tsujp has joined #ruby
involans has quit [Quit: involans]
_Joes_ has quit [Client Quit]
_Joes_ has joined #ruby
_Joes_ has quit [Client Quit]
_Joes_ has joined #ruby
tsujp has quit [Client Quit]
_Joes_ has quit [Client Quit]
_Joes_ has joined #ruby
_Joes_ has quit [Client Quit]
BH23 has joined #ruby
tsujp has joined #ruby
phaul has quit [Quit: :wq]
phaul has joined #ruby
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
poontangmessiah has joined #ruby
esrse has quit [Ping timeout: 258 seconds]
vondruch has quit [Ping timeout: 268 seconds]
AJA4350 has joined #ruby
fig-le-deunch[m] has quit [Remote host closed the connection]
turt2live has quit [Remote host closed the connection]
qbrd[m] has quit [Write error: Connection reset by peer]
Seance[m] has quit [Write error: Connection reset by peer]
sepp2k has quit [Write error: Broken pipe]
aecepoglu[m] has quit [Remote host closed the connection]
Hanma[m] has quit [Remote host closed the connection]
iotatron[m] has quit [Remote host closed the connection]
linuus[m] has quit [Remote host closed the connection]
tsrt^ has quit [Max SendQ exceeded]
tsujp has joined #ruby
tsrt^ has joined #ruby
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gell5 has joined #ruby
aecepoglu[m] has joined #ruby
tsujp has joined #ruby
gell5 has quit [Ping timeout: 252 seconds]
poontangmessiah_ has joined #ruby
<Intelo> havenwood, thanks. which one do you recommend in those? ones with green color or Net:;Http is fine?
poontangmessiah has quit [Ping timeout: 244 seconds]
schaerli has joined #ruby
<havenwood> Intelo: The benefit of Net::HTTP is that it's in the standard library. I prefer the interface of HTTP.rb that I linked above. Typhoeus is nice if you have a bunch of requests.
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Intelo> hm
<Intelo> thanks
<havenwood> I need to add async-http to the spreadsheet. I like the Async libraries: https://github.com/socketry/async-http
vondruch has joined #ruby
BTRE has joined #ruby
schaerli has quit [Ping timeout: 276 seconds]
tsujp has joined #ruby
darix has joined #ruby
leitz has joined #ruby
darix has quit [Client Quit]
gell5 has joined #ruby
cd has joined #ruby
gell5 has quit [Ping timeout: 245 seconds]
qbrd[m] has joined #ruby
linuus[m] has joined #ruby
iotatron[m] has joined #ruby
sepp2k has joined #ruby
turt2live has joined #ruby
Seance[m] has joined #ruby
Hanma[m] has joined #ruby
fig-le-deunch[m] has joined #ruby
queip has quit [Ping timeout: 245 seconds]
zodd has joined #ruby
zodd is now known as Guest88912
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
ryouba has joined #ruby
<ryouba> hi
queip has joined #ruby
<ryouba> is there something where you can have, let's say, an empty hash ({}) and can then fill it up with non-existing elements at an arbitrary depth without having to prepare for that? e.g. "foo = {}; foo[:bar][:blah][:baz] = 'hello world'"?
<ryouba> (i'm aware of hash_dot, but that only allows to write to depths that were previously defined)
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
<phaul> h = Hash.new { Hash.new { Hash.new { Hash.new { :nope } } } }; h[:x][:y][:z][:q]
<phaul> &>> h = Hash.new { Hash.new { Hash.new { Hash.new { :nope } } } }; h[:x][:y][:z][:q]
<rubydoc> # => :nope (https://carc.in/#/r/7h2k)
<phaul> this doesn't raise exceptions to arbitrary levels, but it's not very useful: :) :
<phaul> &>> h = {}; h.default = h; h[:x][:y][:z]
<rubydoc> # => {} (https://carc.in/#/r/7h2l)
defnofdumb has joined #ruby
<ryouba> yeah, i'm looking for something that's easy to type and easy on the eyes :-/
infernix has joined #ruby
<phaul> I don't think it's possible, without monkey patching Hash
<ryouba> that would be fine
schaerli has joined #ruby
<ryouba> i'm in the confines of my own little script and noone except for me (and me in a few years) will ever use it
<ryouba> phaul: how do you like what the person in http://thirtysixthspan.com/posts/hash-tricks-in-ruby is doing?
zathraz has joined #ruby
zathraz is now known as Guest23072
banisterfiend has joined #ruby
<phaul> ah, so they demonstrate how this can be done..
<mnemon> ryouba: foo.merge({bar: { blah: { baz: "hello world" }}}) ?
greengriminal has joined #ruby
greengriminal has quit [Client Quit]
Guest88912 has quit [Ping timeout: 245 seconds]
greengriminal has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
<phaul> ryouba: it's a neat trick
tdy has quit [Ping timeout: 252 seconds]
gell5 has joined #ruby
gell5 has quit [Ping timeout: 246 seconds]
Guest23072 has quit [Ping timeout: 258 seconds]
<ryouba> phaul: okay, i was afraid you'd call it vile instead of neat :-P
<phaul> well. it's a neat party trick. I wouldn't use it in production code. It's way too clever for that.
<ryouba> unfortunately it makes everything so infinitely easier that i'll just pack it into a class of its own and call it WayTooCleverHash or something like that
<ryouba> but then that script's job is basically to create a deep tree of things and before i
<ryouba> 'm done i won't know how that'll look like
<ryouba> "production" code is such a nebulous term
<ryouba> if i'm a scientist trying to make heads and tails of something using code as a tool and then once i know what i'm dealing with that code won't be used much anymore, was i "productive" with it? sure...
<ryouba> but i suspect people who talk about "production" code are thinking about things like maintainability, security, attack vectors, etc.
<phaul> maintainablity is the key.
<ryouba> and ease-of-reading is part of that, right?
<phaul> yeah just what I wanted to say :)
<ryouba> okay, good then :)
lalitmee has joined #ruby
lucasb has joined #ruby
DTZUZO has joined #ruby
lalitmee has left #ruby ["Leaving"]
gell5 has joined #ruby
suukim has quit [Quit: Konversation terminated!]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
gell5 has quit [Ping timeout: 258 seconds]
throstur has joined #ruby
<NL3limin4t0r> ryouba: Hash.new { |hash, key| hash[key] = Hash.new(&hash.default_proc) }
<phaul> that's what was under the link
<NL3limin4t0r> Ah, didn't had a look at that yet.
fig-le-deunch has joined #ruby
rafadc has quit [Read error: Connection reset by peer]
rafadc has joined #ruby
schaerli has quit [Ping timeout: 245 seconds]
leitz has quit [Quit: Leaving]
Inline has joined #ruby
Intelo has quit [Remote host closed the connection]
throstur has quit [Remote host closed the connection]
Intelo has joined #ruby
fig-le-deunch has quit [Quit: Konversation terminated!]
Intelo has quit [Ping timeout: 244 seconds]
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
zulu_ has joined #ruby
crankharder has joined #ruby
<zulu_> test message!
<phaul> zulu_: you are loud and clear on freenode/#ruby
Esa_ has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
schne1der has quit [Ping timeout: 245 seconds]
fphilipe has joined #ruby
fphilipe_ has quit [Ping timeout: 244 seconds]
suukim has joined #ruby
Intelo has joined #ruby
`Alison has quit [Quit: ZNC 1.7.4+deb4 - https://znc.in]
Esa_ has quit []
`Alison has joined #ruby
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
banisterfiend has joined #ruby
queip has quit [Ping timeout: 245 seconds]
banisterfiend has quit [Read error: Connection reset by peer]
rippa has joined #ruby
Intelo has quit [Remote host closed the connection]
queip has joined #ruby
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
aarzaga has joined #ruby
aarzaga has left #ruby [#ruby]
gell5 has joined #ruby
fphilipe has quit [Read error: Connection reset by peer]
fphilipe has joined #ruby
Esa_ has joined #ruby
x86sk has joined #ruby
gell5 has quit [Ping timeout: 244 seconds]
TomyWork has quit [Ping timeout: 246 seconds]
banisterfiend has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
banisterfiend has quit [Read error: Connection reset by peer]
schne1der has joined #ruby
schne1der has quit [Ping timeout: 258 seconds]
banisterfiend has joined #ruby
dretnx has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
banisterfiend has joined #ruby
banisterfiend has quit [Client Quit]
banisterfiend has joined #ruby
ooldirty has quit [Ping timeout: 245 seconds]
banisterfiend has quit [Read error: Connection reset by peer]
queip has quit [Ping timeout: 258 seconds]
banisterfiend has joined #ruby
`Alison has quit [Quit: ZNC 1.7.4+deb4 - https://znc.in]
`Alison has joined #ruby
`Alison has quit [Remote host closed the connection]
`Alison has joined #ruby
`Alison has quit [Client Quit]
banisterfiend has quit [Read error: Connection reset by peer]
`Alison has joined #ruby
gix has joined #ruby
queip has joined #ruby
andikr has quit [Remote host closed the connection]
phaul has quit [Ping timeout: 245 seconds]
rubydoc has quit [Ping timeout: 245 seconds]
rubydoc has joined #ruby
fphilipe has quit [Ping timeout: 258 seconds]
sagax has quit [Ping timeout: 246 seconds]
aphprentice__ has joined #ruby
phaul has joined #ruby
hays has quit [Ping timeout: 244 seconds]
hays has joined #ruby
dretnx has quit [Ping timeout: 245 seconds]
dretnx has joined #ruby
akem-hp_ has joined #ruby
akem-hp has quit [Ping timeout: 258 seconds]
banisterfiend has joined #ruby
Emmanuel_Chanel has quit [Quit: Leaving]
Intelo has joined #ruby
Emmanuel_Chanel has joined #ruby
Emmanuel_Chanel has quit [Client Quit]
banisterfiend has quit [Ping timeout: 246 seconds]
schne1der has joined #ruby
renich has joined #ruby
Emmanuel_Chanel has joined #ruby
ghormoon has quit [Remote host closed the connection]
ghormoon has joined #ruby
banisterfiend has joined #ruby
SeepingN has joined #ruby
sagax has joined #ruby
zulu_ has quit [Quit: Konversation terminated!]
banisterfiend has quit [Read error: Connection reset by peer]
renich has quit [Quit: renich]
gell5 has joined #ruby
renich has joined #ruby
Intelo has quit [Ping timeout: 246 seconds]
banisterfiend has joined #ruby
gell5 has quit [Ping timeout: 246 seconds]
banisterfiend has quit [Read error: Connection reset by peer]
banister_ has joined #ruby
dretnx has quit []
tpanarch1st has joined #ruby
fphilipe has joined #ruby
banister_ has quit [Read error: Connection reset by peer]
fphilipe has quit [Ping timeout: 250 seconds]
Intelo has joined #ruby
fphilipe has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
dellavg has joined #ruby
banisterfiend has joined #ruby
<leftylink> where's the person's weird thing
<leftylink> found it.
<leftylink> ->f{f[f]}[->f{Hash.new{|h,k|h[k]=f[f]}}]
john_ has joined #ruby
gell5 has joined #ruby
dinfuehr has quit [Ping timeout: 246 seconds]
gell5 has quit [Ping timeout: 245 seconds]
dinfuehr has joined #ruby
john_ has quit [Remote host closed the connection]
wildtrees has joined #ruby
suukim has quit [Quit: Konversation terminated!]
vjacob has quit [Read error: Connection reset by peer]
dionysus70 has joined #ruby
ravenous_ has joined #ruby
gell5 has joined #ruby
sameerynho has joined #ruby
dionysus69 has quit [Ping timeout: 252 seconds]
dionysus70 is now known as dionysus69
gell5 has quit [Ping timeout: 246 seconds]
x86sk has quit [Quit: Connection closed for inactivity]
queip has quit [Ping timeout: 245 seconds]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
banisterfiend has joined #ruby
<NL3limin4t0r> leftylink: What's the question?
emptyflask has joined #ruby
banisterfiend has quit [Client Quit]
elphe has quit [Ping timeout: 245 seconds]
queip has joined #ruby
tdy has joined #ruby
za1b1tsu has joined #ruby
duderonomy has joined #ruby
crankharder has quit [Ping timeout: 244 seconds]
dbugger has left #ruby ["Leaving"]
banisterfiend has joined #ruby
joaumg has joined #ruby
banisterfiend has quit [Client Quit]
ebbflowgo has joined #ruby
elphe has joined #ruby
defnofdumb has quit [Remote host closed the connection]
brool has joined #ruby
crankharder has joined #ruby
elphe has quit [Quit: leaving]
crankharder has quit [Read error: Connection reset by peer]
Technodrome has quit [Ping timeout: 245 seconds]
lxsameer has quit [Ping timeout: 252 seconds]
NL3limin4t0r is now known as NL3limin4t0r_afk
x86sk has joined #ruby
gigetoo has quit [Ping timeout: 245 seconds]
gigetoo has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
luminousnine has quit [Quit: Toodles]
xfbs has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
MrBusiness3 has joined #ruby
xfbs has joined #ruby
MrBismuth has quit [Ping timeout: 264 seconds]
r29v has joined #ruby
dellavg has quit [Ping timeout: 245 seconds]
Technodrome has joined #ruby
luminousnine has joined #ruby
luminousnine has quit [Changing host]
luminousnine has joined #ruby
luminousnine has quit [Read error: Connection reset by peer]
luminousnine has joined #ruby
luminousnine has quit [Changing host]
luminousnine has joined #ruby
banisterfiend has joined #ruby
ioquatix has joined #ruby
Xiti` has joined #ruby
tpanarch1st has quit [Read error: Connection reset by peer]
tpanarch1st has joined #ruby
Brian-W-Gray has joined #ruby
banisterfiend has quit [Quit: Textual IRC Client: www.textualapp.com]
dionysus69 has quit [Read error: Connection reset by peer]
BrianWGray has quit [Ping timeout: 268 seconds]
Xiti has quit [Ping timeout: 268 seconds]
banister_ has joined #ruby
banister_ has quit [Remote host closed the connection]
Intelo has quit [Ping timeout: 246 seconds]
Epitaph64 has joined #ruby
<Epitaph64> Anyone have experience here w/ setting up Action Text on Rails 6.0? I have migrated a Ruby on Rails site from 5.2 to 6.0 and the editor no longer appears but the posts formerly created w/ it still retrieve from the DB properly. I see one JS syntax error complaining about an Active Storage AttachmentUpload function in the packaged js. Anyone have an
<Epitaph64> y ideas?
schne1der has quit [Ping timeout: 245 seconds]
Intelo has joined #ruby
reber has joined #ruby
ur5us has joined #ruby
imtravis has joined #ruby
ioquatix has quit [Quit: ioquatix]
ElFerna has joined #ruby
gell5 has joined #ruby
gell5 has quit [Ping timeout: 244 seconds]
aphprentice__ has quit [Quit: Connection closed for inactivity]
poontangmessiah_ has quit [Remote host closed the connection]
AJA4350 has quit [Ping timeout: 245 seconds]
yokel has quit [Ping timeout: 245 seconds]
yokel has joined #ruby
ravenous_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ebbflowgo has quit [Quit: ebbflowgo]
za1b1tsu has quit [Read error: Connection reset by peer]
wildtrees has quit [Quit: Leaving]
ioquatix has joined #ruby
bitwinery has joined #ruby
Exuma has joined #ruby
gell5 has joined #ruby
Xiti` has quit [Ping timeout: 246 seconds]
ioquatix has quit [Quit: ioquatix]
gell5 has quit [Ping timeout: 245 seconds]
ioquatix has joined #ruby
hiroaki_ has joined #ruby
hiroaki has quit [Ping timeout: 246 seconds]
catbusters has joined #ruby
tbisker8 has joined #ruby
hiroaki_ has quit [Ping timeout: 245 seconds]
titanbiscuit has quit [Ping timeout: 245 seconds]
tbisker8 has quit [Read error: Connection reset by peer]
hiroaki_ has joined #ruby
titanbiscuit has joined #ruby
ioquatix has quit [Quit: ioquatix]
Xiti has joined #ruby
ioquatix has joined #ruby
bmurt has joined #ruby
bambanx has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
donofrio_ has joined #ruby
BTRRY has joined #ruby
BTRE has quit [Ping timeout: 252 seconds]
donofrio has quit [Ping timeout: 252 seconds]
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
Intelo has quit [Read error: Connection reset by peer]
Intelo has joined #ruby
r29v has quit [Quit: r29v]
reber has quit [Remote host closed the connection]
ElFerna has quit [Remote host closed the connection]
r29v has joined #ruby
Epitaph64 has quit [Remote host closed the connection]
poontangmessiah has joined #ruby
banisterfiend has joined #ruby
sameerynho has quit [Ping timeout: 244 seconds]
stooj has quit [Quit: ZNC 1.7.3 - https://znc.in]
stooj has joined #ruby
gell5 has joined #ruby
banisterfiend has quit [Quit: Textual IRC Client: www.textualapp.com]
Fusl has quit [Excess Flood]
greengriminal has quit [Quit: Leaving]
Fusl has joined #ruby
gell5 has quit [Ping timeout: 246 seconds]
tpanarch1st has quit [Quit: Thanks for your help, nice to see you, take care.]
hiroaki_ has quit [Ping timeout: 258 seconds]
duderono_ has joined #ruby
duderonomy has quit [Ping timeout: 245 seconds]
ioquatix has quit [Quit: ioquatix]
r29v has quit [Quit: r29v]
budonyc has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
Exuma has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
catbusters has quit [Quit: Connection closed for inactivity]
planigan has quit [Ping timeout: 245 seconds]
duderono_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lucasb has quit [Quit: Connection closed for inactivity]
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]