havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.3, 2.5.5, 2.7.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
Rapture has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cloaked1 has joined #ruby
cloaked1 has joined #ruby
cloaked1 has quit [Changing host]
crankharder has quit [Ping timeout: 258 seconds]
crankharder has joined #ruby
cloaked1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ramfjord has quit [Ping timeout: 272 seconds]
dviola has quit [Quit: WeeChat 2.5]
fphilipe_ has joined #ruby
buckworst has quit [Remote host closed the connection]
buckworst has joined #ruby
buckworst has quit [Max SendQ exceeded]
buckworst has joined #ruby
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.]
Dreamer3 has joined #ruby
Dreamer3 has quit [Client Quit]
haxx0r has quit [Ping timeout: 258 seconds]
DTZUZO has quit [Ping timeout: 248 seconds]
fphilipe_ has quit [Ping timeout: 246 seconds]
CCDelivery has quit [Remote host closed the connection]
codefriar has joined #ruby
codefriar has quit [Client Quit]
codefriar has joined #ruby
queip has quit [Ping timeout: 245 seconds]
fphilipe_ has joined #ruby
agent_white has joined #ruby
agent_white has quit [Changing host]
agent_white has joined #ruby
tranch has joined #ruby
queip has joined #ruby
mynameisdebian has joined #ruby
vjacob has quit [Ping timeout: 248 seconds]
ellcs1 has quit [Ping timeout: 248 seconds]
fphilipe_ has quit [Ping timeout: 258 seconds]
marz_d`ghostman has joined #ruby
<marz_d`ghostman> Anyone using this gem: https://github.com/exAspArk/rails-jquery-tokeninput? Can you provide me with a code sample, what setup needs to be done for it work?
ellcs has joined #ruby
ramfjord has joined #ruby
wald0 has quit [Quit: Lost terminal]
ramfjord has quit [Ping timeout: 258 seconds]
Swyper has joined #ruby
ramfjord has joined #ruby
Swyper has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 244 seconds]
crankharder has quit [Ping timeout: 258 seconds]
ramfjord has joined #ruby
mhlei has joined #ruby
<mhlei> hello everyone, may i ask a question about RSpec unit test?
<mhlei> Stubbing a chain of methods
<mhlei> You can use receive_message_chain in place of receive to stub a chain of messages:
<mhlei> allow(double).to receive_message_chain("foo.bar") { :baz }
<mhlei> allow(double).to receive_message_chain(:foo, :bar => :baz)
<mhlei> allow(double).to receive_message_chain(:foo, :bar) { :baz }
<mhlei> # Given any of the above forms:
<mhlei> double.foo.bar # => :baz
<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
<mhlei> will not work.
<mhlei> I can't understand the last sentence.
<mhlei> why the stub will not work ? the context is from http://rspec.info/documentation/3.8/rspec-mocks/
ramfjord has quit [Ping timeout: 258 seconds]
houhoulis has quit [Ping timeout: 248 seconds]
Azure|dc has quit [Ping timeout: 268 seconds]
<marz_d`ghostman> mhlei: probably because the stubbed message chain is :bar :baz while the implementations is foo.baz.bar
braincrash has quit [Quit: bye bye]
duderonomy has joined #ruby
Azure has joined #ruby
tdy1 has quit [Ping timeout: 246 seconds]
braincrash has joined #ruby
fphilipe_ has joined #ruby
gix has quit [Ping timeout: 258 seconds]
NecroByte has joined #ruby
NecroByte is now known as Blue^Nexus
skyikot has quit [Quit: skyikot]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
mynameisdebian has quit [Ping timeout: 245 seconds]
tranch has quit [Quit: tranch]
bambanx has quit [Quit: Leaving]
tranch has joined #ruby
yasumi2136_ has joined #ruby
tdy1 has joined #ruby
marz_d`ghostman has quit [Ping timeout: 256 seconds]
yasumi2136 has quit [Ping timeout: 245 seconds]
fphilipe_ has quit [Ping timeout: 258 seconds]
Swyper has joined #ruby
ur5us_ has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
Swyper has quit [Ping timeout: 244 seconds]
haxx0r has joined #ruby
Swyper has joined #ruby
<mhlei> marz_d: the example above `double.foo.bar` is all the same.
Swyper has quit [Ping timeout: 244 seconds]
Swyper has joined #ruby
mynameisdebian has joined #ruby
fedex has joined #ruby
themsay has quit [Ping timeout: 245 seconds]
Swyper has quit [Ping timeout: 244 seconds]
fphilipe_ has joined #ruby
nwradio878887987 is now known as nwradio
codefriar has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
codefriar has joined #ruby
codefriar has quit [Client Quit]
nwradio has left #ruby ["The Lounge - https://thelounge.chat"]
fphilipe_ has quit [Ping timeout: 258 seconds]
Rabautius has joined #ruby
mhlei has quit [Remote host closed the connection]
mhlei has joined #ruby
Inline has quit [Quit: Leaving]
doodlebug has quit [Read error: Connection reset by peer]
doodlebug has joined #ruby
sleetdrop has joined #ruby
cthu| has joined #ruby
ramfjord has joined #ruby
conta has joined #ruby
tranch has quit [Quit: tranch]
ur5us_ has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 258 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tranch has joined #ruby
buckworst has quit [Quit: Leaving]
fphilipe_ has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
sauvin has joined #ruby
shanks8080 has quit [Ping timeout: 246 seconds]
Swyper has joined #ruby
Swyper has quit [Ping timeout: 245 seconds]
lxsameer has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ua_ has joined #ruby
ua has quit [Ping timeout: 268 seconds]
queip has quit [Ping timeout: 248 seconds]
Sina has joined #ruby
queip has joined #ruby
Blue^Nexus has quit [Ping timeout: 258 seconds]
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
code_zombie has quit [Quit: Leaving]
uplime is now known as major_uplime
fphilipe_ has quit [Ping timeout: 244 seconds]
gigetoo has quit [Ping timeout: 246 seconds]
yokel has quit [Ping timeout: 245 seconds]
yokel has joined #ruby
gigetoo has joined #ruby
fphilipe_ has joined #ruby
fphilipe_ has quit [Read error: Connection reset by peer]
dviola has joined #ruby
fphilipe_ has joined #ruby
schne1der has joined #ruby
TomyWork has joined #ruby
vondruch has joined #ruby
sleetdrop has quit [Ping timeout: 244 seconds]
jinie has joined #ruby
mayurvpatil has joined #ruby
sarink has joined #ruby
aupadhye has joined #ruby
NL3limin4t0r_afk is now known as NL3limin4t0r
mayurvpatil has quit [Quit: This computer has gone to sleep]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
mhlei has quit [Quit: Leaving]
al2o3-cr has joined #ruby
dviola has quit [Quit: WeeChat 2.5]
mikecmpbll has joined #ruby
xco has joined #ruby
<xco> hi all
<xco> what’s this new experimental thing called in Ruby? the one with the @1, @2 as args?
<xco> i forgot :P
<xco> and don’t even know what to type in google
<xco> hahaha
conta has quit [Ping timeout: 248 seconds]
<al2o3-cr> xco: numbered parameters
<xco> al2o3-cr: yes!
<xco> that’s it thanks :)
<al2o3-cr> :)
conta has joined #ruby
vondruch has quit [Quit: vondruch]
queip has quit [Ping timeout: 246 seconds]
vondruch has joined #ruby
SeepingN has quit [Read error: Connection reset by peer]
SeepingN has joined #ruby
queip has joined #ruby
deepredsky has joined #ruby
deepreds1 has quit [Ping timeout: 244 seconds]
Rabautius has quit [Read error: Connection reset by peer]
agent_white has quit [Quit: leaving]
Freshnuts has quit [Remote host closed the connection]
Freshnuts has joined #ruby
_joes_ has joined #ruby
crankharder has joined #ruby
fphilipe_ has quit [Read error: Connection reset by peer]
mayurvpatil has joined #ruby
fphilipe_ has joined #ruby
mayurvpatil has quit [Read error: Connection reset by peer]
mayurvpatil has joined #ruby
dhollin3 has joined #ruby
dhollinger has quit [Read error: Connection reset by peer]
crankharder has quit [Read error: No route to host]
crankharder has joined #ruby
DTZUZO has joined #ruby
cisco has joined #ruby
cisco is now known as Guest53830
crankharder has quit [Ping timeout: 245 seconds]
crankharder has joined #ruby
queip has quit [Ping timeout: 245 seconds]
vondruch has quit [Remote host closed the connection]
vondruch has joined #ruby
sleetdrop has joined #ruby
xco has quit [Quit: xco]
crankharder has quit [Ping timeout: 245 seconds]
queip has joined #ruby
crankharder has joined #ruby
ramfjord has joined #ruby
mayurvpatil has quit [Quit: This computer has gone to sleep]
alem0lars has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
comstar has quit [Quit: poof]
SeepingN has quit [Read error: Connection reset by peer]
crankharder has quit [Ping timeout: 245 seconds]
SeepingN has joined #ruby
crankharder has joined #ruby
_joes_ has quit [Ping timeout: 248 seconds]
crankharder has quit [Ping timeout: 248 seconds]
crankharder has joined #ruby
mayurvpatil has joined #ruby
mayurvpatil has quit [Max SendQ exceeded]
conta has quit [Ping timeout: 272 seconds]
mayurvpatil has joined #ruby
_joes_ has joined #ruby
tranch has quit [Quit: tranch]
Brian-W-Gray has quit [Ping timeout: 272 seconds]
BrianWGray has joined #ruby
_joes_ has quit [Remote host closed the connection]
_joes_ has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
_joes_ has quit [Ping timeout: 268 seconds]
BTRE has quit [Ping timeout: 258 seconds]
BTRE has joined #ruby
vondruch has quit [Remote host closed the connection]
vondruch has joined #ruby
mayurvpatil has quit [Quit: This computer has gone to sleep]
vondruch has quit [Remote host closed the connection]
AJA4350 has joined #ruby
xco has joined #ruby
xco has quit [Client Quit]
Guest53830 has quit [Ping timeout: 248 seconds]
conta has joined #ruby
xco has joined #ruby
LtHummus has quit [Read error: Connection reset by peer]
queip has quit [Ping timeout: 245 seconds]
LtHummus has joined #ruby
Freshnuts has quit [Quit: Leaving]
cisco has joined #ruby
cisco is now known as Guest81516
vondruch has joined #ruby
involans has joined #ruby
queip has joined #ruby
TomyWork has quit [Remote host closed the connection]
alem0lars has quit [Read error: Connection reset by peer]
alem0lars has joined #ruby
conta has quit [Remote host closed the connection]
conta has joined #ruby
queip has quit [Ping timeout: 245 seconds]
xco has quit [Quit: xco]
Swyper has joined #ruby
TomyWork has joined #ruby
queip has joined #ruby
involans has quit [Quit: involans]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Guest81516 has quit [Ping timeout: 246 seconds]
involans has joined #ruby
mayurvpatil has joined #ruby
ramfjord has joined #ruby
doodlebug has quit [Read error: Connection reset by peer]
cisco has joined #ruby
cisco is now known as Guest15361
_joes_ has joined #ruby
doodlebug has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
aecepoglu[m] has joined #ruby
rafadc has quit [Read error: Connection reset by peer]
rafadc has joined #ruby
doodlebug has quit [Read error: Connection reset by peer]
doodlebug has joined #ruby
mayurvpatil has quit [Quit: This computer has gone to sleep]
iNs_ has joined #ruby
iNs has quit [Ping timeout: 256 seconds]
griffindy has joined #ruby
doodleb80 has joined #ruby
doodleb80 has quit [Read error: Connection reset by peer]
xco has joined #ruby
doodlebug has quit [Read error: Connection reset by peer]
Guest15361 has quit [Ping timeout: 258 seconds]
_joes_ has quit [Ping timeout: 258 seconds]
doodleb43 has joined #ruby
crankharder has quit [Ping timeout: 272 seconds]
doodleb43 has quit [Read error: Connection reset by peer]
doodlebug has joined #ruby
crankharder has joined #ruby
conta has quit [Ping timeout: 248 seconds]
Leopere has quit [Ping timeout: 248 seconds]
rubydoc has quit [Ping timeout: 268 seconds]
rubydoc has joined #ruby
Leopere has joined #ruby
jcalla has joined #ruby
fuzzface has joined #ruby
_joes_ has joined #ruby
Fusl has quit [Ping timeout: 256 seconds]
vondruch has quit [Read error: Connection reset by peer]
vondruch_ has joined #ruby
Fusl has joined #ruby
gremax has quit [Quit: ZNC - http://znc.in]
voxxit has quit [Quit: Follow me at: github.com/voxxit]
<havenwood> I'm enjoying playing with ioquatix's async libs. This seems really nice for Ruby. :)
<havenwood> Here's async-websockets as a Roda plugin: https://gist.github.com/havenwood/d15e80c6aedbc5c185017d09a8eef29e
crankharder has quit [Ping timeout: 245 seconds]
<mozzarella> havenwood: what is roda?
<havenwood> mozzarella: Do you know what Rack is?
<mozzarella> havenwood: some middle layer kind of thing
<havenwood> mozzarella: Yeah, it's a spec for taking HTTP requests via a web server, then optional middleware, and an optional framework.
<havenwood> mozzarella: On the web server end there are frameworks like Puma, Falcon, Passenger, Thin, Iodine, etc.
<havenwood> mozzarella: Middleware lets you change things about the request headers or body between the server and framework.
<havenwood> mozzarella: You can just use Rack without a framework, but routing, error handling and other things are a pain.
<havenwood> mozzarella: Rack frameworks include Rails, Sinatra, Roda, Cuba, Hanami, etc.
Inline has joined #ruby
<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.
<havenwood> mozzarella: Roda also includes a variety of plugins that you can optionally enable to get features beyond a routing tree.
<havenwood> The plugins let you compose the framework you need. I like Roda a lot.
<havenwood> Also, you can create your own plugins!
<havenwood> This ^ is an example of wrapping async-websockets in a little Roda plugin.
<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.
<havenwood> You can have WebSockets over HTTP/2 now, no separate connection required since you can multiplex. Who knew?
_joes_ has quit [Ping timeout: 268 seconds]
<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.
<havenwood> I think it's a reasonable exercise to create a Rack app and then try to manually munge `env` with if statements.
<havenwood> Then bask in Roda's routing tree.
<havenwood> The routing tree is pretty simple, but it's very nice.
<havenwood> The plugins are worth a look when considering what options you might want to enable for your webapp or api: https://github.com/jeremyevans/roda/tree/master/lib/roda/plugins
<havenwood> They're very nicely implemented and well-considered options.
mjacob has quit [Ping timeout: 252 seconds]
mayurvpatil has joined #ruby
ChrisBr has quit [Remote host closed the connection]
conta has joined #ruby
<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. :)
ChrisBr has joined #ruby
<havenwood> rand minapple..maxapple
<havenwood> <3 ruby
<havenwood> Math.floor(Math.random() * (maxapple - minapple + 1)) + minapple;
<havenwood> ¯\_(ツ)_/¯
roger_rabbit has quit [Ping timeout: 252 seconds]
involans has quit [Quit: involans]
cisco has joined #ruby
codefriar has joined #ruby
cisco is now known as Guest62450
fphilipe_ has quit [Ping timeout: 258 seconds]
m27frogy has quit [Quit: ZNC - https://znc.in]
m27frogy has joined #ruby
involans has joined #ruby
fedex has quit [Read error: Connection reset by peer]
mayurvpatil has quit [Quit: This computer has gone to sleep]
_joes_ has joined #ruby
gigetoo has quit [Read error: Connection reset by peer]
Swyper has quit [Remote host closed the connection]
conta has quit [Quit: conta]
fphilipe_ has joined #ruby
Inline_ has joined #ruby
sleetdrop has quit [Quit: Computer has gone to sleep.]
mayurvpatil has joined #ruby
Inline is now known as Guest82382
Guest82382 has quit [Ping timeout: 250 seconds]
Inline_ has quit [Remote host closed the connection]
ramfjord has joined #ruby
Inline_ has joined #ruby
mayurvpatil has quit [Max SendQ exceeded]
Inline_ has quit [Read error: Connection reset by peer]
mayurvpatil has joined #ruby
Inline_ has joined #ruby
Inline_ is now known as Inline
Inline has quit [Remote host closed the connection]
sarink has quit [Remote host closed the connection]
sarink has joined #ruby
ramfjord has quit [Ping timeout: 272 seconds]
lucasb has joined #ruby
Inline has joined #ruby
sarink has quit [Remote host closed the connection]
sarink has joined #ruby
sarink has quit [Remote host closed the connection]
_joes_ has quit [Ping timeout: 244 seconds]
mayurvpatil has quit [Quit: Leaving]
gigetoo has joined #ruby
GodFather has joined #ruby
doodleb36 has joined #ruby
doodlebug has quit [Ping timeout: 248 seconds]
Rapture has joined #ruby
GodFather has quit [Read error: Connection reset by peer]
dviola has joined #ruby
fuzzface has quit [Quit: Leaving]
roger_rabbit has joined #ruby
doodleb36 has quit [Read error: Connection reset by peer]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
apparition has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
matheusmoreira has quit [Ping timeout: 244 seconds]
matheusmoreira has joined #ruby
aupadhye has quit [Ping timeout: 248 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
mayurvpatil has joined #ruby
jeremycw has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
yokel has quit [Read error: Connection reset by peer]
solars has quit [Quit: Connection closed for inactivity]
yokel has joined #ruby
tdy1 has quit [Ping timeout: 268 seconds]
fphilipe_ has quit [Ping timeout: 264 seconds]
mayurvpatil_ has joined #ruby
<rokra> hey how to get value in a json array ?
mayurvpatil has quit [Ping timeout: 258 seconds]
<rokra> I m getting this error : no implicit conversion of String into Integer (TypeError)
<adam12> rokra: show some code
aupadhye has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
tranch has joined #ruby
<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.
yokel has quit [Read error: No route to host]
yokel_ has joined #ruby
yokel_ is now known as yokel
fphilipe_ has joined #ruby
yokel has quit [Remote host closed the connection]
fphilipe has joined #ruby
fphilipe_ has quit [Ping timeout: 258 seconds]
fphilipe_ has joined #ruby
xco has quit [Quit: xco]
xco has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
fphilipe has quit [Ping timeout: 258 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
xco has quit [Client Quit]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
dhollin3 is now known as dhollinger
yasumi2136 has joined #ruby
TomyWork has quit [Remote host closed the connection]
mayurvpatil_ has quit [Quit: This computer has gone to sleep]
yasumi2136_ has quit [Ping timeout: 248 seconds]
lxsameer has quit [Quit: out]
duderonomy has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
duderonomy has quit [Client Quit]
xco has joined #ruby
yokel has joined #ruby
duderonomy has joined #ruby
alem0lars has quit [Ping timeout: 245 seconds]
cschneid_ has quit [Remote host closed the connection]
cschneid_ has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
cschneid_ has quit [Ping timeout: 246 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
za1b1tsu has joined #ruby
code_zombie has joined #ruby
queip has quit [Ping timeout: 258 seconds]
reber has joined #ruby
reber has quit [Read error: Connection reset by peer]
queip has joined #ruby
gregf_ has quit [Ping timeout: 256 seconds]
mynameisdebian has quit [Ping timeout: 268 seconds]
apparition has quit [Quit: Bye]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
cschneid_ has joined #ruby
aupadhye has quit [Remote host closed the connection]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
ghostlines has joined #ruby
sameerynho has joined #ruby
UncleCid__ has quit [Ping timeout: 272 seconds]
involans has quit [Quit: involans]
vdl has quit [Ping timeout: 245 seconds]
duderonomy has joined #ruby
vdl has joined #ruby
cschneid_ has quit [Ping timeout: 258 seconds]
gix has joined #ruby
vondruch_ has quit [Ping timeout: 268 seconds]
Guest62450 has quit [Ping timeout: 258 seconds]
yasumi2136 has quit [Quit: Konversation terminated!]
crankharder has joined #ruby
orbyt_ has joined #ruby
tdy1 has joined #ruby
vdl has quit [Ping timeout: 244 seconds]
rippa has joined #ruby
involans has joined #ruby
moei has joined #ruby
sarink has joined #ruby
cthulchu has joined #ruby
cthulchu has quit [Max SendQ exceeded]
cthulchu has joined #ruby
cthu| has quit [Ping timeout: 258 seconds]
reber has joined #ruby
crankharder has quit [Ping timeout: 272 seconds]
hiroaki has joined #ruby
vdl has joined #ruby
mynameisdebian has joined #ruby
iffraff has joined #ruby
fphilipe_ has quit [Ping timeout: 258 seconds]
ramfjord has joined #ruby
cschneid_ has joined #ruby
involans has quit [Quit: involans]
fphilipe_ has joined #ruby
bogn has joined #ruby
cisco has joined #ruby
fphilipe_ has quit [Ping timeout: 246 seconds]
cisco is now known as Guest37983
vjacob has joined #ruby
hiroaki has quit [Ping timeout: 250 seconds]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
dostoyevsky has quit [Quit: leaving]
dostoyevsky has joined #ruby
sauvin has quit [Read error: Connection reset by peer]
bogn has quit [Quit: Konversation terminated!]
hiroaki has joined #ruby
mynameisdebian has quit [Ping timeout: 272 seconds]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
cschneid_ has quit [Ping timeout: 245 seconds]
mynameisdebian has joined #ruby
lucasb has quit [Quit: Connection closed for inactivity]
mynameisdebian has quit [Ping timeout: 272 seconds]
involans has joined #ruby
sarink has quit [Remote host closed the connection]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
queip has quit [Ping timeout: 245 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
HoultonDev has joined #ruby
infernix has quit [Ping timeout: 246 seconds]
queip has joined #ruby
matheusmoreira has quit [Remote host closed the connection]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
matheusmoreira has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
HoultonDev has quit [Quit: Quit.]
stryek has joined #ruby
sarink has joined #ruby
fuzzface has joined #ruby
sarink has quit [Ping timeout: 268 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
cschneid_ has joined #ruby
NL3limin4t0r is now known as NL3limin4t0r_afk
involans has quit [Quit: involans]
Guest37983 has quit [Ping timeout: 258 seconds]
Freshnuts has joined #ruby
dviola has quit [Quit: WeeChat 2.5]
SolarAqu- has joined #ruby
tranch has quit [Remote host closed the connection]
gnufied has joined #ruby
tranch has joined #ruby
fphilipe_ has joined #ruby
Fernando-Basso has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
cschneid_ has quit [Ping timeout: 272 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
spectra has quit [Ping timeout: 252 seconds]
dviola has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
ramfjord has quit [Ping timeout: 258 seconds]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
ur5us has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
code_zombie has quit [Quit: Leaving]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
ramfjord has joined #ruby
llua has quit [Quit: <Rudolph> shell code is what greycat reads to kids when he tucks them in]
infernix has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
ramfjord has quit [Ping timeout: 258 seconds]
major_uplime is now known as uplime
ramfjord has joined #ruby
reber has quit [Remote host closed the connection]
TomyWork has joined #ruby
za1b1tsu has quit [Remote host closed the connection]
llua has joined #ruby
CCDelivery has joined #ruby
cschneid_ has joined #ruby
spectra has joined #ruby
queip has quit [Ping timeout: 272 seconds]
TomyWork has quit [Remote host closed the connection]
deimos has quit [Remote host closed the connection]
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
deimos has joined #ruby
cloaked1 has joined #ruby
queip has joined #ruby
hiroaki has quit [Ping timeout: 245 seconds]
tranch has quit [Remote host closed the connection]
tranch has joined #ruby
tranch has quit [Ping timeout: 244 seconds]
Freshnuts has quit [Quit: Leaving]
cloaked1 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
deepreds1 has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
deepredsky has quit [Ping timeout: 272 seconds]
cschneid_ has quit [Ping timeout: 245 seconds]
cisco has joined #ruby
cisco is now known as Guest72679
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vjacob has quit [Ping timeout: 246 seconds]
galaxie has quit [Remote host closed the connection]
galaxie has joined #ruby
duckpuppy has quit [Quit: ZNC 1.7.4-rc1 - https://znc.in]
duckpuppy has joined #ruby
griffindy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jeremycw has quit [Ping timeout: 244 seconds]
duderonomy has joined #ruby
agent_white has joined #ruby
xco has quit [Quit: xco]
ur5us has quit [Remote host closed the connection]
sameerynho has quit [Ping timeout: 258 seconds]
victorqueiroz has joined #ruby
miskatonic has joined #ruby
<victorqueiroz> What would you guys recommend for a personal blog, Jekyll or Wordpress?
<lupine> hugo
fphilipe_ has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 246 seconds]
queip has quit [Ping timeout: 272 seconds]
free_friend has joined #ruby
free_friend has left #ruby [#ruby]
ramfjord has joined #ruby
hutch has joined #ruby
jeremycw has joined #ruby
free_friend has joined #ruby
queip has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
d^sh has quit [Ping timeout: 248 seconds]
Guest72679 has quit [Ping timeout: 248 seconds]
d^sh has joined #ruby
jeremycw has quit [Ping timeout: 245 seconds]
fphilipe_ has joined #ruby
CrazyEddy has quit [Ping timeout: 245 seconds]
Fusl has quit [Ping timeout: 256 seconds]
agent_white has quit [Remote host closed the connection]
Fusl has joined #ruby
eduardo_ has joined #ruby
CCDelivery has quit [Remote host closed the connection]
schne1der has quit [Ping timeout: 245 seconds]
eduardo_ has quit [Client Quit]
fuzzface has quit [Quit: Leaving]
CCDelivery has joined #ruby
free_friend has left #ruby [#ruby]
agent_white has joined #ruby
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 244 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CCDelivery has quit [Remote host closed the connection]
fphilipe_ has quit [Ping timeout: 258 seconds]
stryek has quit [Quit: Connection closed for inactivity]
cschneid_ has joined #ruby
doodlebug has joined #ruby
doodlebug has quit [Excess Flood]
doodlebug has joined #ruby
code_zombie has joined #ruby
AJA4350 has quit [Quit: AJA4350]
bambanx has joined #ruby
Swyper has joined #ruby