Quiet-Oil9262 has quit [Quit: Ping timeout (120 seconds)]
mx has joined #ruby
Quiet-Oil9262 has joined #ruby
brokkoli_origina has joined #ruby
brokkoli_origin has quit [Ping timeout: 268 seconds]
grenierm has quit [Ping timeout: 250 seconds]
trillion_exabyte has joined #ruby
jaredce has joined #ruby
osc4rpt has joined #ruby
weaksauce has quit [Read error: Connection reset by peer]
weaksauce has joined #ruby
benjaminwil has joined #ruby
Goodbye_Vincent2 has joined #ruby
slondr_ has joined #ruby
g_sg_ has joined #ruby
cxl_ has joined #ruby
kaivai_ has joined #ruby
kaivai has quit [Read error: Connection reset by peer]
cxl has quit [Quit: bye]
dstein64 has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
vls has quit [Read error: Connection reset by peer]
Goodbye_Vincent has quit [Read error: Connection reset by peer]
bw has quit [Ping timeout: 268 seconds]
slondr has quit [Read error: Connection reset by peer]
vls has joined #ruby
g_sg has quit [Read error: Connection reset by peer]
graemefawcett has quit [Write error: Connection reset by peer]
vls has joined #ruby
vls has quit [Changing host]
Goodbye_Vincent2 is now known as Goodbye_Vincent
dstein64- has joined #ruby
slondr_ is now known as slondr
g_sg_ is now known as g_sg
dstein64- is now known as dstein64
graemefawcett has joined #ruby
hellstabber_ has joined #ruby
hellstabber_ has quit [Client Quit]
hellstabber has joined #ruby
donofrio has joined #ruby
donofrio has quit [Remote host closed the connection]
deadmarshal_ has quit [Remote host closed the connection]
deadmarshal_ has joined #ruby
ih8u has quit [Quit: ih8u]
Vonter has quit [Ping timeout: 260 seconds]
Vonter has joined #ruby
hellstabber has quit [Quit: Connection closed for inactivity]
jmcgnh has quit [Ping timeout: 260 seconds]
gaussianblue has quit [Quit: leaving]
jmcgnh has joined #ruby
brokkoli_origina has quit [Ping timeout: 268 seconds]
rvalue has quit [Ping timeout: 240 seconds]
patrick_ has joined #ruby
patrick_ has quit [Changing host]
patrick_ has joined #ruby
patrick is now known as Guest6340
Guest6340 has quit [Killed (copper.libera.chat (Nickname regained by services))]
patrick_ is now known as patrick
patrick_ has joined #ruby
brokkoli_origin has joined #ruby
xdminsy has quit [Quit: Konversation terminated!]
xdminsy has joined #ruby
rvalue has joined #ruby
szkl has joined #ruby
dstein64 has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
dstein64 has joined #ruby
znpy has joined #ruby
donofrio has joined #ruby
jaredce has quit [Ping timeout: 240 seconds]
jaredce has joined #ruby
orbyt_v10 has joined #ruby
orbyt_v10 has quit [Ping timeout: 260 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
trillion_exabyte has quit [Ping timeout: 256 seconds]
trillion_exabyte has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
FetidToot39 has joined #ruby
FetidToot3 has quit [Ping timeout: 246 seconds]
FetidToot39 is now known as FetidToot3
donofrio has quit [Remote host closed the connection]
cappy has joined #ruby
hwpplayer1 has joined #ruby
CanuteTheGreat has quit [Remote host closed the connection]
CanuteTheGreat has joined #ruby
brokkoli_origin has quit [Ping timeout: 264 seconds]
brokkoli_origin has joined #ruby
hwpplayer1 has quit [Quit: I'll be back later]
jaredce has quit [Ping timeout: 264 seconds]
user71 has joined #ruby
desnudopenguino has quit [Ping timeout: 255 seconds]
<rapha>
is there already a thing to tell you which methods (and possibly even classes or modules) are unused in your codebase?
<konsolebox>
rapha: I'd look for profilers
<[0x1eef]>
I came across https://github.com/danbernier/zombie_scout while searching. Never used it. zenspider's tools (flog / flay) come to mind but I'm not sure they deal with dead code.
desnudopenguino has joined #ruby
jhass has quit [Remote host closed the connection]
hellstabber has quit [Quit: Connection closed for inactivity]
teardown has quit [Ping timeout: 260 seconds]
teardown_ has joined #ruby
user71 has quit [Quit: Leaving]
szkl has quit [Quit: Connection closed for inactivity]
gaussianblue has quit [Quit: leaving]
joako has quit [Quit: quit]
joako has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
CanuteTheGreat has quit [Remote host closed the connection]
trillion_exabyte has quit [Ping timeout: 268 seconds]
trillion_exabyte has joined #ruby
___nick___ has quit [Ping timeout: 268 seconds]
Obsdark has joined #ruby
Obsdark has quit [Changing host]
Obsdark has joined #ruby
<teardown_>
i am new to using sequel's orm functionality with models rather than datasets. i'm wondering if anyone can recommend an example codebase where i can see how to use associated models in action within crud class or instance methods? I have my associations defined but i lack basic understanding of how to use the ORM funcionality (i am not coming from rails and have no ORM experience)