crespire has quit [Killed (NickServ (GHOST command used by crespire1))]
infinityfye has joined #ruby
moldorcoder7 has joined #ruby
teclator has joined #ruby
nmollerup has quit [Remote host closed the connection]
nmollerup has joined #ruby
braxas_ is now known as braxas
teclator has quit [Ping timeout: 240 seconds]
grenierm has quit [Ping timeout: 245 seconds]
Demi is now known as Rune
Rune is now known as Demi
nmollerup has quit [Quit: Leaving]
markong has joined #ruby
moldorcoder7 has quit [Ping timeout: 240 seconds]
infinityfye has quit [Ping timeout: 240 seconds]
infinityfye has joined #ruby
infinityfye has quit [Remote host closed the connection]
paulmcquad has joined #ruby
gr33n7007h has quit [Ping timeout: 268 seconds]
gr33n7007h has joined #ruby
<libsys>
do you guys know how to ask if something is null when using qualified idenfifiers in ruby sequel?
<libsys>
somewhing like .where(Sequel[:tbl][:col]: nil)
gr33n7007h has quit [Ping timeout: 240 seconds]
paulmcquad has quit [Quit: Konversation terminated!]
gr33n7007h has joined #ruby
<libsys>
also, how to negate that same thing
<johnjaye>
is gem install foo the correct syntax
<johnjaye>
or does it need sudo
<johnjaye>
oh ok i don't have permission for /var/lib/gems/2.7.0 directory
<EvanR>
you probably want to use a ruby version manager and install all your gems for the local user
<EvanR>
no real reason to need super user permission
<johnjaye>
ok. also is dradis-metasploit what weaksauc_ was referring to earlier?
<johnjaye>
gem serach sploit returns an octet of packages, including "sploit".
<mooff>
johnjaye: you can gem install --user foo
<johnjaye>
i tried that i thought
<johnjaye>
or is --user interpreted to be --user-install
<libsys>
ended up using literals... here is what I'm trying to do... if you know how to do it using built-in functions, that would be great too: https://snippet.host/csbnfo
<johnjaye>
also there's no gem show
roadie has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.0.91)]
<johnjaye>
i see a variable or function x. i want to know what it is. so i go to its location. it has a definition. but i don't understand any of the things in the definition. so i repeat forever
<weaksauc_>
johnjaye do you know any rails?
<johnjaye>
it's like using a dictionary. every word is defined in terms of other words
<johnjaye>
nop
<johnjaye>
i vaguely know rails is a thing people use for web things.
<weaksauc_>
yeah
<weaksauc_>
try the minitest source
<johnjaye>
you can never understand the definition of a word from a dictionary therefore. since every word is just defined with other words!
<weaksauc_>
i think minitest is perfect for you
<weaksauc_>
it's a small library
<weaksauc_>
small in scope
<johnjaye>
well it downloaded really fast. that's a good sign
<johnjaye>
only about 4k loc. nice
<johnjaye>
sloc says it's actually 2k for some reason
darkism has joined #ruby
gemmaro has quit [Remote host closed the connection]
anathe16 has quit [Ping timeout: 256 seconds]
darkism has quit [Ping timeout: 240 seconds]
darkism has joined #ruby
darkism has quit [Client Quit]
Al2O3 has joined #ruby
hsiktas[m] has quit [Ping timeout: 265 seconds]
jhass[m] has quit [Ping timeout: 265 seconds]
gr33n7007h has quit [Ping timeout: 268 seconds]
gr33n7007h has joined #ruby
<ox1eef_>
I like test-unit. And it ships as part of the stdlib.
<weaksauc_>
read that too and compare and contrast approaches
gonix has joined #ruby
gonix has quit [Ping timeout: 240 seconds]
shokohsc6 has joined #ruby
shokohsc has quit [Ping timeout: 250 seconds]
shokohsc6 is now known as shokohsc
_ht has quit [Remote host closed the connection]
<havenwood>
johnjaye: You might consider checking out Ronin codebase as an alternative to Metasploit.