havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.2.2, 3.1.4, 3.0.6, 3.3.0-preview1: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://t.ly/9ua4 | Logs: https://libera.irclog.whitequark.org/ruby/
roadie` has quit [Ping timeout: 248 seconds]
oz has quit [Ping timeout: 240 seconds]
ox has joined #ruby
roadie` has joined #ruby
roadie` has quit [Ping timeout: 248 seconds]
<mooff> adam12: hah, that does it1
<mooff> * !
roadie` has joined #ruby
roadie` has quit [Ping timeout: 248 seconds]
caedmon has joined #ruby
caedmon has quit [Quit: caedmon]
caedmon has joined #ruby
caedmon has quit [Ping timeout: 268 seconds]
roadie` has joined #ruby
caedmon has joined #ruby
roadie` has quit [Ping timeout: 248 seconds]
moldorcoder7 has quit [Ping timeout: 265 seconds]
Wistful has quit [Quit: Wistful]
caedmon has quit [Ping timeout: 240 seconds]
caedmon has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
caedmon has quit [Ping timeout: 240 seconds]
caedmon has joined #ruby
ap4y has quit [Remote host closed the connection]
_whitelogger has joined #ruby
dviola has quit [Ping timeout: 240 seconds]
dviola has joined #ruby
<mooff> haha
<mooff> gr33n7007h, that's cheating!
<gr33n7007h> lol :P
caedmon has quit [Ping timeout: 248 seconds]
jhass has quit [Ping timeout: 256 seconds]
caedmon has joined #ruby
jhass has joined #ruby
_ht has joined #ruby
caedmon has quit [Ping timeout: 240 seconds]
eddof13 has joined #ruby
eddof13 has quit [Client Quit]
hightower2 has quit [Ping timeout: 240 seconds]
grenierm has joined #ruby
tomtmym has joined #ruby
tomtmym has quit [Changing host]
tomtmym has joined #ruby
lena64t has quit [Quit: WeeChat 4.0.0-dev]
_ht has quit [Quit: _ht]
teclator has joined #ruby
reset has quit [Quit: reset]
pvalenta_ has joined #ruby
pvalenta_ has left #ruby [#ruby]
dhruvasagar has joined #ruby
BazzaBazaa has joined #ruby
duderonomy has joined #ruby
jvalleroy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jvalleroy has joined #ruby
shokohsc3 has joined #ruby
shokohsc has quit [Ping timeout: 256 seconds]
shokohsc3 is now known as shokohsc
gr33n7007h has quit [Ping timeout: 248 seconds]
gr33n7007h has joined #ruby
gr33n7007h has quit [Ping timeout: 250 seconds]
gr33n7007h has joined #ruby
marine has joined #ruby
BazzaBazaa has quit [Remote host closed the connection]
BazzaBazaa has joined #ruby
Sankalp has quit [Ping timeout: 265 seconds]
Sankalp has joined #ruby
grenierm has quit [Ping timeout: 245 seconds]
marine has quit [Quit: Best CPUs can count to infinity twice without being bugged out by zero division errors or whatnot.]
Perflosopher has quit [Ping timeout: 250 seconds]
BazzaBazaa has quit [Remote host closed the connection]
Perflosopher has joined #ruby
shiru has joined #ruby
BazzaBazaa has joined #ruby
shiru has quit [Quit: leaving]
Guest26nakilon has joined #ruby
reset has joined #ruby
Guest26nakilon has quit [Client Quit]
Guest26nakilon has joined #ruby
<Guest26nakilon> I've ranked "web frameworks" from the ruby-toolbox catalog page by some params and it says the best one is https://github.com/camping/camping -- anyone ued it?
Perflosopher has quit [Ping timeout: 256 seconds]
Perflosopher has joined #ruby
moldorcoder7 has joined #ruby
Furai has quit [Quit: WeeChat 3.8]
Furai has joined #ruby
dhruvasagar has quit [Ping timeout: 265 seconds]
tomtmym has quit [Quit: Gone.]
shokohsc7 has joined #ruby
shokohsc has quit [Ping timeout: 250 seconds]
shokohsc7 is now known as shokohsc
Guest26nakilon has quit [Quit: Client closed]
markong has joined #ruby
BazzaBazaa has quit [Remote host closed the connection]
roshanavand has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
dhruvasagar has joined #ruby
FabioPort has joined #ruby
<FabioPort> hello, can someone help me with logstash-ruby configuration?  https://dpaste.org/25cb9
dhruvasagar has quit [Ping timeout: 268 seconds]
BazzaBazaa has joined #ruby
<adam12> gr33n7007h: Nice trick :)
<adam12> FabioPort: Check `@usersCurrentlyLoggedIn` is actually a string.
<adam12> FabioPort: It could be the wrong variable entirely, so make sure you're spelling it right.
<adam12> FabioPort: Oh. I wonder if you initialize it above in the `init` block? I'm not familiar with logstash.
TomyWork has joined #ruby
<adam12> The `init` part must not be working or that would work I'd presume.
<adam12> >> @usersCurrentlyLoggedIn = ' '; @usersCurrentlyLoggedIn = @usersCurrentlyLoggedIn + '/' + 'ciao'; @usersCurrentlyLoggedIn
<ruby[bot]> adam12: # => " /ciao" (https://carc.in/#/r/f6bv)
<FabioPort> yes adam12 indeed it's weird
<adam12> FabioPort: You could use `@usersCurrentlyLoggedIn = @usersCurrentlyLoggedIn.to_s + '/' + 'ciao'` which would fix your error but I doubt it would give you the result you want. You could try?
<FabioPort> my fear is that variables is somehow undefined/null
<adam12> FabioPort: That's likely the root of the issue.
dhruvasagar has joined #ruby
<adam12> FabioPort: Bizzare suggestion, but what happens if you invert the quote types.
<adam12> FabioPort: Replace " with ' and ' with "
<adam12> init => '
<adam12> code => '
<adam12> (and invert all the quotes contained within those lines)
<FabioPort> i modified it this way and now it works https://dpaste.org/QjZAJ
<FabioPort> no idea why with instance variables it doesn't
dhruvasagar has quit [Ping timeout: 240 seconds]
llua is now known as ncf_away
ncf_away is now known as llua
<adam12> FabioPort: I need to restart before I can open any URLs apparently. Something has gone crazy on my machine :| Glad you got it working.
dhruvasagar has joined #ruby
dhruvasagar has quit [Ping timeout: 256 seconds]
<adam12> FabioPort: Interesting fix. Does it work if you replace `@@` with `$`?
roadie has joined #ruby
<FabioPort> actually is not working, i had a random @@custom not initialized error
<FabioPort> it makes no sense since it was initialized before the warning
dhruvasagar has joined #ruby
dhruvasagar has quit [Ping timeout: 240 seconds]
dhruvasagar has joined #ruby
FabioPort has quit [Quit: Client closed]
dhruvasagar has quit [Ping timeout: 250 seconds]
dhruvasagar has joined #ruby
dhruvasagar has quit [Ping timeout: 250 seconds]
dhruvasagar has joined #ruby
dhruvasagar has quit [Ping timeout: 246 seconds]
Mindiell has left #ruby [#ruby]
dhruvasagar has joined #ruby
dhruvasagar has quit [Ping timeout: 250 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
dhruvasagar has joined #ruby
BazzaBazaa has quit [Ping timeout: 245 seconds]
dhruvasagar has quit [Ping timeout: 248 seconds]
dhruvasagar has joined #ruby
cadenz42 has joined #ruby
misint99 has joined #ruby
misint99 has quit [Remote host closed the connection]
cadenz42 has quit [Ping timeout: 246 seconds]
ox is now known as oz
moldorcoder7 has quit [Ping timeout: 240 seconds]
_ht has joined #ruby
eddof13 has joined #ruby
teclator has quit [Ping timeout: 248 seconds]
bougyman has quit [Ping timeout: 268 seconds]
bougyman has joined #ruby
roshanavand has quit [Ping timeout: 268 seconds]
FabioPort has joined #ruby
caedmon has joined #ruby
FabioPort has quit [Quit: Client closed]
moldorcoder7 has joined #ruby
caedmon has quit [Ping timeout: 265 seconds]
desnudopenguino has quit [Quit: desnudopenguino]
markong has quit [Ping timeout: 240 seconds]
johnjaye has quit [Ping timeout: 240 seconds]
johnjaye has joined #ruby
szkl has joined #ruby
desnudopenguino has joined #ruby
johnjaye has quit [Ping timeout: 240 seconds]
TomyWork has quit [Remote host closed the connection]
johnjaye has joined #ruby
caedmon has joined #ruby
caedmon has quit [Quit: caedmon]
caedmon has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
roshanavand has joined #ruby
shokohsc has quit [Ping timeout: 250 seconds]
shokohsc5 has joined #ruby
caedmon has quit [Ping timeout: 250 seconds]
Tempesta has quit [Ping timeout: 258 seconds]
Tempesta has joined #ruby
handcu has joined #ruby
roadie has quit [Ping timeout: 248 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
markong has joined #ruby
roadie has joined #ruby
handcu has quit [Ping timeout: 250 seconds]
roadie has quit [Ping timeout: 248 seconds]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
_ht has quit [Remote host closed the connection]
teclator has joined #ruby
keypresser86 has quit [Ping timeout: 250 seconds]
teclator has quit [Ping timeout: 250 seconds]
markong has quit [Ping timeout: 240 seconds]
<havenwood> adam12: Nice!