00:01
renich has joined #ruby
00:01
TCZ has joined #ruby
00:07
FastJack has quit [Ping timeout: 265 seconds]
00:07
fphilipe has joined #ruby
00:07
alfiemax has joined #ruby
00:07
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:10
fig-le-deunch has joined #ruby
00:11
fphilipe has quit [Ping timeout: 248 seconds]
00:12
alfiemax has quit [Ping timeout: 268 seconds]
00:14
Benett has quit [Remote host closed the connection]
00:15
Benett has joined #ruby
00:17
fig-le-deunch has quit [Read error: No route to host]
00:17
Benett has quit [Remote host closed the connection]
00:17
Benett has joined #ruby
00:17
fig-le-deunch has joined #ruby
00:20
wallace_mu has joined #ruby
00:22
mossplix has joined #ruby
00:23
TorpedoSkyline has joined #ruby
00:24
troulouliou_dev has joined #ruby
00:26
mossplix has quit [Ping timeout: 240 seconds]
00:38
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:41
orbyt_ has joined #ruby
00:55
SeepingN_ is now known as SeepingN
00:56
davidw has quit [Ping timeout: 265 seconds]
01:04
istrasci has quit [Ping timeout: 260 seconds]
01:06
zlogan has joined #ruby
01:09
skryking_ has joined #ruby
01:09
skryking has quit [Ping timeout: 265 seconds]
01:17
TorpedoSkyline has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:17
skryking_ has quit [Quit: Konversation terminated!]
01:18
skryking has joined #ruby
01:20
TorpedoSkyline has joined #ruby
01:21
mossplix has joined #ruby
01:31
mossplix has quit [Remote host closed the connection]
01:33
TCZ has quit [Quit: Bye Bye]
01:33
Frobozz has joined #ruby
01:38
TorpedoSkyline has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:40
dviola has quit [Quit: WeeChat 2.7]
01:41
pwnd_nsfw has quit [Read error: Connection reset by peer]
01:44
royal_screwup21 has joined #ruby
01:46
TorpedoSkyline has joined #ruby
01:47
bvdw has quit [Read error: Connection reset by peer]
01:47
bvdw has joined #ruby
01:48
wildtrees has quit [Quit: Leaving]
01:50
anveo has joined #ruby
01:51
alex`` has quit [Read error: Connection reset by peer]
01:51
alexherbo2 has quit [Read error: Connection reset by peer]
01:51
zlogan has quit [Ping timeout: 272 seconds]
01:52
TorpedoSkyline has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
01:53
alexherbo2 has joined #ruby
01:55
royal_screwup21 has quit [Remote host closed the connection]
01:55
akemhp has quit [Quit: Leaving]
01:55
mossplix has joined #ruby
01:57
alex`` has joined #ruby
01:57
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:06
orbyt_ has joined #ruby
02:11
postmodern has joined #ruby
02:15
alfiemax has joined #ruby
02:25
Ven`` has joined #ruby
02:33
Helenah has quit [Ping timeout: 268 seconds]
02:35
Helenah has joined #ruby
02:42
alex`` has quit [Quit: WeeChat 2.7]
02:43
cthulchu_ has quit [Ping timeout: 268 seconds]
02:43
alex` has joined #ruby
02:43
alex` is now known as Guest78449
02:44
Guest78449 has quit [Client Quit]
02:45
alex`` has joined #ruby
02:46
alexherbo2 has joined #ruby
02:55
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:05
thenori has joined #ruby
03:08
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:11
dyn0sAuri0 has joined #ruby
03:11
<
dyn0sAuri0 >
is is possible to loop through an array and set each item as a variable
03:11
fig-le-deunch has quit [Quit: Konversation terminated!]
03:12
<
dyn0sAuri0 >
i can loop through the array and call the string of each element but i cannot then take that element and initialize it as a new variable
03:15
<
dyn0sAuri0 >
use case is that im templating via ERB and using gets.chomp for user input... well i thought id try a more DRY approach than just listing out var1 = x , var2 = y , etc... so it seemed like a good idea at the time to just create a list then use each to do the above
03:17
<
baweaver >
Have an example?
03:19
alfiemax has quit [Ping timeout: 265 seconds]
03:19
<
baweaver >
You probably want `map`
03:20
<
dyn0sAuri0 >
https:dpaste.org/eOeK
03:21
<
baweaver >
either that or a Hash.
03:25
alexherbo23 has joined #ruby
03:25
hutch has joined #ruby
03:26
alex`` has quit [Ping timeout: 265 seconds]
03:26
alexherbo2 has quit [Ping timeout: 268 seconds]
03:26
alexherbo23 is now known as alexherbo2
03:29
alex`` has joined #ruby
03:29
<
dyn0sAuri0 >
i guess that could work to just initialize a hash with an empty value and then modify the values in place and calling them back as such intead of calling a variable
03:35
DaRock has quit [Read error: Connection reset by peer]
03:35
DaRock has joined #ruby
03:39
<
dyn0sAuri0 >
baweaver: thx
03:40
<
dyn0sAuri0 >
devney: no u
03:43
dyn0sAuri0 has quit [Quit: WeeChat 2.7]
03:45
orbyt_ has joined #ruby
03:48
<
al2o3-cr >
&>> variables = %i(one two three); b = binding; variables.each.with_index(1) { |var, idx| b.local_variable_set(var, idx) }; b.eval'one'
03:48
<
al2o3-cr >
^^dyn...too late, they left.
03:58
mossplix has quit [Remote host closed the connection]
03:59
meinside has quit [Quit: Connection closed for inactivity]
04:04
wallace_mu has quit [Remote host closed the connection]
04:05
wallace_mu has joined #ruby
04:05
braincrash has quit [Quit: bye bye]
04:07
wallace_mu has quit [Remote host closed the connection]
04:07
FastJack has joined #ruby
04:07
wallace_mu has joined #ruby
04:08
brool has joined #ruby
04:10
braincrash has joined #ruby
04:18
chalkmonster has joined #ruby
04:30
sphex_ has joined #ruby
04:32
ged has quit [Ping timeout: 240 seconds]
04:33
ged has joined #ruby
04:33
chalkmon1 has joined #ruby
04:33
sphex has quit [Ping timeout: 268 seconds]
04:34
chalkmonster has quit [Ping timeout: 268 seconds]
04:41
chalkmon1 has quit [Ping timeout: 260 seconds]
04:44
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:46
Mrgoose845701915 has joined #ruby
04:50
gix- has joined #ruby
04:50
gix has quit [Disconnected by services]
04:54
alfiemax has joined #ruby
04:56
LtHummus has joined #ruby
04:57
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:01
sergioro has joined #ruby
05:06
anveo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:20
duderonomy has joined #ruby
05:25
duderonomy has quit [Ping timeout: 260 seconds]
05:29
hutch has quit [Ping timeout: 260 seconds]
05:30
fphilipe has joined #ruby
05:30
renich has quit [Quit: renich]
05:34
fphilipe has quit [Ping timeout: 272 seconds]
05:38
orbyt_ has joined #ruby
05:48
thenori has quit [Remote host closed the connection]
06:05
zlogan has joined #ruby
06:08
wallace_mu has quit [Remote host closed the connection]
06:08
wallace_mu has joined #ruby
06:14
wallace_mu has quit [Ping timeout: 268 seconds]
06:16
<
baweaver >
al2o3-cr: good
06:16
<
baweaver >
don't scare the newbies :P
06:34
DTZUZU has quit [Quit: WeeChat 2.7]
06:42
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:47
ttoocs has joined #ruby
06:50
Helenah has quit [Read error: Connection reset by peer]
06:52
Helenah has joined #ruby
06:54
dinfuehr has quit [Ping timeout: 260 seconds]
06:55
dinfuehr has joined #ruby
07:09
_whitelogger has joined #ruby
07:11
jcalla has quit [Ping timeout: 260 seconds]
07:14
xok has joined #ruby
07:14
<
xok >
I am not a ruby guy...
07:14
<
xok >
I've got a project written probably in a ruby on rails framework and have to deploy it...
07:14
<
xok >
can anyone help me with this?..
07:16
<
baweaver >
Heroku is your fastest and easiest option
07:16
sh7d_ has quit [Ping timeout: 265 seconds]
07:26
<
xok >
baweaver: it seems the project requires older 1.9 version of ruby...
07:26
<
xok >
will heroku run such an old project?..
07:28
<
baweaver >
Maybe, but that's been out of service for close to 10 years now
07:29
<
baweaver >
Deploying it would be a security risk
07:34
dviola has joined #ruby
07:35
howdoi has quit [Quit: Connection closed for inactivity]
07:40
gix- has quit [Ping timeout: 265 seconds]
07:43
mkroman has quit [Ping timeout: 252 seconds]
07:44
dinfuehr has quit [Ping timeout: 268 seconds]
07:44
mkroman has joined #ruby
07:45
dinfuehr has joined #ruby
07:47
bvdw has quit [Read error: Connection reset by peer]
07:47
bvdw has joined #ruby
07:48
<
xok >
baweaver: is there an easy way to port an old version of code to the newer environment?..
07:48
<
baweaver >
It just takes a while to upgrade things, especially if it's an old version of Rails
07:49
<
baweaver >
and if it's 1.9 you're probably on Rails 2 or 3 which are both going to be hard
07:49
<
xok >
can I send you a project repo?..
07:49
<
xok >
I mean can you check what's going on there?..
07:50
<
baweaver >
You would likely need to hire a consultant if you want to get that looked into.
07:50
<
baweaver >
It's going to take a while.
07:50
<
xok >
can you take a brief look?...
07:51
troulouliou_dev has quit [Quit: Leaving]
07:52
dinfuehr has quit [Ping timeout: 265 seconds]
07:52
postmodern has quit [Quit: Leaving]
07:53
dinfuehr has joined #ruby
07:54
alfiemax has quit [Remote host closed the connection]
07:56
alfiemax has joined #ruby
07:58
dviola has quit [Quit: WeeChat 2.7]
08:01
sphex_ is now known as sphex
08:07
brool has quit [Ping timeout: 260 seconds]
08:10
wallace_mu has joined #ruby
08:15
wallace_mu has quit [Ping timeout: 260 seconds]
08:16
mossplix has joined #ruby
08:19
dinfuehr has quit [Ping timeout: 260 seconds]
08:19
dinfuehr has joined #ruby
08:25
fphilipe has joined #ruby
08:27
chalkmonster has joined #ruby
08:29
dinfuehr has quit [Ping timeout: 260 seconds]
08:30
dinfuehr has joined #ruby
08:32
zlogan has quit [Ping timeout: 272 seconds]
08:39
_whitelogger has joined #ruby
08:44
plutes has quit [Ping timeout: 265 seconds]
08:46
plutes has joined #ruby
08:57
dinfuehr has quit [Ping timeout: 265 seconds]
08:57
dinfuehr_ has joined #ruby
08:58
NODE has quit [Quit: changing servers]
08:59
NODE has joined #ruby
09:00
mossplix has quit [Remote host closed the connection]
09:01
fphilipe has quit [Ping timeout: 248 seconds]
09:12
<
Arahael >
xok: Your best bet is to find/hire a consultant to upgrade and then deploy the project.
09:12
brool has joined #ruby
09:20
alfiemax has quit [Remote host closed the connection]
09:20
chalkmonster has quit [Quit: WeeChat 2.7]
09:22
cd has quit [Quit: cd]
09:30
alfiemax has joined #ruby
09:34
plutes has quit [Ping timeout: 268 seconds]
09:36
plutes has joined #ruby
09:40
dinfuehr_ has quit [Ping timeout: 240 seconds]
09:42
dinfuehr has joined #ruby
09:43
sergioro has quit [Quit: leaving]
09:48
<
xok >
Arahael: thanks for the tip, do you have an idea how much it may cost?...
09:48
<
xok >
I can provide a github repo to review...
09:49
fphilipe has joined #ruby
09:59
mossplix has joined #ruby
10:02
angelds has joined #ruby
10:03
chalkmonster has joined #ruby
10:07
fphilipe has quit [Ping timeout: 248 seconds]
10:07
al2o3-cr has quit [Ping timeout: 256 seconds]
10:10
al2o3-cr has joined #ruby
10:11
wallace_mu has joined #ruby
10:14
alfiemax has quit [Remote host closed the connection]
10:15
alfiemax has joined #ruby
10:15
wallace_mu has quit [Ping timeout: 260 seconds]
10:16
lxsameer has joined #ruby
10:17
angelds has quit [Ping timeout: 260 seconds]
10:20
kristian_on_linu has joined #ruby
10:23
lxsameer has quit [Ping timeout: 260 seconds]
10:24
Fernando-Basso has joined #ruby
10:24
alfiemax has quit [Ping timeout: 268 seconds]
10:24
Ai9zO5AP has joined #ruby
10:24
chalkmonster has quit [Quit: WeeChat 2.7]
10:28
mossplix has quit [Ping timeout: 260 seconds]
10:30
mossplix has joined #ruby
10:33
rippa has joined #ruby
10:36
brool has quit [Ping timeout: 272 seconds]
10:37
lxsameer has joined #ruby
10:40
mossplix has quit [Remote host closed the connection]
10:41
fphilipe has joined #ruby
10:42
schne1der has joined #ruby
10:43
Emmanuel_Chanel has quit [Ping timeout: 260 seconds]
10:47
fphilipe has quit [Ping timeout: 272 seconds]
10:48
DTZUZU has joined #ruby
11:00
Ven`` has joined #ruby
11:07
william1_ has joined #ruby
11:08
xco has joined #ruby
11:09
TCZ has joined #ruby
11:17
Emmanuel_Chanel has joined #ruby
11:20
<
Arahael >
xok: The cost will vary hugely.
11:20
fphilipe has joined #ruby
11:20
<
Arahael >
xok: In my home city, it could be $1500 AUD per day... In yours, it may be far cheaper.
11:20
<
Arahael >
(And probably will be far cheaper)
11:22
Dreamer3 has joined #ruby
11:44
gigetoo has quit [Read error: Connection reset by peer]
11:44
gigetoo has joined #ruby
11:46
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:51
ldepandis has joined #ruby
11:54
chalkmonster has joined #ruby
12:05
william1_ has quit [Ping timeout: 260 seconds]
12:11
wallace_mu has joined #ruby
12:16
wallace_mu has quit [Ping timeout: 260 seconds]
12:20
royal_screwup21 has joined #ruby
12:23
royal_screwup21 has quit [Remote host closed the connection]
12:29
phaul has joined #ruby
12:32
phaul_ has quit [Ping timeout: 240 seconds]
12:32
kristian_on_linu has quit [Ping timeout: 265 seconds]
12:39
anveo has joined #ruby
12:40
mossplix has joined #ruby
12:44
mossplix has quit [Ping timeout: 240 seconds]
12:53
chalkmonster has quit [Quit: WeeChat 2.7]
13:15
DaRock has quit [Read error: Connection reset by peer]
13:16
DaRock has joined #ruby
13:20
akemhp has joined #ruby
13:28
lucasb has joined #ruby
13:29
Ven`` has quit [Read error: Connection reset by peer]
13:48
xok has quit [Quit: Leaving.]
13:51
akemhp has quit [Quit: Leaving]
13:53
william1_ has joined #ruby
14:02
TCZ has quit [Quit: Bye Bye]
14:02
xok has joined #ruby
14:12
wallace_mu has joined #ruby
14:15
troulouliou_div2 has joined #ruby
14:17
wallace_mu has quit [Ping timeout: 265 seconds]
14:18
royal_screwup21 has joined #ruby
14:19
podman has joined #ruby
14:24
coffeejunk has quit []
14:24
coffeejunk has joined #ruby
14:28
xok has quit [Quit: Leaving.]
14:32
lipoqil has quit []
14:32
lipoqil has joined #ruby
14:39
kapil_ has joined #ruby
14:39
DaRock has quit [Ping timeout: 265 seconds]
14:41
davor_ has joined #ruby
14:42
davispuh has joined #ruby
14:43
davor has quit [Ping timeout: 272 seconds]
14:43
davor_ is now known as davor
14:43
william1_ has quit [Ping timeout: 268 seconds]
14:47
jjongMcCarthy has joined #ruby
15:02
dinfuehr has quit [Ping timeout: 268 seconds]
15:03
dinfuehr has joined #ruby
15:06
zlogan has joined #ruby
15:11
madper has joined #ruby
15:12
madper is now known as imadper
15:12
imadper has quit [Changing host]
15:12
imadper has joined #ruby
15:13
conta has joined #ruby
15:17
kristian_on_linu has joined #ruby
15:18
sh7d has joined #ruby
15:20
dinfuehr has quit [Ping timeout: 268 seconds]
15:21
dinfuehr_ has joined #ruby
15:21
schne1der has quit [Ping timeout: 265 seconds]
15:23
sagax has quit [Remote host closed the connection]
15:27
zlogan has quit [Ping timeout: 272 seconds]
15:28
peteretep has quit []
15:29
peteretep has joined #ruby
15:31
william1_ has joined #ruby
15:39
conta has quit [Quit: conta]
15:47
clemens3 has joined #ruby
15:49
gix has joined #ruby
16:03
william1_ has quit [Ping timeout: 265 seconds]
16:03
clemens3 has quit [Read error: Connection reset by peer]
16:06
jjongMcCarthy has quit [Ping timeout: 265 seconds]
16:13
wallace_mu has joined #ruby
16:18
wallace_mu has quit [Ping timeout: 240 seconds]
16:19
wildtrees has joined #ruby
16:20
Prira has quit [Ping timeout: 250 seconds]
16:21
rann has joined #ruby
16:22
kristian_on_linu has quit [Remote host closed the connection]
16:24
sergioro has joined #ruby
16:29
Argorok has quit []
16:30
Argorok has joined #ruby
16:32
reaVer has quit [Remote host closed the connection]
16:33
clemens3 has joined #ruby
16:35
reaVer has joined #ruby
16:36
locket1238 has joined #ruby
16:41
zlogan has joined #ruby
16:49
fphilipe has quit [Ping timeout: 272 seconds]
16:52
Sina has joined #ruby
16:53
KnownSyntax has quit []
16:54
KnownSyntax has joined #ruby
16:58
sagax has joined #ruby
17:14
locket1238 has quit [Ping timeout: 265 seconds]
17:17
buck_ has joined #ruby
17:18
royal_screwup21 has quit [Remote host closed the connection]
17:19
ellcs has joined #ruby
17:22
buck_ has quit [Quit: buck_]
17:28
troulouliou_div2 has quit [Ping timeout: 240 seconds]
17:29
clemens3 has quit [Read error: Connection reset by peer]
17:29
william1_ has joined #ruby
17:29
troulouliou_div2 has joined #ruby
17:29
troulouliou_dev has joined #ruby
17:30
troulouliou_dev has quit [Remote host closed the connection]
17:32
troulouliou_dev has joined #ruby
17:34
william1_ has quit [Ping timeout: 240 seconds]
17:35
clemens3 has joined #ruby
17:38
Helenah has quit [Read error: Connection reset by peer]
17:40
Helenah has joined #ruby
17:44
troulouliou_div2 has quit [Quit: Leaving]
17:49
duderonomy has joined #ruby
17:56
troulouliou_dev has quit [Remote host closed the connection]
18:02
brool has joined #ruby
18:02
troulouliou_dev has joined #ruby
18:08
lucasb has joined #ruby
18:09
troulouliou_dev has quit [Ping timeout: 268 seconds]
18:10
troulouliou_dev has joined #ruby
18:12
schne1der has joined #ruby
18:14
wallace_mu has joined #ruby
18:18
wallace_mu has quit [Ping timeout: 240 seconds]
18:20
DTZUZU2 has joined #ruby
18:22
DTZUZU has quit [Ping timeout: 265 seconds]
18:24
JayDoubleu has quit []
18:24
JayDoubleu has joined #ruby
18:26
graphicsv has quit []
18:26
troulouliou_dev has quit [Remote host closed the connection]
18:27
graphicsv has joined #ruby
18:29
ellcs has quit [Ping timeout: 265 seconds]
18:32
troulouliou_dev has joined #ruby
18:33
DTZUZU2 has quit [Ping timeout: 265 seconds]
18:39
DTZUZU2 has joined #ruby
18:42
DTZUZU2 has quit [Client Quit]
18:42
shansen has quit [Remote host closed the connection]
18:44
ellcs has joined #ruby
18:46
maxmanders has quit []
18:46
maxmanders has joined #ruby
18:46
xco has joined #ruby
18:51
lxsameer has quit [Quit: WeeChat 2.6]
18:52
zapata has joined #ruby
18:53
william1_ has joined #ruby
18:55
alnk has joined #ruby
18:58
alfiemax has joined #ruby
18:58
TomyLobo has joined #ruby
19:03
alfiemax has quit [Ping timeout: 268 seconds]
19:13
Frobozz has quit [Quit: quit]
19:16
william1_ has quit [Ping timeout: 260 seconds]
19:17
william1_ has joined #ruby
19:19
houhoulis has joined #ruby
19:20
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:28
ellcs has quit [Ping timeout: 265 seconds]
19:28
william1_ has quit [Ping timeout: 265 seconds]
19:28
cd has joined #ruby
19:34
buck_ has joined #ruby
19:35
mossplix has joined #ruby
19:38
im0nde has joined #ruby
19:38
akemhp has joined #ruby
19:39
buck__ has joined #ruby
19:39
vdl has quit [Quit: WeeChat 2.3]
19:39
im0nde_ has quit [Ping timeout: 240 seconds]
19:39
vdl has joined #ruby
19:41
buck__ has quit [Remote host closed the connection]
19:42
buck_ has quit [Ping timeout: 268 seconds]
19:42
buck__ has joined #ruby
19:42
buck__ has quit [Remote host closed the connection]
19:47
bvdw has quit [Read error: Connection reset by peer]
19:47
bvdw has joined #ruby
20:02
sarink has joined #ruby
20:02
william1_ has joined #ruby
20:09
thenori has joined #ruby
20:15
wallace_mu has joined #ruby
20:20
wallace_mu has quit [Ping timeout: 265 seconds]
20:23
mossplix has quit [Remote host closed the connection]
20:24
TCZ has joined #ruby
20:24
lxsameer has joined #ruby
20:27
code_zombie has joined #ruby
20:27
lucasb has quit [Quit: Connection closed for inactivity]
20:41
gray_-_wolf has quit [Quit: WeeChat 2.7]
20:45
dviola has joined #ruby
20:48
csrcordeiro has joined #ruby
20:50
orbyt_ has joined #ruby
20:50
royal_screwup21 has joined #ruby
20:53
csrcordeiro has quit [Quit: Leaving]
20:59
clemens3 has quit [Read error: Connection reset by peer]
21:10
william1_ has quit [Ping timeout: 268 seconds]
21:21
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
21:25
cd has quit [Quit: cd]
21:25
dviola has quit [Quit: WeeChat 2.7]
21:28
sarink has quit [Remote host closed the connection]
21:29
sarink has joined #ruby
21:30
sarink has quit [Remote host closed the connection]
21:32
sarink has joined #ruby
21:38
DaRock has joined #ruby
21:39
sarink has quit [Remote host closed the connection]
21:39
sarink has joined #ruby
21:43
klaas has joined #ruby
21:43
alex`` has quit [Quit: WeeChat 2.7]
21:49
cthulchu_ has joined #ruby
21:51
Fernando-Basso has quit [Quit: Leaving]
21:51
akemhp has quit [Ping timeout: 265 seconds]
21:52
akemhp has joined #ruby
21:53
zlogan has quit [Ping timeout: 246 seconds]
21:55
lxsameer has quit [Quit: WeeChat 2.6]
22:02
houhouli_ has joined #ruby
22:05
houhoulis has quit [Ping timeout: 268 seconds]
22:08
royal_screwup21 has quit [Remote host closed the connection]
22:10
sarink has quit [Remote host closed the connection]
22:16
wallace_mu has joined #ruby
22:18
zlogan has joined #ruby
22:21
wallace_mu has quit [Ping timeout: 265 seconds]
22:22
locket1238 has joined #ruby
22:26
sarink has joined #ruby
22:30
s2013 has joined #ruby
22:31
sarink has quit [Remote host closed the connection]
22:34
sarink has joined #ruby
22:35
alfiemax has joined #ruby
22:36
fig-le-deunch has joined #ruby
22:39
sarink has quit [Ping timeout: 268 seconds]
22:39
alfiemax has quit [Ping timeout: 268 seconds]
22:42
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:43
sdu has joined #ruby
22:46
clemens3 has joined #ruby
22:57
_whitelogger has joined #ruby
23:01
DTZUZU has joined #ruby
23:03
pwnd_nsfw has joined #ruby
23:04
cthulchu_ has quit [Read error: Connection reset by peer]
23:04
cthulchu_ has joined #ruby
23:04
m_antis has joined #ruby
23:07
shansen has joined #ruby
23:08
orbyt_ has joined #ruby
23:19
cthulchu_ has quit [Ping timeout: 268 seconds]
23:19
fig-le-deunch has quit [Quit: Konversation terminated!]
23:20
royal_screwup21 has joined #ruby
23:24
ldepandis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:26
schne1der has quit [Ping timeout: 265 seconds]
23:34
sarink has joined #ruby
23:37
thenori has quit [Quit: Leaving]
23:43
m_antis has quit [Quit: m_antis]
23:44
fphilipe has joined #ruby
23:59
TCZ has quit [Quit: Bye Bye]