00:03
Rapture has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:03
cloaked1 has joined #ruby
00:03
cloaked1 has joined #ruby
00:03
cloaked1 has quit [Changing host]
00:09
crankharder has quit [Ping timeout: 258 seconds]
00:11
crankharder has joined #ruby
00:26
ramfjord has quit [Ping timeout: 272 seconds]
00:28
dviola has quit [Quit: WeeChat 2.5]
00:33
fphilipe_ has joined #ruby
00:38
buckworst has quit [Remote host closed the connection]
00:38
buckworst has joined #ruby
00:39
buckworst has quit [Max SendQ exceeded]
00:40
buckworst has joined #ruby
00:41
al2o3-cr has quit [Quit: If the universe is a machine where the future is uniquely determined by its present state, it would not be possible to calculate what the future will be.]
00:46
Dreamer3 has joined #ruby
00:47
Dreamer3 has quit [Client Quit]
00:51
haxx0r has quit [Ping timeout: 258 seconds]
00:52
DTZUZO has quit [Ping timeout: 248 seconds]
01:07
fphilipe_ has quit [Ping timeout: 246 seconds]
01:18
CCDelivery has quit [Remote host closed the connection]
01:28
codefriar has joined #ruby
01:28
codefriar has quit [Client Quit]
01:31
codefriar has joined #ruby
01:36
queip has quit [Ping timeout: 245 seconds]
01:40
fphilipe_ has joined #ruby
01:41
agent_white has joined #ruby
01:41
agent_white has quit [Changing host]
01:41
agent_white has joined #ruby
01:41
tranch has joined #ruby
01:44
queip has joined #ruby
01:54
mynameisdebian has joined #ruby
02:04
vjacob has quit [Ping timeout: 248 seconds]
02:07
ellcs1 has quit [Ping timeout: 248 seconds]
02:15
fphilipe_ has quit [Ping timeout: 258 seconds]
02:20
marz_d`ghostman has joined #ruby
02:21
ellcs has joined #ruby
02:22
ramfjord has joined #ruby
02:23
wald0 has quit [Quit: Lost terminal]
02:26
ramfjord has quit [Ping timeout: 258 seconds]
02:36
Swyper has joined #ruby
02:37
ramfjord has joined #ruby
02:40
Swyper has quit [Remote host closed the connection]
02:41
ramfjord has quit [Ping timeout: 244 seconds]
02:50
crankharder has quit [Ping timeout: 258 seconds]
02:52
ramfjord has joined #ruby
02:52
mhlei has joined #ruby
02:53
<
mhlei >
hello everyone, may i ask a question about RSpec unit test?
02:54
<
mhlei >
Stubbing a chain of methods
02:54
<
mhlei >
You can use receive_message_chain in place of receive to stub a chain of messages:
02:54
<
mhlei >
allow(double).to receive_message_chain("foo.bar") { :baz }
02:54
<
mhlei >
allow(double).to receive_message_chain(:foo, :bar => :baz)
02:54
<
mhlei >
allow(double).to receive_message_chain(:foo, :bar) { :baz }
02:54
<
mhlei >
# Given any of the above forms:
02:54
<
mhlei >
double.foo.bar # => :baz
02:54
<
mhlei >
Chains can be arbitrarily long, which makes it quite painless to violate the Law of Demeter in violent ways, so you should consider any use of receive_message_chain a code smell. Even though not all code smells indicate real problems (think fluent interfaces), receive_message_chain still results in brittle examples. For example, if you write allow(foo).to receive_message_chain(:bar, :baz => 37) in a spec and then the implementation calls foo.baz.bar, the stub
02:54
<
mhlei >
will not work.
02:55
<
mhlei >
I can't understand the last sentence.
02:56
ramfjord has quit [Ping timeout: 258 seconds]
02:58
houhoulis has quit [Ping timeout: 248 seconds]
03:01
Azure|dc has quit [Ping timeout: 268 seconds]
03:01
<
marz_d`ghostman >
mhlei: probably because the stubbed message chain is :bar :baz while the implementations is foo.baz.bar
03:05
braincrash has quit [Quit: bye bye]
03:07
duderonomy has joined #ruby
03:08
Azure has joined #ruby
03:08
tdy1 has quit [Ping timeout: 246 seconds]
03:10
braincrash has joined #ruby
03:11
fphilipe_ has joined #ruby
03:13
gix has quit [Ping timeout: 258 seconds]
03:16
NecroByte has joined #ruby
03:18
NecroByte is now known as Blue^Nexus
03:19
skyikot has quit [Quit: skyikot]
03:22
Swyper has joined #ruby
03:26
Swyper has quit [Remote host closed the connection]
03:28
mynameisdebian has quit [Ping timeout: 245 seconds]
03:33
tranch has quit [Quit: tranch]
03:33
bambanx has quit [Quit: Leaving]
03:34
tranch has joined #ruby
03:36
yasumi2136_ has joined #ruby
03:37
tdy1 has joined #ruby
03:38
marz_d`ghostman has quit [Ping timeout: 256 seconds]
03:39
yasumi2136 has quit [Ping timeout: 245 seconds]
03:44
fphilipe_ has quit [Ping timeout: 258 seconds]
03:46
Swyper has joined #ruby
03:50
ur5us_ has joined #ruby
03:50
ur5us has quit [Read error: Connection reset by peer]
03:50
Swyper has quit [Ping timeout: 244 seconds]
03:57
haxx0r has joined #ruby
04:01
Swyper has joined #ruby
04:01
<
mhlei >
marz_d: the example above `double.foo.bar` is all the same.
04:05
Swyper has quit [Ping timeout: 244 seconds]
04:08
Swyper has joined #ruby
04:10
mynameisdebian has joined #ruby
04:11
fedex has joined #ruby
04:11
themsay has quit [Ping timeout: 245 seconds]
04:13
Swyper has quit [Ping timeout: 244 seconds]
04:17
fphilipe_ has joined #ruby
04:24
nwradio878887987 is now known as nwradio
04:25
codefriar has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:25
codefriar has joined #ruby
04:25
codefriar has quit [Client Quit]
04:49
fphilipe_ has quit [Ping timeout: 258 seconds]
04:55
Rabautius has joined #ruby
05:00
mhlei has quit [Remote host closed the connection]
05:00
mhlei has joined #ruby
05:07
Inline has quit [Quit: Leaving]
05:15
doodlebug has quit [Read error: Connection reset by peer]
05:16
doodlebug has joined #ruby
05:17
sleetdrop has joined #ruby
05:20
cthu| has joined #ruby
05:21
ramfjord has joined #ruby
05:21
conta has joined #ruby
05:23
tranch has quit [Quit: tranch]
05:24
ur5us_ has quit [Remote host closed the connection]
05:25
ramfjord has quit [Ping timeout: 258 seconds]
05:25
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:26
tranch has joined #ruby
05:27
buckworst has quit [Quit: Leaving]
05:30
fphilipe_ has joined #ruby
05:35
ramfjord has joined #ruby
05:40
ramfjord has quit [Ping timeout: 248 seconds]
05:41
sauvin has joined #ruby
05:47
shanks8080 has quit [Ping timeout: 246 seconds]
05:52
Swyper has joined #ruby
05:56
Swyper has quit [Ping timeout: 245 seconds]
05:57
lxsameer has joined #ruby
06:04
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
06:08
ua_ has joined #ruby
06:12
ua has quit [Ping timeout: 268 seconds]
06:32
queip has quit [Ping timeout: 248 seconds]
06:39
Sina has joined #ruby
06:39
queip has joined #ruby
06:42
Blue^Nexus has quit [Ping timeout: 258 seconds]
06:45
code_zombie has quit [Quit: Leaving]
06:47
uplime is now known as major_uplime
06:52
fphilipe_ has quit [Ping timeout: 244 seconds]
06:53
gigetoo has quit [Ping timeout: 246 seconds]
06:54
yokel has quit [Ping timeout: 245 seconds]
06:57
yokel has joined #ruby
06:57
gigetoo has joined #ruby
06:59
fphilipe_ has joined #ruby
07:01
fphilipe_ has quit [Read error: Connection reset by peer]
07:01
dviola has joined #ruby
07:01
fphilipe_ has joined #ruby
07:01
schne1der has joined #ruby
07:04
TomyWork has joined #ruby
07:08
vondruch has joined #ruby
07:11
sleetdrop has quit [Ping timeout: 244 seconds]
07:11
jinie has joined #ruby
07:14
mayurvpatil has joined #ruby
07:27
sarink has joined #ruby
07:32
aupadhye has joined #ruby
07:34
NL3limin4t0r_afk is now known as NL3limin4t0r
07:36
mayurvpatil has quit [Quit: This computer has gone to sleep]
07:36
ramfjord has joined #ruby
07:41
ramfjord has quit [Ping timeout: 268 seconds]
07:50
mhlei has quit [Quit: Leaving]
07:53
al2o3-cr has joined #ruby
07:58
dviola has quit [Quit: WeeChat 2.5]
08:00
mikecmpbll has joined #ruby
08:03
xco has joined #ruby
08:03
<
xco >
what’s this new experimental thing called in Ruby? the one with the @1, @2 as args?
08:03
<
xco >
and don’t even know what to type in google
08:04
conta has quit [Ping timeout: 248 seconds]
08:07
<
al2o3-cr >
xco: numbered parameters
08:07
<
xco >
al2o3-cr: yes!
08:07
<
xco >
that’s it thanks :)
08:10
conta has joined #ruby
08:13
vondruch has quit [Quit: vondruch]
08:13
queip has quit [Ping timeout: 246 seconds]
08:13
vondruch has joined #ruby
08:18
SeepingN has quit [Read error: Connection reset by peer]
08:19
SeepingN has joined #ruby
08:21
queip has joined #ruby
08:23
deepredsky has joined #ruby
08:25
deepreds1 has quit [Ping timeout: 244 seconds]
08:29
Rabautius has quit [Read error: Connection reset by peer]
08:29
agent_white has quit [Quit: leaving]
08:30
Freshnuts has quit [Remote host closed the connection]
08:30
Freshnuts has joined #ruby
08:31
_joes_ has joined #ruby
08:38
crankharder has joined #ruby
08:42
fphilipe_ has quit [Read error: Connection reset by peer]
08:56
mayurvpatil has joined #ruby
08:56
fphilipe_ has joined #ruby
08:57
mayurvpatil has quit [Read error: Connection reset by peer]
08:57
mayurvpatil has joined #ruby
09:01
dhollin3 has joined #ruby
09:01
dhollinger has quit [Read error: Connection reset by peer]
09:12
crankharder has quit [Read error: No route to host]
09:15
crankharder has joined #ruby
09:16
DTZUZO has joined #ruby
09:18
cisco has joined #ruby
09:19
cisco is now known as Guest53830
09:23
crankharder has quit [Ping timeout: 245 seconds]
09:24
crankharder has joined #ruby
09:26
queip has quit [Ping timeout: 245 seconds]
09:26
vondruch has quit [Remote host closed the connection]
09:27
vondruch has joined #ruby
09:27
sleetdrop has joined #ruby
09:33
xco has quit [Quit: xco]
09:34
crankharder has quit [Ping timeout: 245 seconds]
09:35
queip has joined #ruby
09:35
crankharder has joined #ruby
09:36
ramfjord has joined #ruby
09:39
mayurvpatil has quit [Quit: This computer has gone to sleep]
09:40
alem0lars has joined #ruby
09:40
ramfjord has quit [Ping timeout: 248 seconds]
09:40
comstar has quit [Quit: poof]
09:44
SeepingN has quit [Read error: Connection reset by peer]
09:45
crankharder has quit [Ping timeout: 245 seconds]
09:45
SeepingN has joined #ruby
09:46
crankharder has joined #ruby
09:49
_joes_ has quit [Ping timeout: 248 seconds]
09:50
crankharder has quit [Ping timeout: 248 seconds]
09:51
crankharder has joined #ruby
10:03
mayurvpatil has joined #ruby
10:05
mayurvpatil has quit [Max SendQ exceeded]
10:05
conta has quit [Ping timeout: 272 seconds]
10:06
mayurvpatil has joined #ruby
10:08
_joes_ has joined #ruby
10:09
tranch has quit [Quit: tranch]
10:09
Brian-W-Gray has quit [Ping timeout: 272 seconds]
10:09
BrianWGray has joined #ruby
10:15
_joes_ has quit [Remote host closed the connection]
10:15
_joes_ has joined #ruby
10:18
vondruch has quit [Quit: vondruch]
10:19
vondruch has joined #ruby
10:28
_joes_ has quit [Ping timeout: 268 seconds]
10:31
BTRE has quit [Ping timeout: 258 seconds]
10:32
BTRE has joined #ruby
10:39
vondruch has quit [Remote host closed the connection]
10:39
vondruch has joined #ruby
10:42
mayurvpatil has quit [Quit: This computer has gone to sleep]
10:45
vondruch has quit [Remote host closed the connection]
10:45
AJA4350 has joined #ruby
10:47
xco has joined #ruby
10:49
xco has quit [Client Quit]
10:50
Guest53830 has quit [Ping timeout: 248 seconds]
10:55
conta has joined #ruby
10:56
xco has joined #ruby
10:58
LtHummus has quit [Read error: Connection reset by peer]
10:59
queip has quit [Ping timeout: 245 seconds]
10:59
LtHummus has joined #ruby
11:02
Freshnuts has quit [Quit: Leaving]
11:03
cisco has joined #ruby
11:04
cisco is now known as Guest81516
11:04
vondruch has joined #ruby
11:05
involans has joined #ruby
11:06
queip has joined #ruby
11:07
TomyWork has quit [Remote host closed the connection]
11:18
alem0lars has quit [Read error: Connection reset by peer]
11:18
alem0lars has joined #ruby
11:20
conta has quit [Remote host closed the connection]
11:20
conta has joined #ruby
11:22
queip has quit [Ping timeout: 245 seconds]
11:23
xco has quit [Quit: xco]
11:27
Swyper has joined #ruby
11:28
TomyWork has joined #ruby
11:29
queip has joined #ruby
11:29
involans has quit [Quit: involans]
11:30
Swyper has quit [Remote host closed the connection]
11:30
Swyper has joined #ruby
11:30
Guest81516 has quit [Ping timeout: 246 seconds]
11:32
involans has joined #ruby
11:33
mayurvpatil has joined #ruby
11:36
ramfjord has joined #ruby
11:37
doodlebug has quit [Read error: Connection reset by peer]
11:39
cisco has joined #ruby
11:40
cisco is now known as Guest15361
11:40
_joes_ has joined #ruby
11:41
doodlebug has joined #ruby
11:41
ramfjord has quit [Ping timeout: 268 seconds]
11:41
aecepoglu[m] has joined #ruby
11:45
rafadc has quit [Read error: Connection reset by peer]
11:45
rafadc has joined #ruby
11:46
doodlebug has quit [Read error: Connection reset by peer]
11:47
doodlebug has joined #ruby
11:49
mayurvpatil has quit [Quit: This computer has gone to sleep]
11:54
iNs_ has joined #ruby
11:55
iNs has quit [Ping timeout: 256 seconds]
11:58
griffindy has joined #ruby
11:59
doodleb80 has joined #ruby
12:00
doodleb80 has quit [Read error: Connection reset by peer]
12:00
xco has joined #ruby
12:00
doodlebug has quit [Read error: Connection reset by peer]
12:01
Guest15361 has quit [Ping timeout: 258 seconds]
12:04
_joes_ has quit [Ping timeout: 258 seconds]
12:05
doodleb43 has joined #ruby
12:09
crankharder has quit [Ping timeout: 272 seconds]
12:11
doodleb43 has quit [Read error: Connection reset by peer]
12:11
doodlebug has joined #ruby
12:19
crankharder has joined #ruby
12:19
conta has quit [Ping timeout: 248 seconds]
12:19
Leopere has quit [Ping timeout: 248 seconds]
12:19
rubydoc has quit [Ping timeout: 268 seconds]
12:20
rubydoc has joined #ruby
12:20
Leopere has joined #ruby
12:24
jcalla has joined #ruby
12:28
fuzzface has joined #ruby
12:29
_joes_ has joined #ruby
12:30
Fusl has quit [Ping timeout: 256 seconds]
12:37
vondruch has quit [Read error: Connection reset by peer]
12:37
vondruch_ has joined #ruby
12:37
Fusl has joined #ruby
12:41
voxxit has quit [Quit: Follow me at: github.com/voxxit]
12:41
<
havenwood >
I'm enjoying playing with ioquatix's async libs. This seems really nice for Ruby. :)
12:44
crankharder has quit [Ping timeout: 245 seconds]
12:44
<
mozzarella >
havenwood: what is roda?
12:44
<
havenwood >
mozzarella: Do you know what Rack is?
12:44
<
mozzarella >
havenwood: some middle layer kind of thing
12:45
<
havenwood >
mozzarella: Yeah, it's a spec for taking HTTP requests via a web server, then optional middleware, and an optional framework.
12:46
<
havenwood >
mozzarella: On the web server end there are frameworks like Puma, Falcon, Passenger, Thin, Iodine, etc.
12:46
<
havenwood >
mozzarella: Middleware lets you change things about the request headers or body between the server and framework.
12:47
<
havenwood >
mozzarella: You can just use Rack without a framework, but routing, error handling and other things are a pain.
12:47
<
havenwood >
mozzarella: Rack frameworks include Rails, Sinatra, Roda, Cuba, Hanami, etc.
12:48
Inline has joined #ruby
12:48
<
havenwood >
mozzarella: Roda is quite minimalist. It's just a routing tree on top of Rack. So, instead of manually parsing the `env` Hash with Rack, you can make a nice routing tree.
12:49
<
havenwood >
mozzarella: Roda also includes a variety of plugins that you can optionally enable to get features beyond a routing tree.
12:49
<
havenwood >
The plugins let you compose the framework you need. I like Roda a lot.
12:49
<
havenwood >
Also, you can create your own plugins!
12:49
<
havenwood >
This ^ is an example of wrapping async-websockets in a little Roda plugin.
12:50
<
havenwood >
The async-websockets gem is neat, since it both support HTTP/2 websockets and is fiber-based, so you can have a ton of connections open while you do async things in the background.
12:51
<
havenwood >
You can have WebSockets over HTTP/2 now, no separate connection required since you can multiplex. Who knew?
12:51
_joes_ has quit [Ping timeout: 268 seconds]
12:53
<
havenwood >
mozzarella: If you start making a pure Rack app you start seeing why you'd want a routing tree real quick. It's super simple to make a pure Rack app though.
12:54
<
havenwood >
I think it's a reasonable exercise to create a Rack app and then try to manually munge `env` with if statements.
12:54
<
havenwood >
Then bask in Roda's routing tree.
12:55
<
havenwood >
The routing tree is pretty simple, but it's very nice.
12:56
<
havenwood >
They're very nicely implemented and well-considered options.
12:58
mjacob has quit [Ping timeout: 252 seconds]
12:59
mayurvpatil has joined #ruby
13:01
ChrisBr has quit [Remote host closed the connection]
13:03
conta has joined #ruby
13:03
<
havenwood >
mozzarella: My example is convoluted due to websockets and me cramming things in a single file. Roda is worth a look though! It's nicer than this example can do justice for. :)
13:04
ChrisBr has joined #ruby
13:05
<
havenwood >
rand minapple..maxapple
13:05
<
havenwood >
<3 ruby
13:05
<
havenwood >
Math.floor(Math.random() * (maxapple - minapple + 1)) + minapple;
13:05
<
havenwood >
¯\_(ツ)_/¯
13:09
roger_rabbit has quit [Ping timeout: 252 seconds]
13:10
involans has quit [Quit: involans]
13:11
cisco has joined #ruby
13:12
codefriar has joined #ruby
13:12
cisco is now known as Guest62450
13:13
fphilipe_ has quit [Ping timeout: 258 seconds]
13:14
m27frogy has joined #ruby
13:16
involans has joined #ruby
13:17
fedex has quit [Read error: Connection reset by peer]
13:18
mayurvpatil has quit [Quit: This computer has gone to sleep]
13:18
_joes_ has joined #ruby
13:19
gigetoo has quit [Read error: Connection reset by peer]
13:25
Swyper has quit [Remote host closed the connection]
13:26
conta has quit [Quit: conta]
13:26
fphilipe_ has joined #ruby
13:34
Inline_ has joined #ruby
13:34
sleetdrop has quit [Quit: Computer has gone to sleep.]
13:35
mayurvpatil has joined #ruby
13:36
Inline is now known as Guest82382
13:36
Guest82382 has quit [Ping timeout: 250 seconds]
13:36
Inline_ has quit [Remote host closed the connection]
13:37
ramfjord has joined #ruby
13:37
Inline_ has joined #ruby
13:37
mayurvpatil has quit [Max SendQ exceeded]
13:37
Inline_ has quit [Read error: Connection reset by peer]
13:38
mayurvpatil has joined #ruby
13:38
Inline_ has joined #ruby
13:40
Inline_ is now known as Inline
13:40
Inline has quit [Remote host closed the connection]
13:40
sarink has quit [Remote host closed the connection]
13:41
sarink has joined #ruby
13:41
ramfjord has quit [Ping timeout: 272 seconds]
13:42
lucasb has joined #ruby
13:42
Inline has joined #ruby
13:43
sarink has quit [Remote host closed the connection]
13:43
sarink has joined #ruby
13:43
sarink has quit [Remote host closed the connection]
13:45
_joes_ has quit [Ping timeout: 244 seconds]
13:52
mayurvpatil has quit [Quit: Leaving]
13:52
gigetoo has joined #ruby
13:53
GodFather has joined #ruby
13:53
doodleb36 has joined #ruby
13:54
doodlebug has quit [Ping timeout: 248 seconds]
13:56
Rapture has joined #ruby
13:57
GodFather has quit [Read error: Connection reset by peer]
14:03
dviola has joined #ruby
14:03
fuzzface has quit [Quit: Leaving]
14:06
roger_rabbit has joined #ruby
14:09
doodleb36 has quit [Read error: Connection reset by peer]
14:11
doodlebug has joined #ruby
14:11
doodlebug has quit [Excess Flood]
14:17
doodlebug has joined #ruby
14:17
doodlebug has quit [Excess Flood]
14:23
apparition has joined #ruby
14:23
doodlebug has joined #ruby
14:23
doodlebug has quit [Excess Flood]
14:25
matheusmoreira has quit [Ping timeout: 244 seconds]
14:25
matheusmoreira has joined #ruby
14:28
aupadhye has quit [Ping timeout: 248 seconds]
14:29
doodlebug has joined #ruby
14:29
doodlebug has quit [Excess Flood]
14:35
mayurvpatil has joined #ruby
14:35
jeremycw has joined #ruby
14:35
doodlebug has joined #ruby
14:35
doodlebug has quit [Excess Flood]
14:38
yokel has quit [Read error: Connection reset by peer]
14:40
solars has quit [Quit: Connection closed for inactivity]
14:44
yokel has joined #ruby
14:44
tdy1 has quit [Ping timeout: 268 seconds]
14:45
fphilipe_ has quit [Ping timeout: 264 seconds]
14:46
mayurvpatil_ has joined #ruby
14:46
<
rokra >
hey how to get value in a json array ?
14:46
mayurvpatil has quit [Ping timeout: 258 seconds]
14:48
<
rokra >
I m getting this error : no implicit conversion of String into Integer (TypeError)
14:50
<
adam12 >
rokra: show some code
14:51
aupadhye has joined #ruby
14:52
doodlebug has joined #ruby
14:52
doodlebug has quit [Excess Flood]
14:53
doodlebug has joined #ruby
14:53
doodlebug has quit [Excess Flood]
14:53
doodlebug has joined #ruby
14:53
doodlebug has quit [Excess Flood]
14:54
doodlebug has joined #ruby
14:54
doodlebug has quit [Excess Flood]
14:54
doodlebug has joined #ruby
14:54
doodlebug has quit [Excess Flood]
14:55
doodlebug has joined #ruby
14:55
doodlebug has quit [Excess Flood]
14:58
tranch has joined #ruby
14:59
<
adam12 >
rokra: My presumption from
_just_ that line is that you're doing something like array["1"] and not array[1]. But otherwise it's just going to be guessing without code and a backtrace.
15:08
yokel has quit [Read error: No route to host]
15:09
yokel_ has joined #ruby
15:09
yokel_ is now known as yokel
15:12
fphilipe_ has joined #ruby
15:12
yokel has quit [Remote host closed the connection]
15:15
fphilipe has joined #ruby
15:18
fphilipe_ has quit [Ping timeout: 258 seconds]
15:20
fphilipe_ has joined #ruby
15:20
xco has quit [Quit: xco]
15:21
xco has joined #ruby
15:22
doodlebug has joined #ruby
15:22
doodlebug has quit [Excess Flood]
15:22
doodlebug has joined #ruby
15:22
doodlebug has quit [Excess Flood]
15:23
doodlebug has joined #ruby
15:23
doodlebug has quit [Excess Flood]
15:23
fphilipe has quit [Ping timeout: 258 seconds]
15:23
doodlebug has joined #ruby
15:23
doodlebug has quit [Excess Flood]
15:24
doodlebug has joined #ruby
15:24
doodlebug has quit [Excess Flood]
15:24
doodlebug has joined #ruby
15:24
doodlebug has quit [Excess Flood]
15:25
doodlebug has joined #ruby
15:25
doodlebug has quit [Excess Flood]
15:25
doodlebug has joined #ruby
15:25
doodlebug has quit [Excess Flood]
15:25
xco has quit [Client Quit]
15:25
doodlebug has joined #ruby
15:25
doodlebug has quit [Excess Flood]
15:26
doodlebug has joined #ruby
15:26
doodlebug has quit [Excess Flood]
15:26
doodlebug has joined #ruby
15:26
doodlebug has quit [Excess Flood]
15:28
doodlebug has joined #ruby
15:28
doodlebug has quit [Excess Flood]
15:36
dhollin3 is now known as dhollinger
15:36
yasumi2136 has joined #ruby
15:37
TomyWork has quit [Remote host closed the connection]
15:38
mayurvpatil_ has quit [Quit: This computer has gone to sleep]
15:39
yasumi2136_ has quit [Ping timeout: 248 seconds]
15:46
lxsameer has quit [Quit: out]
15:48
duderonomy has joined #ruby
15:51
duderonomy has quit [Client Quit]
15:53
xco has joined #ruby
15:53
yokel has joined #ruby
15:55
duderonomy has joined #ruby
15:55
alem0lars has quit [Ping timeout: 245 seconds]
15:56
cschneid_ has quit [Remote host closed the connection]
15:57
cschneid_ has joined #ruby
16:01
mikecmpbll has quit [Quit: inabit. zz.]
16:02
cschneid_ has quit [Ping timeout: 246 seconds]
16:03
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:04
za1b1tsu has joined #ruby
16:12
code_zombie has joined #ruby
16:12
queip has quit [Ping timeout: 258 seconds]
16:15
reber has joined #ruby
16:15
reber has quit [Read error: Connection reset by peer]
16:17
queip has joined #ruby
16:17
gregf_ has quit [Ping timeout: 256 seconds]
16:20
mynameisdebian has quit [Ping timeout: 268 seconds]
16:24
apparition has quit [Quit: Bye]
16:27
tranch has quit [Remote host closed the connection]
16:27
tranch has joined #ruby
16:31
cschneid_ has joined #ruby
16:34
aupadhye has quit [Remote host closed the connection]
16:37
tranch has quit [Remote host closed the connection]
16:37
tranch has joined #ruby
16:41
ghostlines has joined #ruby
16:49
sameerynho has joined #ruby
16:51
UncleCid__ has quit [Ping timeout: 272 seconds]
16:52
involans has quit [Quit: involans]
16:59
vdl has quit [Ping timeout: 245 seconds]
17:00
duderonomy has joined #ruby
17:00
vdl has joined #ruby
17:02
cschneid_ has quit [Ping timeout: 258 seconds]
17:04
gix has joined #ruby
17:10
vondruch_ has quit [Ping timeout: 268 seconds]
17:11
Guest62450 has quit [Ping timeout: 258 seconds]
17:12
yasumi2136 has quit [Quit: Konversation terminated!]
17:13
crankharder has joined #ruby
17:18
orbyt_ has joined #ruby
17:19
tdy1 has joined #ruby
17:22
vdl has quit [Ping timeout: 244 seconds]
17:25
rippa has joined #ruby
17:26
involans has joined #ruby
17:29
moei has joined #ruby
17:31
sarink has joined #ruby
17:33
cthulchu has joined #ruby
17:35
cthulchu has quit [Max SendQ exceeded]
17:35
cthulchu has joined #ruby
17:36
cthu| has quit [Ping timeout: 258 seconds]
17:41
reber has joined #ruby
17:44
crankharder has quit [Ping timeout: 272 seconds]
17:47
hiroaki has joined #ruby
17:47
vdl has joined #ruby
17:52
mynameisdebian has joined #ruby
17:57
iffraff has joined #ruby
17:58
fphilipe_ has quit [Ping timeout: 258 seconds]
17:58
ramfjord has joined #ruby
17:58
cschneid_ has joined #ruby
18:05
involans has quit [Quit: involans]
18:05
fphilipe_ has joined #ruby
18:09
bogn has joined #ruby
18:10
cisco has joined #ruby
18:10
fphilipe_ has quit [Ping timeout: 246 seconds]
18:10
cisco is now known as Guest37983
18:11
vjacob has joined #ruby
18:12
hiroaki has quit [Ping timeout: 250 seconds]
18:17
tranch has quit [Remote host closed the connection]
18:17
tranch has joined #ruby
18:23
dostoyevsky has quit [Quit: leaving]
18:23
dostoyevsky has joined #ruby
18:27
sauvin has quit [Read error: Connection reset by peer]
18:28
bogn has quit [Quit: Konversation terminated!]
18:28
hiroaki has joined #ruby
18:30
mynameisdebian has quit [Ping timeout: 272 seconds]
18:39
tranch has quit [Remote host closed the connection]
18:39
tranch has joined #ruby
18:45
cschneid_ has quit [Ping timeout: 245 seconds]
18:48
mynameisdebian has joined #ruby
18:51
lucasb has quit [Quit: Connection closed for inactivity]
18:53
mynameisdebian has quit [Ping timeout: 272 seconds]
18:54
involans has joined #ruby
18:56
sarink has quit [Remote host closed the connection]
18:58
doodlebug has joined #ruby
18:58
doodlebug has quit [Excess Flood]
19:01
tranch has quit [Remote host closed the connection]
19:01
tranch has joined #ruby
19:04
doodlebug has joined #ruby
19:04
doodlebug has quit [Excess Flood]
19:09
queip has quit [Ping timeout: 245 seconds]
19:10
doodlebug has joined #ruby
19:10
doodlebug has quit [Excess Flood]
19:11
HoultonDev has joined #ruby
19:12
infernix has quit [Ping timeout: 246 seconds]
19:16
queip has joined #ruby
19:16
matheusmoreira has quit [Remote host closed the connection]
19:16
doodlebug has joined #ruby
19:16
doodlebug has quit [Excess Flood]
19:17
matheusmoreira has joined #ruby
19:18
doodlebug has joined #ruby
19:18
doodlebug has quit [Excess Flood]
19:20
HoultonDev has quit [Quit: Quit.]
19:25
stryek has joined #ruby
19:25
sarink has joined #ruby
19:30
fuzzface has joined #ruby
19:30
sarink has quit [Ping timeout: 268 seconds]
19:34
doodlebug has joined #ruby
19:34
doodlebug has quit [Excess Flood]
19:34
doodlebug has joined #ruby
19:34
doodlebug has quit [Excess Flood]
19:35
doodlebug has joined #ruby
19:35
doodlebug has quit [Excess Flood]
19:35
doodlebug has joined #ruby
19:35
doodlebug has quit [Excess Flood]
19:35
doodlebug has joined #ruby
19:36
doodlebug has quit [Excess Flood]
19:36
doodlebug has joined #ruby
19:36
doodlebug has quit [Excess Flood]
19:38
tranch has quit [Remote host closed the connection]
19:38
tranch has joined #ruby
19:42
cschneid_ has joined #ruby
19:44
NL3limin4t0r is now known as NL3limin4t0r_afk
19:48
involans has quit [Quit: involans]
19:52
Guest37983 has quit [Ping timeout: 258 seconds]
19:52
Freshnuts has joined #ruby
19:58
dviola has quit [Quit: WeeChat 2.5]
19:59
SolarAqu- has joined #ruby
20:04
tranch has quit [Remote host closed the connection]
20:04
gnufied has joined #ruby
20:05
tranch has joined #ruby
20:06
fphilipe_ has joined #ruby
20:08
Fernando-Basso has joined #ruby
20:12
doodlebug has joined #ruby
20:12
doodlebug has quit [Excess Flood]
20:15
cschneid_ has quit [Ping timeout: 272 seconds]
20:18
doodlebug has joined #ruby
20:18
doodlebug has quit [Excess Flood]
20:20
spectra has quit [Ping timeout: 252 seconds]
20:22
dviola has joined #ruby
20:24
doodlebug has joined #ruby
20:24
doodlebug has quit [Excess Flood]
20:29
ramfjord has quit [Ping timeout: 258 seconds]
20:30
doodlebug has joined #ruby
20:30
doodlebug has quit [Excess Flood]
20:30
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:34
ur5us has joined #ruby
20:34
ur5us has quit [Read error: Connection reset by peer]
20:35
ur5us has joined #ruby
20:36
code_zombie has quit [Quit: Leaving]
20:36
doodlebug has joined #ruby
20:36
doodlebug has quit [Excess Flood]
20:38
ramfjord has joined #ruby
20:39
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
20:41
infernix has joined #ruby
20:42
doodlebug has joined #ruby
20:42
doodlebug has quit [Excess Flood]
20:43
ramfjord has quit [Ping timeout: 258 seconds]
20:44
major_uplime is now known as uplime
20:47
ramfjord has joined #ruby
20:48
reber has quit [Remote host closed the connection]
20:49
TomyWork has joined #ruby
20:49
za1b1tsu has quit [Remote host closed the connection]
20:52
llua has joined #ruby
20:55
CCDelivery has joined #ruby
20:57
cschneid_ has joined #ruby
21:00
spectra has joined #ruby
21:02
queip has quit [Ping timeout: 272 seconds]
21:03
TomyWork has quit [Remote host closed the connection]
21:03
deimos has quit [Remote host closed the connection]
21:06
doodlebug has joined #ruby
21:06
doodlebug has quit [Excess Flood]
21:06
deimos has joined #ruby
21:09
cloaked1 has joined #ruby
21:09
queip has joined #ruby
21:09
hiroaki has quit [Ping timeout: 245 seconds]
21:12
tranch has quit [Remote host closed the connection]
21:12
tranch has joined #ruby
21:19
tranch has quit [Ping timeout: 244 seconds]
21:20
Freshnuts has quit [Quit: Leaving]
21:21
deepreds1 has joined #ruby
21:22
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:24
deepredsky has quit [Ping timeout: 272 seconds]
21:29
cschneid_ has quit [Ping timeout: 245 seconds]
21:31
cisco has joined #ruby
21:31
cisco is now known as Guest72679
21:34
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:35
vjacob has quit [Ping timeout: 246 seconds]
21:36
galaxie has quit [Remote host closed the connection]
21:37
galaxie has joined #ruby
21:42
duckpuppy has joined #ruby
21:44
griffindy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:45
jeremycw has quit [Ping timeout: 244 seconds]
21:48
duderonomy has joined #ruby
21:48
agent_white has joined #ruby
21:50
xco has quit [Quit: xco]
21:51
ur5us has quit [Remote host closed the connection]
21:54
sameerynho has quit [Ping timeout: 258 seconds]
22:03
victorqueiroz has joined #ruby
22:05
miskatonic has joined #ruby
22:08
<
victorqueiroz >
What would you guys recommend for a personal blog, Jekyll or Wordpress?
22:14
fphilipe_ has quit [Ping timeout: 246 seconds]
22:25
ramfjord has quit [Ping timeout: 246 seconds]
22:25
queip has quit [Ping timeout: 272 seconds]
22:27
free_friend has joined #ruby
22:28
free_friend has left #ruby [#ruby]
22:28
ramfjord has joined #ruby
22:29
hutch has joined #ruby
22:30
jeremycw has joined #ruby
22:32
free_friend has joined #ruby
22:32
queip has joined #ruby
22:33
ramfjord has quit [Ping timeout: 248 seconds]
22:33
d^sh has quit [Ping timeout: 248 seconds]
22:33
Guest72679 has quit [Ping timeout: 248 seconds]
22:34
d^sh has joined #ruby
22:35
jeremycw has quit [Ping timeout: 245 seconds]
22:40
fphilipe_ has joined #ruby
22:40
CrazyEddy has quit [Ping timeout: 245 seconds]
22:41
Fusl has quit [Ping timeout: 256 seconds]
22:45
agent_white has quit [Remote host closed the connection]
22:45
Fusl has joined #ruby
22:46
eduardo_ has joined #ruby
22:46
CCDelivery has quit [Remote host closed the connection]
22:47
schne1der has quit [Ping timeout: 245 seconds]
22:47
eduardo_ has quit [Client Quit]
22:48
fuzzface has quit [Quit: Leaving]
22:48
CCDelivery has joined #ruby
22:49
free_friend has left #ruby [#ruby]
22:49
agent_white has joined #ruby
22:50
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
22:52
ramfjord has joined #ruby
22:57
ramfjord has quit [Ping timeout: 244 seconds]
23:00
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
23:01
CCDelivery has quit [Remote host closed the connection]
23:14
fphilipe_ has quit [Ping timeout: 258 seconds]
23:17
stryek has quit [Quit: Connection closed for inactivity]
23:27
cschneid_ has joined #ruby
23:36
doodlebug has joined #ruby
23:36
doodlebug has quit [Excess Flood]
23:37
doodlebug has joined #ruby
23:47
code_zombie has joined #ruby
23:48
AJA4350 has quit [Quit: AJA4350]
23:48
bambanx has joined #ruby
23:56
Swyper has joined #ruby