00:04
roadie` has quit [Ping timeout: 248 seconds]
00:04
oz has quit [Ping timeout: 240 seconds]
00:12
ox has joined #ruby
00:23
roadie` has joined #ruby
00:30
roadie` has quit [Ping timeout: 248 seconds]
00:46
<
mooff >
adam12: hah, that does it1
01:40
roadie` has joined #ruby
01:48
roadie` has quit [Ping timeout: 248 seconds]
01:52
caedmon has joined #ruby
02:04
caedmon has quit [Quit: caedmon]
02:04
caedmon has joined #ruby
02:25
caedmon has quit [Ping timeout: 268 seconds]
02:50
roadie` has joined #ruby
02:56
caedmon has joined #ruby
02:58
roadie` has quit [Ping timeout: 248 seconds]
03:02
moldorcoder7 has quit [Ping timeout: 265 seconds]
03:13
Wistful has quit [Quit: Wistful]
03:22
caedmon has quit [Ping timeout: 240 seconds]
03:25
caedmon has joined #ruby
03:29
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:32
caedmon has quit [Ping timeout: 240 seconds]
03:37
caedmon has joined #ruby
03:48
ap4y has quit [Remote host closed the connection]
04:10
_whitelogger has joined #ruby
04:33
dviola has quit [Ping timeout: 240 seconds]
04:36
dviola has joined #ruby
04:37
<
mooff >
gr33n7007h, that's cheating!
04:38
<
gr33n7007h >
lol :P
04:50
caedmon has quit [Ping timeout: 248 seconds]
05:07
jhass has quit [Ping timeout: 256 seconds]
05:12
caedmon has joined #ruby
05:14
jhass has joined #ruby
05:15
_ht has joined #ruby
05:16
caedmon has quit [Ping timeout: 240 seconds]
05:17
eddof13 has joined #ruby
05:20
eddof13 has quit [Client Quit]
05:26
hightower2 has quit [Ping timeout: 240 seconds]
05:31
grenierm has joined #ruby
05:41
tomtmym has joined #ruby
05:41
tomtmym has quit [Changing host]
05:41
tomtmym has joined #ruby
05:56
lena64t has quit [Quit: WeeChat 4.0.0-dev]
06:16
_ht has quit [Quit: _ht]
06:20
teclator has joined #ruby
06:33
reset has quit [Quit: reset]
06:43
pvalenta_ has joined #ruby
06:43
pvalenta_ has left #ruby [#ruby]
06:54
dhruvasagar has joined #ruby
07:30
BazzaBazaa has joined #ruby
07:46
duderonomy has joined #ruby
08:06
jvalleroy has joined #ruby
08:32
shokohsc3 has joined #ruby
08:33
shokohsc has quit [Ping timeout: 256 seconds]
08:33
shokohsc3 is now known as shokohsc
08:35
gr33n7007h has quit [Ping timeout: 248 seconds]
08:37
gr33n7007h has joined #ruby
08:46
gr33n7007h has quit [Ping timeout: 250 seconds]
08:48
gr33n7007h has joined #ruby
08:50
marine has joined #ruby
08:53
BazzaBazaa has quit [Remote host closed the connection]
08:53
BazzaBazaa has joined #ruby
08:57
Sankalp has quit [Ping timeout: 265 seconds]
08:57
Sankalp has joined #ruby
09:09
grenierm has quit [Ping timeout: 245 seconds]
09:13
marine has quit [Quit: Best CPUs can count to infinity twice without being bugged out by zero division errors or whatnot.]
09:14
Perflosopher has quit [Ping timeout: 250 seconds]
09:15
BazzaBazaa has quit [Remote host closed the connection]
09:19
Perflosopher has joined #ruby
09:27
shiru has joined #ruby
09:29
BazzaBazaa has joined #ruby
09:43
shiru has quit [Quit: leaving]
10:02
Guest26nakilon has joined #ruby
10:02
reset has joined #ruby
10:02
Guest26nakilon has quit [Client Quit]
10:03
Guest26nakilon has joined #ruby
10:38
Perflosopher has quit [Ping timeout: 256 seconds]
10:43
Perflosopher has joined #ruby
10:55
moldorcoder7 has joined #ruby
11:07
Furai has quit [Quit: WeeChat 3.8]
11:12
Furai has joined #ruby
11:21
dhruvasagar has quit [Ping timeout: 265 seconds]
11:21
tomtmym has quit [Quit: Gone.]
11:27
shokohsc7 has joined #ruby
11:27
shokohsc has quit [Ping timeout: 250 seconds]
11:27
shokohsc7 is now known as shokohsc
11:36
Guest26nakilon has quit [Quit: Client closed]
11:36
markong has joined #ruby
11:39
BazzaBazaa has quit [Remote host closed the connection]
11:43
roshanavand has joined #ruby
11:44
roshanavand has quit [Remote host closed the connection]
11:45
roshanavand has joined #ruby
11:50
dhruvasagar has joined #ruby
11:53
FabioPort has joined #ruby
12:00
dhruvasagar has quit [Ping timeout: 268 seconds]
12:00
BazzaBazaa has joined #ruby
12:11
<
adam12 >
gr33n7007h: Nice trick :)
12:11
<
adam12 >
FabioPort: Check `@usersCurrentlyLoggedIn` is actually a string.
12:12
<
adam12 >
FabioPort: It could be the wrong variable entirely, so make sure you're spelling it right.
12:13
<
adam12 >
FabioPort: Oh. I wonder if you initialize it above in the `init` block? I'm not familiar with logstash.
12:13
TomyWork has joined #ruby
12:13
<
adam12 >
The `init` part must not be working or that would work I'd presume.
12:14
<
adam12 >
>> @usersCurrentlyLoggedIn = ' '; @usersCurrentlyLoggedIn = @usersCurrentlyLoggedIn + '/' + 'ciao'; @usersCurrentlyLoggedIn
12:15
<
FabioPort >
yes adam12 indeed it's weird
12:16
<
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?
12:17
<
FabioPort >
my fear is that variables is somehow undefined/null
12:17
<
adam12 >
FabioPort: That's likely the root of the issue.
12:18
dhruvasagar has joined #ruby
12:19
<
adam12 >
FabioPort: Bizzare suggestion, but what happens if you invert the quote types.
12:19
<
adam12 >
FabioPort: Replace " with ' and ' with "
12:20
<
adam12 >
(and invert all the quotes contained within those lines)
12:22
<
FabioPort >
no idea why with instance variables it doesn't
12:22
dhruvasagar has quit [Ping timeout: 240 seconds]
12:22
llua is now known as ncf_away
12:22
ncf_away is now known as llua
12:33
<
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.
12:35
dhruvasagar has joined #ruby
12:39
dhruvasagar has quit [Ping timeout: 256 seconds]
12:39
<
adam12 >
FabioPort: Interesting fix. Does it work if you replace `@@` with `$`?
12:41
roadie has joined #ruby
12:43
<
FabioPort >
actually is not working, i had a random @@custom not initialized error
12:44
<
FabioPort >
it makes no sense since it was initialized before the warning
12:45
dhruvasagar has joined #ruby
12:50
dhruvasagar has quit [Ping timeout: 240 seconds]
12:52
dhruvasagar has joined #ruby
12:54
FabioPort has quit [Quit: Client closed]
12:56
dhruvasagar has quit [Ping timeout: 250 seconds]
12:57
dhruvasagar has joined #ruby
13:02
dhruvasagar has quit [Ping timeout: 250 seconds]
13:02
dhruvasagar has joined #ruby
13:07
dhruvasagar has quit [Ping timeout: 246 seconds]
13:07
Mindiell has left #ruby [#ruby]
13:14
dhruvasagar has joined #ruby
13:18
dhruvasagar has quit [Ping timeout: 250 seconds]
13:21
rvalue has quit [Read error: Connection reset by peer]
13:23
rvalue has joined #ruby
13:26
dhruvasagar has joined #ruby
13:27
BazzaBazaa has quit [Ping timeout: 245 seconds]
13:31
dhruvasagar has quit [Ping timeout: 248 seconds]
13:44
dhruvasagar has joined #ruby
14:22
cadenz42 has joined #ruby
14:26
misint99 has joined #ruby
14:27
misint99 has quit [Remote host closed the connection]
14:29
cadenz42 has quit [Ping timeout: 246 seconds]
14:54
ox is now known as oz
15:12
moldorcoder7 has quit [Ping timeout: 240 seconds]
15:20
_ht has joined #ruby
15:31
eddof13 has joined #ruby
15:51
teclator has quit [Ping timeout: 248 seconds]
16:02
bougyman has quit [Ping timeout: 268 seconds]
16:03
bougyman has joined #ruby
16:12
roshanavand has quit [Ping timeout: 268 seconds]
16:19
FabioPort has joined #ruby
16:30
caedmon has joined #ruby
16:34
FabioPort has quit [Quit: Client closed]
16:54
moldorcoder7 has joined #ruby
17:04
caedmon has quit [Ping timeout: 265 seconds]
17:35
desnudopenguino has quit [Quit: desnudopenguino]
17:59
markong has quit [Ping timeout: 240 seconds]
17:59
johnjaye has quit [Ping timeout: 240 seconds]
18:06
johnjaye has joined #ruby
18:07
szkl has joined #ruby
18:09
desnudopenguino has joined #ruby
18:10
johnjaye has quit [Ping timeout: 240 seconds]
18:22
TomyWork has quit [Remote host closed the connection]
18:36
johnjaye has joined #ruby
18:42
caedmon has joined #ruby
18:52
caedmon has quit [Quit: caedmon]
18:57
caedmon has joined #ruby
19:52
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:54
eddof13 has joined #ruby
20:20
roshanavand has joined #ruby
20:32
shokohsc has quit [Ping timeout: 250 seconds]
20:34
shokohsc5 has joined #ruby
20:38
caedmon has quit [Ping timeout: 250 seconds]
20:52
Tempesta has quit [Ping timeout: 258 seconds]
20:59
Tempesta has joined #ruby
21:16
handcu has joined #ruby
21:20
roadie has quit [Ping timeout: 248 seconds]
21:22
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:40
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:44
markong has joined #ruby
21:46
roadie has joined #ruby
21:54
handcu has quit [Ping timeout: 250 seconds]
21:57
roadie has quit [Ping timeout: 248 seconds]
22:00
ruby[bot] has quit [Remote host closed the connection]
22:00
ruby[bot] has joined #ruby
22:12
_ht has quit [Remote host closed the connection]
22:50
teclator has joined #ruby
22:56
keypresser86 has quit [Ping timeout: 250 seconds]
23:03
teclator has quit [Ping timeout: 250 seconds]
23:59
markong has quit [Ping timeout: 240 seconds]
23:59
<
havenwood >
adam12: Nice!