adam12 changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.2, 2.7.4, 2.6.8: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
crankharder has joined #ruby
<nakilon> adam12 https://dpaste.org/gW5v/slim NoMethodError: undefined method `visit' for #<#<Class
<adam12> nakilon: `Minitest::Spec.include(Capybara::DSL)`
<nakilon> adam12 ArgumentError: rack-test requires a rack application, but none was given
<adam12> nakilon: You'll need to setup App too. Capybara.app =
<adam12> nakilon: Actually you might not if you're browsing the web.
<adam12> nakilon: You might need to set default driver to be JS.
<adam12> Capybara.current_driver = Capybara.javascript_driver
<nakilon> I'm not going to use selenium
<nakilon> it's cuprite
<nakilon> wtf is .app -- never did that
infernix has quit [Ping timeout: 252 seconds]
mrkz_c has joined #ruby
<nakilon> alright, it's working now https://dpaste.org/sxTE/slim
dviola has joined #ruby
Izem has joined #ruby
Rounin has quit [Ping timeout: 264 seconds]
maroloccio has joined #ruby
Izem has left #ruby [Good Bye]
lunarkitty has joined #ruby
sharkee has quit [Ping timeout: 265 seconds]
infernix has joined #ruby
Oxfuxxx has quit [Ping timeout: 264 seconds]
ur5us has quit [Ping timeout: 246 seconds]
Shark_NXS has joined #ruby
Oxfuxxx has joined #ruby
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ruby
Oxfuxxx has quit [Ping timeout: 264 seconds]
Shark_NXS has quit [Ping timeout: 264 seconds]
crankharder has quit [Quit: leaving]
Shark_MDH has joined #ruby
Oxfuxxx has joined #ruby
ur5us has joined #ruby
gggpkm has joined #ruby
fdan has joined #ruby
Shark_MDH has quit [Ping timeout: 252 seconds]
Oxfuxxx has quit [Ping timeout: 246 seconds]
fdan has quit [Quit: Client closed]
fredlinhares has joined #ruby
lunarkitty has quit [Quit: Connection closed for inactivity]
gggpkm has quit [Remote host closed the connection]
gggpkm has joined #ruby
jpw has joined #ruby
<leftylink> going to need a reminder for those ruby flags since I never remember them...
<leftylink> the ones where you can iterate over each line
sagax has joined #ruby
<leftylink> pandabot: learn rubyflags ruby -ple '$_.upcase!' < input.txt
<pandabot> Learned new fact rubyflags; 261 facts total
<leftylink> pandabot: alias rubyflags rubylines
<pandabot> Learned new alias rubylines
fredlinhares has quit [Read error: Connection reset by peer]
fredlinhares has joined #ruby
maroloccio has quit [Ping timeout: 264 seconds]
maroloccio has joined #ruby
siery has joined #ruby
Oxfuxxx has joined #ruby
swaggboi has quit [Ping timeout: 268 seconds]
<leftylink> rubyflags ruby -ple '$_.upcase!' < input.txt; ruby -nle 'BEGIN { n = 0 }; n += $_.size; END { p n }' < bloodbound.txt
<leftylink> pandabot: learn rubyflags ruby -ple '$_.upcase!' < input.txt; ruby -nle 'BEGIN { n = 0 }; n += $_.size; END { p n }' < bloodbound.txt
<pandabot> Re-learned existing fact rubyflags; 261 facts total
<leftylink> pandabot: alias rubylines rubyline
<pandabot> Learned new alias rubyline
<leftylink> pandabot: alias rubylines rubylinebyline
<pandabot> Learned new alias rubylinebyline
<leftylink> oops, wrong input file name
<leftylink> pandabot: learn rubyflags ruby -ple '$_.upcase!' < input.txt; ruby -nle 'BEGIN { i = c = 0 }; c += $_.size; puts "#{i += 1} #{$_}"; END { p c }' < input.txt
<pandabot> Re-learned existing fact rubyflags; 261 facts total
<leftylink> pandabot: learn rubyflags ruby -ple '$_.upcase!' < input.txt; ruby -nle 'BEGIN { i = c = 0 }; c += $_.size; puts "#{i += 1} #$_"; END { p c }' < input.txt
<pandabot> Re-learned existing fact rubyflags; 261 facts total
fredlinhares has quit [Quit: WeeChat 3.2.1]
siery has quit [Quit: WeeChat 3.2.1]
gggpkm has quit [Ping timeout: 252 seconds]
michigan has quit [Quit: leaving]
ur5us has quit [Ping timeout: 246 seconds]
gggpkm has joined #ruby
teclator has joined #ruby
fandre1986 has quit [Quit: Connection closed]
mrkz_c has quit [Quit: Connection closed for inactivity]
pwnd_sfw has quit [Quit: Ping timeout (120 seconds)]
pwnd_sfw has joined #ruby
gggpkm has quit [Ping timeout: 264 seconds]
nmollerup has quit [Quit: Leaving]
Rounin has joined #ruby
nmollerup has joined #ruby
gggpkm has joined #ruby
fdan has joined #ruby
gggpkm has quit [Remote host closed the connection]
gggpkm has joined #ruby
gggpkm has quit [Remote host closed the connection]
gggpkm has joined #ruby
Oxfuxxx has quit [Quit: leaving]
Oxfuxxx has joined #ruby
Oxfuxxx has quit [Quit: leaving]
Oxfuxxx has joined #ruby
whysthatso has joined #ruby
Bounga has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
fdan94 has joined #ruby
fdan has quit [Ping timeout: 256 seconds]
maroloccio has quit [Quit: WeeChat 3.0]
freeworld has joined #ruby
whysthatso has quit [Quit: The Lounge - https://thelounge.chat]
fdan94 has quit [Quit: Client closed]
Oxfuxxx has joined #ruby
gggpkm has quit [Ping timeout: 265 seconds]
Oxfuxxx_ has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
Oxfuxxx_ has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
burakaymakci has joined #ruby
<burakaymakci> Does ActiveRecord convert string into integer when we pass a string for integer column?
<burakaymakci> I can't really remember as I've not used Rails for a while
<burakaymakci> Do I explicitly need to convert it into an integer before
Oxfuxxx_ has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
<yxhuvud> It should autoconvert it
graywolf has joined #ruby
graywolf has quit [Quit: WeeChat 3.2]
crankharder has joined #ruby
JeanyBS has joined #ruby
<JeanyBS> Hi :) Can i ask how many ruby gems need metasploit to work ?
<adam12> JeanyBS: What do you mean?
JeanyBS has quit [Ping timeout: 256 seconds]
danjo has quit [Quit: Ping timeout (120 seconds)]
danjo has joined #ruby
bit4bit has joined #ruby
georgemp_ has joined #ruby
georgemp has quit [Ping timeout: 252 seconds]
maroloccio has joined #ruby
TomyWork has joined #ruby
eddof13 has joined #ruby
burakaymakci has quit [Ping timeout: 265 seconds]
zacts has joined #ruby
burakaymakci has joined #ruby
yxhuvud has quit [Read error: Connection reset by peer]
yxhuvud has joined #ruby
burakaymakci has quit [Ping timeout: 252 seconds]
maroloccio has quit [Quit: WeeChat 3.0]
mikrosis has joined #ruby
burakaymakci has joined #ruby
<burakaymakci> \q
<burakaymakci> sorry :D
burakaymakci has quit [Quit: Lost terminal]
bit4bit has quit [Quit: Leaving]
Oxfuxxx_ has quit [Ping timeout: 246 seconds]
<rapha> hmm
<rapha> it seems that nvidia's RTX cards are really good at integer stuff
<rapha> is there a way one could make the parallel gem use the GPU via CUDA?
<rapha> hmm ... no commits or issue responses to rbcuda in half a decade, nevermind my question
Bounga has quit [Ping timeout: 252 seconds]
mikrosis has quit [Ping timeout: 252 seconds]
factor has joined #ruby
Oxfuxxx has joined #ruby
_ht has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fal has joined #ruby
<Fal> who #ruby
<Fal> hi is thats a ruby high level programming language channel or else ?
<nakilon> yes it is
<Fal> Combining the column headers of a parsed XLSX into a single array?
<adam12> Fal: What is data[0][8]
jpw_ has joined #ruby
<adam12> Fal: the signficance of 0 and the significance of 8, rather.
jpw has quit [Ping timeout: 252 seconds]
Guest3 has joined #ruby
Guest3 has quit [Client Quit]
Fal has quit [Quit: leaving]
jidar has quit [Quit: Remote host closed the connection]
jidar has joined #ruby
FetidToot has quit [Quit: Ping timeout (120 seconds)]
FetidToot has joined #ruby
eddof13 has joined #ruby
TomyWork has quit [Remote host closed the connection]
Oxfuxxx has quit [Ping timeout: 252 seconds]
Oxfuxxx has joined #ruby
Oxfuxxx_ has joined #ruby
Oxfuxxx has quit [Ping timeout: 252 seconds]
goldfish has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
crankharder has joined #ruby
eddof13 has joined #ruby
_ht has quit [Remote host closed the connection]
factor has quit [Ping timeout: 252 seconds]
kinduff has quit [Quit: The Lounge - https://thelounge.chat]
kinduff has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
mrkz_c has joined #ruby
ur5us has joined #ruby
crankharder has joined #ruby
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
unmanbearpig has joined #ruby
unmanbearpig has joined #ruby
unmanbearpig has quit [Changing host]
maroloccio has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
greyrat has quit [Ping timeout: 260 seconds]
lucerne has quit [Ping timeout: 260 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Oxfuxxx_ has quit [Ping timeout: 265 seconds]
goldfish has quit [Ping timeout: 252 seconds]
maroloccio has quit [Quit: WeeChat 3.0]
darkxploit has joined #ruby
factor has joined #ruby
factor has quit [Read error: Connection reset by peer]
crankharder has joined #ruby
factor has joined #ruby
ur5us has quit [Ping timeout: 246 seconds]
freeworld has quit [Ping timeout: 252 seconds]
ur5us has joined #ruby
jetchisel has quit [Quit: Unfortunately time is always against us -- [Morpheus]]