jhass[m] changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.1.2, 3.0.4, 2.7.6: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
giorgian has quit [Ping timeout: 244 seconds]
Rounin has quit [Ping timeout: 268 seconds]
r3m has quit [Quit: WeeChat 3.7-dev]
giorgian has joined #ruby
cocalero_ has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
mikecmpbll has joined #ruby
cocalero_ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
mikecmpbll has quit [Ping timeout: 260 seconds]
giorgian has joined #ruby
Linux_Kerio has quit [Ping timeout: 252 seconds]
benvamin has quit [Quit: Client closed]
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
giorgian has quit [Ping timeout: 248 seconds]
giorgian has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
polishdub has quit [Ping timeout: 244 seconds]
eddof13 has joined #ruby
giorgian has joined #ruby
eddof13 has quit [Client Quit]
favadi has joined #ruby
giorgian has quit [Ping timeout: 260 seconds]
polishdub has joined #ruby
giorgian has joined #ruby
arg_ has quit [Quit: Connection closed for inactivity]
fef has joined #ruby
giorgian has quit [Ping timeout: 252 seconds]
fef has quit [Remote host closed the connection]
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
fef has joined #ruby
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
polishdub has quit [Ping timeout: 252 seconds]
trillp has joined #ruby
rvalue has joined #ruby
polishdub has joined #ruby
giorgian has joined #ruby
Ziyan has joined #ruby
r3m has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
trillp has left #ruby [Leaving]
fef has quit [Ping timeout: 268 seconds]
jhass has quit [Ping timeout: 264 seconds]
jhass has joined #ruby
John_Ivan has quit [Ping timeout: 268 seconds]
Sheilong has quit []
favadi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby
mikecmpbll has quit [Ping timeout: 260 seconds]
jacka1l has joined #ruby
jacka1l has quit [Remote host closed the connection]
Linux_Kerio has joined #ruby
_ht has joined #ruby
Linux_Kerio has quit [Ping timeout: 260 seconds]
sympt has joined #ruby
giorgian has joined #ruby
libsys has quit [Remote host closed the connection]
libsys has joined #ruby
giorgian has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #ruby
mikecmpbll has quit [Ping timeout: 268 seconds]
mitt3ns has joined #ruby
SteveR has joined #ruby
_ht has quit [Remote host closed the connection]
favadi has joined #ruby
favadi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
reset has quit [Quit: reset]
reset has joined #ruby
arg_ has joined #ruby
desnudopenguino has quit [Ping timeout: 244 seconds]
ahayworth has quit [Ping timeout: 244 seconds]
ur5us has quit [Ping timeout: 244 seconds]
ahayworth has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
giorgian has joined #ruby
SteveR has quit [Ping timeout: 252 seconds]
Linux_Kerio has joined #ruby
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
acosta has quit [Quit: The Lounge - https://thelounge.chat]
acosta has joined #ruby
giorgian has quit [Ping timeout: 252 seconds]
Rounin has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 260 seconds]
giorgian has joined #ruby
mikecmpbll has joined #ruby
giorgian has quit [Remote host closed the connection]
giorgian has joined #ruby
<mikecmpbll> g'mornin
giorgian has quit [Ping timeout: 255 seconds]
jpn has joined #ruby
jpn has quit [Ping timeout: 248 seconds]
Aminda has quit [Ping timeout: 268 seconds]
mitt3ns has quit [Quit: bbl]
giorgian has joined #ruby
Aminda has joined #ruby
Aminda has quit [Ping timeout: 268 seconds]
jpn has joined #ruby
Ziyan has quit [Ping timeout: 260 seconds]
Ziyan has joined #ruby
giorgian has quit [Ping timeout: 260 seconds]
arg_ has quit []
Aminda has joined #ruby
giorgian has joined #ruby
dionysus69 has joined #ruby
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
reset has quit [Quit: reset]
reset has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
<adam12> mikecmpbll: heyo!
giorgian has joined #ruby
giorgian has quit [Ping timeout: 264 seconds]
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 268 seconds]
IsoLinCHiP has joined #ruby
IsoLinCHiP has quit [Changing host]
giorgian has joined #ruby
Ziyan has joined #ruby
Ziyan_ has quit [Ping timeout: 268 seconds]
Ziyan__ has joined #ruby
Ziyan has quit [Ping timeout: 255 seconds]
aandre has joined #ruby
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
favadi has joined #ruby
favadi has quit [Client Quit]
Guest55 has joined #ruby
thomas25 has quit [Quit: fBNC - https://bnc4free.com]
<Guest55> on ruby 3.0.4, sinatra-contrib requires an obsolote version of json gem, but json now a core component of ruby or some shit, so installing an older version of json introduces conflicts. what tf
<Guest55> *obsolete
<adam12> Guest55: Error message or similar?
<adam12> I see it relies on `multi_json`
<Guest55> # ruby app.rb
<Guest55> sorry the webchat prevents multiline pasting. Here's a pastebin with the error https://pastebin.com/raw/sPaLkzjw
thomas25 has joined #ruby
<adam12> Guest55: dm-serializer looks like DataMapper?
<Guest55> Yeah it's part of DataMapper
<Guest55> Sorry. I guess it's datamapper which has the confilic yeah
<Guest55> is datamapper altogether obsolete or should there me a way to get it to play nicely in the modern ruby playground? i'm using it to follow an eight year old tutorial, it looks real simple
<Guest55> it's this one. the guy makes it look so clean and simple. https://www.youtube.com/watch?v=d4lxXu7UOwg&t=23s
<adam12> Guest55: Datamapper is abandoned, afaik.
<Guest55> alas.
<Guest55> that's ok
<adam12> Guest55: Sequel is nice, and kind of similar. Different pattern (Active Record vs Datamapper) but well maintained.
<adam12> Guest55: Your other alternative is fork the gem, change the gemspec to have a different json version.
<adam12> Let me look at the YT video quickly.
<adam12> You could probably swap out Sequel with few issues in that video. There's no auto-migrate, so you'd Sequel.connect instead of all the DataMapper setup, then have a migration file you run with the sequel binary.
Ziyan has joined #ruby
<Guest55> Ooh, that's a great Idea, i will probably fork it. I'm looking up sequel right now. I saw another tutorial using sequel with sinatra -- i assumed it was like mysql2 or odbc or similar
<adam12> Sequel supports _everything_
<Guest55> which is ok, but i'm experimenting with higher level db abstraction libraries at the moment
<adam12> I use it with Sqlite and postgres commonly.
Ziyan__ has quit [Ping timeout: 255 seconds]
<Guest55> Beautiful. Ok i'll put in the elbow grease to learn it
<Guest55> thanks adam12
<adam12> Guest55: Cheers
giorgian has quit [Ping timeout: 260 seconds]
hightower4 has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
giorgian has joined #ruby
desnudopenguino has joined #ruby
John_Ivan has joined #ruby
hightower3 has quit [Ping timeout: 264 seconds]
Ziyan has joined #ruby
giorgian has quit [Ping timeout: 252 seconds]
jpn has quit [Ping timeout: 260 seconds]
eddof13 has joined #ruby
giorgian has joined #ruby
graywolf has joined #ruby
aandre1 has joined #ruby
aandre has quit [Ping timeout: 260 seconds]
Thanzex has joined #ruby
jpn has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
<adam12> Wow. Heroku is killing off their free stuff. I wonder if that means the end of Heroku.
Ziyan has quit [Ping timeout: 264 seconds]
Ziyan has joined #ruby
_ht has joined #ruby
graywolf has quit [Quit: WeeChat 3.5]
<leah2> i prior project i worked on used paid heroku but also lots of free stuff
mikecmpbll has quit [Ping timeout: 260 seconds]
pgib has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #ruby
aandre1 has quit [Quit: silence]
pgib has joined #ruby
<adam12> They say it's because abuse, but there is a lot of new developers who start by deploying to Heroku, then adopt it later as a paid customer. Without that freebie, I wonder if that source of leads will dry up.
jpn has quit [Ping timeout: 268 seconds]
desnudopenguino has quit [Quit: desnudopenguino]
mikecmpbll has quit [Ping timeout: 260 seconds]
desnudopenguino has joined #ruby
jpn has joined #ruby
chemists3 has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
jpn has quit [Ping timeout: 268 seconds]
howdoi has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
giorgian has joined #ruby
Guest43 has joined #ruby
<leah2> yup
chemists3 has quit [Ping timeout: 240 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest43 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dionysus69 has joined #ruby
polishdub has quit [Quit: leaving]
RetroPunk has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
giorgian has quit [Ping timeout: 240 seconds]
RetroPunk has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
polishdub has joined #ruby
Guest43_ has joined #ruby
eddof13 has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 252 seconds]
Guest43_ has quit [Quit: Textual IRC Client: www.textualapp.com]
darkstardev13 has joined #ruby
darkstarx has quit [Remote host closed the connection]
rhe has quit [Quit: Ping timeout (120 seconds)]
rhe has joined #ruby
ua_ has quit [Excess Flood]
ua_ has joined #ruby
dstein64 has quit [Read error: Connection reset by peer]
dstein64 has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
mitt3ns has joined #ruby
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
giorgian has joined #ruby
giorgian has quit [Ping timeout: 260 seconds]
mahler is now known as pickleethoven
sagax has joined #ruby
r3m has quit [Quit: WeeChat 3.7-dev]
mikecmpbll has joined #ruby
mikecmpbll has quit [Ping timeout: 260 seconds]
jpn has joined #ruby
_ht has quit [Remote host closed the connection]
jpn has quit [Ping timeout: 252 seconds]
TheChillenial has joined #ruby
Linux_Kerio has quit [Ping timeout: 268 seconds]
ur5us has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
TheChillenial has quit [Quit: Konversation terminated!]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
r3m has joined #ruby
acosta6 has joined #ruby
havenwood0 has joined #ruby
mooff7 has joined #ruby
brw6 has joined #ruby
Malin5 has joined #ruby
frodl_ has joined #ruby
entropy has joined #ruby
micro_ has quit [Ping timeout: 240 seconds]
mollerup has joined #ruby
smp has quit [Ping timeout: 248 seconds]
Manouchehri_ has joined #ruby
John_Ivan has quit [Read error: Connection reset by peer]
John_Ivan_ has joined #ruby
kapil_ has joined #ruby
smp has joined #ruby
glider_ has joined #ruby
leftylin1 has joined #ruby
r3m_ has joined #ruby
Guest55 has quit [Quit: Client closed]
r3m has quit [*.net *.split]
sagax has quit [*.net *.split]
Rounin has quit [*.net *.split]
acosta has quit [*.net *.split]
splud has quit [*.net *.split]
entropie has quit [*.net *.split]
nmollerup has quit [*.net *.split]
marahin has quit [*.net *.split]
Malin has quit [*.net *.split]
havenwood has quit [*.net *.split]
heartburn has quit [*.net *.split]
mooff has quit [*.net *.split]
Bi[m] has quit [*.net *.split]
frodl has quit [*.net *.split]
glider has quit [*.net *.split]
Spitfire has quit [*.net *.split]
leftylink has quit [*.net *.split]
brw has quit [*.net *.split]
kapil has quit [*.net *.split]
Manouchehri has quit [*.net *.split]
acosta6 is now known as acosta
Malin5 is now known as Malin
mooff7 is now known as mooff
frodl_ is now known as frodl
havenwood0 is now known as havenwood
entropy is now known as entropie
brw6 is now known as brw
mitt3ns has quit [Quit: brb]
Manouchehri_ is now known as Manouchehri
mitt3ns has joined #ruby
marahin has joined #ruby
heartburn has joined #ruby
Rounin has joined #ruby
splud has joined #ruby
polishdub has quit [Ping timeout: 268 seconds]
polishdub has joined #ruby
Bi[m] has joined #ruby
Spitfire has joined #ruby
Rounin has quit [Ping timeout: 248 seconds]
micro has joined #ruby
finsternis has quit [Read error: Connection reset by peer]
Sankalp- has joined #ruby
giorgian has joined #ruby
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
Sankalp has quit [Ping timeout: 268 seconds]
Sankalp- is now known as Sankalp
giorgian has quit [Ping timeout: 252 seconds]