havenwood changed the topic of #ruby to: Ruby 3.3.0, 3.2.3, 3.1.4 https://www.ruby-lang.org | Rules https://ruby-community.com | Logs https://libera.irclog.whitequark.org/ruby
rvalue has quit [Ping timeout: 255 seconds]
rvalue has joined #ruby
r3m has joined #ruby
r3m has quit [Read error: Connection reset by peer]
r3m has joined #ruby
monr0e has quit [Read error: Connection reset by peer]
monr0e has joined #ruby
r3m has quit [Read error: Connection reset by peer]
r3m has joined #ruby
r3m has quit [Remote host closed the connection]
r3m has joined #ruby
weaksauce has quit [Quit: Textual IRC Client: www.textualapp.com]
weaksauce has joined #ruby
monr0e has quit [Remote host closed the connection]
r3m has quit [Quit: WeeChat 4.3.0-dev]
c10l has quit [Ping timeout: 256 seconds]
c10l5 has joined #ruby
c10l5 has quit [Remote host closed the connection]
c10l5 has joined #ruby
r3m has joined #ruby
FetidToot has joined #ruby
cnsvc has quit [Quit: %bye%]
cnsvc has joined #ruby
niv has quit [Ping timeout: 255 seconds]
CrazyEddy has quit [Ping timeout: 240 seconds]
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #ruby
niv has joined #ruby
trillp has joined #ruby
trillp_ has joined #ruby
trillp has quit [Ping timeout: 260 seconds]
trillp_ has quit [Client Quit]
mark22k has quit [Ping timeout: 272 seconds]
mark22k has joined #ruby
grenierm has joined #ruby
_ht has joined #ruby
mange has quit [Remote host closed the connection]
grenierm has quit [Quit: Client closed]
grenierm has joined #ruby
CrazyEddy has joined #ruby
Axenntio has joined #ruby
weaksauc_ has joined #ruby
cxl has quit [Quit: bye]
cxl has joined #ruby
weaksauce has quit [Ping timeout: 264 seconds]
oneeyedalien has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
tromp has joined #ruby
sam113101 has quit [Remote host closed the connection]
sam113101 has joined #ruby
jas-maelstrom has quit [Remote host closed the connection]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
Axenntio has quit [Quit: Axenntio]
jas-maelstrom has joined #ruby
Axenntio has joined #ruby
fercell has joined #ruby
ninoy has quit [Remote host closed the connection]
ninoy has joined #ruby
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jas-maelstrom has quit [Ping timeout: 260 seconds]
tromp has joined #ruby
oneeyedalien has quit [Quit: Leaving]
infinityfye has quit [Ping timeout: 260 seconds]
rvalue has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
jas-maelstrom has joined #ruby
dalan038228335 has quit [Quit: dalan038228335]
dalan0382283350 has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
grenierm has quit [Quit: Client closed]
jenrzzz has joined #ruby
peder has quit [Ping timeout: 256 seconds]
peder has joined #ruby
Aminda has quit [Ping timeout: 260 seconds]
Aminda has joined #ruby
ninoy has quit [Remote host closed the connection]
infinityfye has joined #ruby
wyclif has joined #ruby
osc4rpt has quit [Ping timeout: 252 seconds]
osc4rpt has joined #ruby
dviola has joined #ruby
dviola has quit [Ping timeout: 246 seconds]
Mikaela has joined #ruby
Aminda has quit [Ping timeout: 260 seconds]
wyclif has quit [Quit: leaving]
Mikaela has quit [Remote host closed the connection]
Aminda has joined #ruby
Aminda has quit [Remote host closed the connection]
Aminda has joined #ruby
Axenntio has quit [Quit: Axenntio]
hightower4 has joined #ruby
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
hightower3 has quit [Ping timeout: 264 seconds]
Aminda has quit [Remote host closed the connection]
Aminda has joined #ruby
tromp has joined #ruby
hightower4 has quit [Ping timeout: 264 seconds]
hightower2 has joined #ruby
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
hightower3 has joined #ruby
mark22k has joined #ruby
hightower2 has quit [Ping timeout: 264 seconds]
hightower2 has joined #ruby
hightower3 has quit [Ping timeout: 260 seconds]
asio has joined #ruby
user71 has joined #ruby
donofrio has joined #ruby
user71 has quit [Remote host closed the connection]
user71 has joined #ruby
rapha has quit [Quit: WeeChat 4.1.2]
brokkoli_origin has quit [Remote host closed the connection]
brokkoli_origin has joined #ruby
rapha has joined #ruby
donofrio has quit [Remote host closed the connection]
pgib has joined #ruby
rvalue has joined #ruby
kaivai has quit [Ping timeout: 264 seconds]
<adam12> Bundler.require(groups). How do other people feel about this? I normally require everything by hand because I worked on Rails applications where boot time ballooned, but I can see the convenience of not having to require.
<[0x1eef]> I used it once upon a time, but not anymore. These days I add 'require "bundler/setup"' followed by normal calls to Kernel#require.
<adam12> I'm trying to decide if I add it to my "framework" (even tho I am building my framework for _me_). I like the explicitness of manually requiring.
<[0x1eef]> I think it couples you to Bundler even more. I mean, it's coupled anyway but that only extends the coverage further.
<adam12> That's a good point.
hightower3 has joined #ruby
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
hightower2 has quit [Ping timeout: 272 seconds]
donofrio has joined #ruby
tromp has joined #ruby
Vonter has quit [Ping timeout: 272 seconds]
r3m has quit [Quit: WeeChat 4.3.0-dev]
Vonter has joined #ruby
r3m has joined #ruby
r3m has quit [Quit: WeeChat 4.3.0-dev]
r3m has joined #ruby
dviola has joined #ruby
r3m has quit [Quit: WeeChat 4.3.0-dev]
r3m has joined #ruby
r3m has quit [Client Quit]
r3m has joined #ruby
r3m has quit [Client Quit]
r3m has joined #ruby
r3m has quit [Client Quit]
cek has joined #ruby
r3m has joined #ruby
osc4rpt has quit [Ping timeout: 252 seconds]
osc4rpt has joined #ruby
<rapha> adam12: tried to get something going with graphql-ruby and sinatra since i wasn't feeling like rails. this is quite cumbersome though. relegating to the weekend.
<adam12> rapha: Fun.
<adam12> rapha: I've been extracting pieces from some of my apps into my framework. Nice thing about the framework design is I can build a plugin in the app then promote it up. Been a relaxing afternoon.
<rapha> that sounds nice. the beauty of having one's own framework i guess :)
<[0x1eef]> rapha: graphql-ruby is like a framework by itself. You should only need a single route that executes a query, and from there, the graphql stack.
Guest56 has joined #ruby
<adam12> Yeah, except I wanted to be building an app so this is kind of yak shaving :P
<adam12> It's enjoyable knowing every single line tho.
<rapha> [0x1eef]: while that is true, it doesn't really expect you to be using anything other than rails. which comes with a bunch of stuff.
Guest56 has quit [Client Quit]
<[0x1eef]> Yeah. I never tried it w/o ActiveRecord. Twenty might give you some ideas. Same idea but web framework is Rack, and ORM is AR.
<[0x1eef]> Erh. Not rack. WEBrick :)
r3m has quit [Quit: WeeChat 4.3.0-dev]
r3m has joined #ruby
r3m has quit [Client Quit]
r3m has joined #ruby
ua_ has quit [Ping timeout: 260 seconds]
user71 has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 255 seconds]
r3m has quit [Quit: WeeChat 4.3.0-dev]
r3m has joined #ruby
r3m has quit [Client Quit]
_ht has quit [Remote host closed the connection]
jenrzzz has joined #ruby
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
mark22k has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
r3m has joined #ruby
trillion_exabyte has quit [Ping timeout: 268 seconds]
mange has joined #ruby
r3m has quit [Quit: WeeChat 4.3.0-dev]
trillion_exabyte has joined #ruby
tromp has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
r3m has joined #ruby
r3m has quit [Read error: Connection reset by peer]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
r3m has joined #ruby
infinityfye has quit [Ping timeout: 264 seconds]
hightower3 has quit [Read error: Connection reset by peer]
hightower3 has joined #ruby