brokkoli_origin has quit [Ping timeout: 255 seconds]
jenrzzz_ has quit [Ping timeout: 276 seconds]
ollysmith has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
ollysmith has joined #ruby
hightower2 has joined #ruby
ollysmith has quit [Client Quit]
ollysmith has joined #ruby
brokkoli_origin has joined #ruby
jenrzzz_ has joined #ruby
<ox1eef_>
Every Linux flavor has their own package manager, and their own conventions. It is hard to track them all. Maybe the packager could provide hints.
jenrzzz_ has quit [Ping timeout: 260 seconds]
DerDummNemetzkii has joined #ruby
jenrzzz_ has joined #ruby
brokkoli_origin has quit [Remote host closed the connection]
jenrzzz_ has quit [Ping timeout: 256 seconds]
brokkoli_origin has joined #ruby
desnudopenguino has quit [Remote host closed the connection]
desnudopenguino has joined #ruby
jenrzzz_ has joined #ruby
walez_ has joined #ruby
jenrzzz_ has quit [Ping timeout: 252 seconds]
<adam12>
Actually, pg gem complains and says how to install it. So maybe bad example.
<joto>
Has anyone got experience with Turbo Drive and Streams in here?
jenrzzz_ has joined #ruby
<joto>
my question is the following: I am replacing a turbo frame. However this replacement isn't persisted when I go to another page and go back to that page.
sarna has quit [Remote host closed the connection]
sarna has joined #ruby
Paris has quit [Ping timeout: 260 seconds]
jenrzzz_ has quit [Ping timeout: 256 seconds]
eddof13 has joined #ruby
Linux_Kerio has quit [Quit: Konversation terminated!]
jenrzzz_ has joined #ruby
Linux_Kerio has joined #ruby
Paris has joined #ruby
jenrzzz_ has quit [Ping timeout: 240 seconds]
Linux_Kerio has quit [Ping timeout: 240 seconds]
jenrzzz_ has joined #ruby
Paris has quit [Quit: quit]
jenrzzz_ has quit [Ping timeout: 255 seconds]
jenrzzz_ has joined #ruby
_ht has quit [Remote host closed the connection]
jenrzzz_ has quit [Ping timeout: 246 seconds]
jenrzzz_ has joined #ruby
Aminda has quit [Remote host closed the connection]
Aminda has joined #ruby
jenrzzz_ has quit [Ping timeout: 246 seconds]
jenrzzz_ has joined #ruby
walez_ has quit [Quit: Leaving]
jenrzzz_ has quit [Ping timeout: 256 seconds]
jenrzzz_ has joined #ruby
jenrzzz_ has quit [Ping timeout: 264 seconds]
jenrzzz_ has joined #ruby
Vonter has quit [Ping timeout: 268 seconds]
Vonter has joined #ruby
nbfritch has quit [Quit: Leaving]
bambanxx has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<ox1eef_>
adam12: The cool part about the webrick application is that the frontend is a nanoc application with webpack support. React (from the frontend) is talking to webrick servlets. A CLI controls bringing the webrick server online, or offline. There's at least a few patterns I'd like to make reproducible for future web app development.
<ox1eef_>
a nanoc site*
<ox1eef_>
They're also decoupled. The CLI is a gem, the backend (webrick) is a gem, and the frontend is a gem composed of a nanoc build - in a monorepo.
jenrzzz_ has quit [Ping timeout: 255 seconds]
jenrzzz_ has joined #ruby
jenrzzz_ has quit [Ping timeout: 256 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
m_antis has joined #ruby
jenrzzz_ has joined #ruby
jenrzzz_ has quit [Ping timeout: 256 seconds]
jenrzzz_ has joined #ruby
<adam12>
ox1eef_: Oh that's cool. I haven't used nanoc in forever.