00:21
jenrzzz has quit [Ping timeout: 260 seconds]
00:24
Technodrome has joined #ruby
00:26
TCZ has quit [Ping timeout: 246 seconds]
00:36
robotbee has joined #ruby
00:40
MalkbabY has joined #ruby
00:41
rhe has quit [Quit: Ping timeout (120 seconds)]
00:42
rhe has joined #ruby
00:43
MalkbabY_ has quit [Ping timeout: 240 seconds]
00:47
gearnode has quit [Ping timeout: 260 seconds]
01:00
jenrzzz has joined #ruby
01:01
oneeggeach has quit [Quit: Leaving...]
01:05
jenrzzz_ has quit [Ping timeout: 240 seconds]
01:06
jetchisel has joined #ruby
01:07
jenrzzz_ has joined #ruby
01:07
jenrzzz has quit [Ping timeout: 240 seconds]
01:11
jess has quit [Quit: Lost terminal]
01:11
jenrzzz_ has quit [Ping timeout: 265 seconds]
01:12
jess has joined #ruby
01:21
jenrzzz has joined #ruby
01:28
jenrzzz has quit [Ping timeout: 240 seconds]
01:31
jenrzzz has joined #ruby
01:32
patr0clus has joined #ruby
01:34
patr0clus has quit [Client Quit]
01:38
jenrzzz has quit [Ping timeout: 246 seconds]
01:43
jenrzzz has joined #ruby
01:48
jenrzzz has quit [Ping timeout: 268 seconds]
01:57
jenrzzz has joined #ruby
02:01
jenrzzz has quit [Ping timeout: 240 seconds]
02:14
barg has joined #ruby
02:21
jenrzzz has joined #ruby
02:25
jenrzzz has quit [Ping timeout: 240 seconds]
02:27
jenrzzz has joined #ruby
02:30
dpl has quit [Ping timeout: 240 seconds]
02:32
jenrzzz has quit [Ping timeout: 240 seconds]
02:36
Qchmqs has joined #ruby
02:39
neshpion has joined #ruby
02:50
jenrzzz has joined #ruby
02:54
jenrzzz has quit [Ping timeout: 240 seconds]
03:00
andremedeiros has quit [Read error: Connection reset by peer]
03:01
andremedeiros has joined #ruby
03:06
<
LACampbell >
if I'm making a web app, should rackup be in my gemfile?
03:09
jetchisel has quit [Ping timeout: 252 seconds]
03:10
<
havenwood >
LACampbell: You'd want Rack or a Rack framework in your Gemfile, which would provide the `rackup` command.
03:10
TorpedoSkyline has quit [Quit: Konversation terminated!]
03:13
<
LACampbell >
got it. I have gem 'puma'
03:14
<
havenwood >
LACampbell: That's a Rack webserver but not a Rack framework (aka "adapter").
03:14
<
havenwood >
LACampbell: I mean like Rack itself, Rails, Roda, Sinatra, etc.
03:14
<
havenwood >
LACampbell: Like: gem 'roda'
03:15
<
havenwood >
LACampbell: Which might be accompanied by the choice of Puma for web server: gem 'puma'
03:16
<
LACampbell >
got it. yeah I am using roda
03:16
<
havenwood >
LACampbell: Puma doesn't actually have a runtime dependency on Rack, so it doesn't provide the `rackup` command.
03:16
<
LACampbell >
just trying to figure out how I can save changes to my app without having to `bundler exec rackup' again
03:16
jetchisel has joined #ruby
03:18
<
havenwood >
LACampbell: Which Rack framework?
03:18
<
havenwood >
LACampbell: Plain Rack? Roda? Sinatra?
03:18
<
LACampbell >
havenwood: roda
03:18
<
LACampbell >
yeah I need to re-read what you just wrote. about racks and what not
03:18
<
havenwood >
LACampbell: Unreloader works great with Roda
03:19
<
LACampbell >
ok so roda is a 'rack framework'. and puma is a 'rack webserver'
03:19
<
havenwood >
LACampbell: yup
03:22
gix- has joined #ruby
03:22
gix has quit [Disconnected by services]
03:27
robotbee has quit [Ping timeout: 268 seconds]
03:27
<
LACampbell >
huh. unreloader can't deal with frozen apps
03:27
<
LACampbell >
I am guessing there's some kind of thing in config.ru you can do to say "reload in dev, freeze in production"
03:28
<
LACampbell >
ah there we go there's an example in the readme
03:28
Technodrome has joined #ruby
03:30
jenrzzz has joined #ruby
03:30
<
LACampbell >
unreloader can't deal with constants in your code
03:32
<
havenwood >
LACampbell: Yeah, it should be able to unload constants.
03:33
<
LACampbell >
ok it's just warning about that
03:33
<
LACampbell >
but whenever I save my app and reload I get "Puma caught this error: uninitialized constant Rack::Request"
03:33
<
LACampbell >
so I assume my config russia or something is wrong
03:35
jenrzzz has quit [Ping timeout: 240 seconds]
03:42
jenrzzz has joined #ruby
03:43
<
LACampbell >
ok figured it out, should have read the readme better. no longer need to restart puma, happy days
03:47
jenrzzz has quit [Ping timeout: 265 seconds]
03:47
Milos has quit [Ping timeout: 260 seconds]
03:51
Milos has joined #ruby
03:53
cliluw has quit [Read error: Connection reset by peer]
03:54
andremedeiros has quit [Read error: Connection reset by peer]
03:57
andremedeiros has joined #ruby
03:58
andremedeiros has quit [Client Quit]
04:02
m27frogy has quit [Ping timeout: 240 seconds]
04:16
Milos has quit [Ping timeout: 240 seconds]
04:18
Milos has joined #ruby
04:37
jenrzzz has joined #ruby
04:42
jenrzzz has quit [Ping timeout: 240 seconds]
04:52
RandomArcher has quit [Ping timeout: 252 seconds]
04:52
MalkbabY_ has joined #ruby
04:54
jenrzzz has joined #ruby
04:56
MalkbabY has quit [Ping timeout: 268 seconds]
04:56
MalkbabY_ is now known as MalkbabY
05:00
jenrzzz has quit [Ping timeout: 265 seconds]
05:00
jenrzzz has joined #ruby
05:01
Mrgoose8 has joined #ruby
05:01
Mrgoose has quit [Ping timeout: 240 seconds]
05:01
Mrgoose8 is now known as Mrgoose
05:05
TrufflePump has quit [Ping timeout: 258 seconds]
05:06
ChmEarl has quit [Quit: Leaving]
05:08
jenrzzz has quit [Ping timeout: 252 seconds]
05:12
pwnd_ has quit [Quit: Ping timeout (120 seconds)]
05:13
Qchmqs has quit [Ping timeout: 252 seconds]
05:14
pwnd_ has joined #ruby
05:17
TorpedoSkyline has joined #ruby
05:19
jenrzzz has joined #ruby
05:23
jenrzzz has quit [Ping timeout: 246 seconds]
05:26
iNs has quit [Ping timeout: 240 seconds]
05:27
iNs has joined #ruby
05:29
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:33
Technodrome has joined #ruby
05:33
Technodrome has quit [Client Quit]
05:35
Technodrome has joined #ruby
05:37
howdoi has quit [Quit: Connection closed for inactivity]
05:48
neshpion has quit [Quit: neshpion]
05:56
TorpedoSkyline has quit [Quit: Konversation terminated!]
06:03
TrufflePump has joined #ruby
06:07
TrufflePump has quit [Ping timeout: 258 seconds]
06:33
cd has quit [Quit: cd]
06:34
robotbee has joined #ruby
06:36
feriman has joined #ruby
06:36
jenrzzz has joined #ruby
06:43
jenrzzz has quit [Ping timeout: 252 seconds]
07:03
thinkpad has quit [Quit: lawl]
07:08
DTZUZU_ has joined #ruby
07:09
Rudd0 has quit [Ping timeout: 268 seconds]
07:10
DTZUZU has quit [Ping timeout: 260 seconds]
07:23
bucareli has joined #ruby
07:34
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:36
lockweel has joined #ruby
07:38
jenrzzz has joined #ruby
07:42
robotbee has quit [Ping timeout: 240 seconds]
07:45
jenrzzz has quit [Ping timeout: 252 seconds]
07:45
jenrzzz has joined #ruby
07:48
hkais has joined #ruby
07:50
jenrzzz has quit [Ping timeout: 252 seconds]
08:38
jenrzzz has joined #ruby
08:38
al2o3-cr has quit [Quit: WeeChat 3.1]
08:41
bucareli has quit [Quit: leaving]
08:41
al2o3-cr has joined #ruby
08:43
jenrzzz has quit [Ping timeout: 268 seconds]
08:43
jetchisel has quit [Ping timeout: 268 seconds]
08:45
jetchisel has joined #ruby
08:48
TrufflePump has joined #ruby
08:51
jetchisel has quit [Ping timeout: 252 seconds]
08:52
TrufflePump has quit [Ping timeout: 258 seconds]
08:53
MalkbabY_ has joined #ruby
08:53
hiroaki_ has quit [Ping timeout: 260 seconds]
08:55
jetchisel has joined #ruby
08:56
MalkbabY has quit [Ping timeout: 252 seconds]
08:56
Fernando-Basso has joined #ruby
09:01
jenrzzz has joined #ruby
09:05
hiroaki_ has joined #ruby
09:07
jenrzzz has quit [Ping timeout: 268 seconds]
09:07
jetchisel has quit [Ping timeout: 268 seconds]
09:18
jenrzzz has joined #ruby
09:21
jetchisel has joined #ruby
09:24
jenrzzz has quit [Ping timeout: 265 seconds]
09:26
gearnode has joined #ruby
09:35
jenrzzz has joined #ruby
09:51
evdubs_ has joined #ruby
09:53
evdubs has quit [Ping timeout: 240 seconds]
09:56
jenrzzz has quit [Ping timeout: 240 seconds]
10:00
jetchisel has quit [Ping timeout: 252 seconds]
10:04
Rudd0 has joined #ruby
10:06
hiroaki_ has quit [Ping timeout: 260 seconds]
10:15
jenrzzz has joined #ruby
10:16
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:20
jenrzzz has quit [Ping timeout: 265 seconds]
10:21
jenrzzz has joined #ruby
10:21
gray-_-wolf has joined #ruby
10:25
jenrzzz has quit [Ping timeout: 268 seconds]
10:38
dpl has joined #ruby
10:38
elcuervo has quit [Read error: Connection reset by peer]
10:39
elcuervo has joined #ruby
10:45
jenrzzz has joined #ruby
10:48
jenrzzz_ has joined #ruby
10:49
jenrzzz has quit [Ping timeout: 265 seconds]
10:50
pyra has quit [Quit: Konversation terminated!]
10:52
jenrzzz_ has quit [Ping timeout: 252 seconds]
10:56
svilen has joined #ruby
10:59
<
gray-_-wolf >
Using the erb binary, is there a way to turn off the percent mode? I do not see it, but maybe I've missed something.
11:00
m27frogy has joined #ruby
11:08
hkais has quit [Ping timeout: 240 seconds]
11:13
jenrzzz has joined #ruby
11:18
jenrzzz has quit [Ping timeout: 252 seconds]
11:19
gearnode has quit [Ping timeout: 250 seconds]
11:20
gray-_-wolf has quit [Quit: WeeChat 3.1]
11:20
Rounin has joined #ruby
11:34
Tempesta has quit [Read error: Connection reset by peer]
11:34
Tempesta has joined #ruby
11:34
Tempesta has joined #ruby
11:34
Tempesta has quit [Changing host]
11:36
jenrzzz has joined #ruby
11:39
feriman has quit [Ping timeout: 240 seconds]
11:40
jenrzzz has quit [Ping timeout: 246 seconds]
11:47
svilen has quit [Quit: Konversation terminated!]
11:55
dsrt^ has joined #ruby
11:55
gearnode has joined #ruby
11:56
sphex has joined #ruby
11:57
lockweel has quit [Quit: Leaving]
12:01
AndreYuhai has joined #ruby
12:02
<
AndreYuhai >
I am using the upsert() function
12:02
<
AndreYuhai >
And the DB is MySQL
12:02
<
AndreYuhai >
if I don't have any indexes, does it always create a new record?
12:02
dpl has quit [Ping timeout: 260 seconds]
12:03
<
AndreYuhai >
Not passing any ID either, I mean primary key ID.
12:03
gearnode has quit [Ping timeout: 260 seconds]
12:03
dpl has joined #ruby
12:06
jenrzzz has joined #ruby
12:08
Rudd0 has quit [Ping timeout: 240 seconds]
12:13
jenrzzz has quit [Ping timeout: 260 seconds]
12:15
Qchmqs has joined #ruby
12:49
TrufflePump has joined #ruby
12:54
TrufflePump has quit [Ping timeout: 258 seconds]
12:55
MalkbabY has joined #ruby
12:58
MalkbabY_ has quit [Ping timeout: 252 seconds]
13:02
<
adam12 >
gray_-_wolf: the -T mode?
13:04
<
adam12 >
LACampbell: Personal anecdote, but I’ve built a lot of Roda apps and I’ve found it easier just to use guard-puma. It’s
_slightly_ slower but more reliable than any of the reloaders. Just FYI.
13:07
jetchisel has joined #ruby
13:11
hiroaki has joined #ruby
13:17
sgen has joined #ruby
13:29
Byteflux has joined #ruby
13:35
Byteflux has left #ruby ["Leaving"]
13:38
feriman has joined #ruby
13:41
prestorium has quit [Quit: prestorium]
13:43
jenrzzz has joined #ruby
13:48
jenrzzz has quit [Ping timeout: 240 seconds]
13:52
jenrzzz has joined #ruby
13:54
Flonk has quit [Ping timeout: 252 seconds]
13:55
Flonk has joined #ruby
13:57
jenrzzz has quit [Ping timeout: 265 seconds]
14:01
dpl_ has joined #ruby
14:04
dpl has quit [Ping timeout: 268 seconds]
14:07
Technodrome has joined #ruby
14:08
prestorium has joined #ruby
14:13
jritenour has joined #ruby
14:19
jritenour has quit [Quit: Leaving]
14:29
jenrzzz has joined #ruby
14:30
CoolerX has joined #ruby
14:32
jritenour has joined #ruby
14:35
jenrzzz has quit [Ping timeout: 240 seconds]
14:56
<
CoolerX >
I am trying to install ruby
14:56
<
CoolerX >
I did brew install ruby-build
14:56
<
CoolerX >
gives Error: Failed to download resource "ruby-build_bottle_manifest"
14:56
<
CoolerX >
I am on Ubuntu
14:56
<
CoolerX >
curl: (22) The requested URL returned error: 404
14:59
<
CoolerX >
I already installed rbenv
15:00
<
jaminc >
CoolerX: Brew is listed as a build method for MacOS on the installation page. I'd recommend using one of the methods recommended for Linux to install on Ubuntu.
15:00
<
CoolerX >
I did sudo apt install rbenv
15:00
<
CoolerX >
and it installed
15:01
<
CoolerX >
and it gave Checking `rbenv install' support: not found
15:01
<
CoolerX >
Unless you plan to add Ruby versions manually, you should install ruby-build.
15:02
<
CoolerX >
$ brew install ruby-build
15:02
<
CoolerX >
so I tried that and it gave the 404 error I pasted before
15:03
<
jaminc >
Once again, the "brew install" command is listed under the "MacOS" section there.
15:03
<
CoolerX >
jaminc, there is no linux section tho
15:03
<
jaminc >
Sounds like Ubuntu's rbenv is broken.
15:04
<
CoolerX >
what do you mean?
15:04
<
jaminc >
did you "rbenv init"?
15:04
<
jaminc >
Ubuntu's known for being broken all the time
15:04
<
CoolerX >
yeah I added it to ~/.bashrc
15:04
<
CoolerX >
eval "$(rbenv init -)"
15:05
<
jaminc >
where did you get that command?
15:06
<
jaminc >
if you just run "rbenv init", the documentation suggests that will set up your shell... the "eval" stuff you're using doesn't appear correct
15:07
<
CoolerX >
that worked
15:07
<
CoolerX >
thanks anyway
15:07
CoolerX has left #ruby ["Leaving"]
15:08
<
jaminc >
another "rails is ruby" error uwu
15:16
robotmay has quit [Ping timeout: 250 seconds]
15:16
robotmay has joined #ruby
15:26
ChmEarl has joined #ruby
15:28
jenrzzz has joined #ruby
15:33
jenrzzz has quit [Ping timeout: 252 seconds]
15:34
nertzy has joined #ruby
15:42
TrufflePump has joined #ruby
15:47
TrufflePump has quit [Ping timeout: 258 seconds]
15:47
sgen has quit [Ping timeout: 252 seconds]
15:55
cd has joined #ruby
15:55
hkais has joined #ruby
16:01
Rudd0 has joined #ruby
16:02
jenrzzz has joined #ruby
16:03
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
16:03
e has quit [Quit: edk]
16:06
jenrzzz has quit [Ping timeout: 252 seconds]
16:09
dpl_ has quit [Ping timeout: 240 seconds]
16:22
lockweel has joined #ruby
16:29
voker57 has quit [Quit: No Ping reply in 180 seconds.]
16:34
voker57 has joined #ruby
16:44
al2o3-cr has quit [Quit: WeeChat 3.1]
16:47
al2o3-cr has joined #ruby
16:52
cow[moo] has joined #ruby
16:57
dukester has joined #ruby
17:00
DTZUZU has joined #ruby
17:02
jenrzzz has joined #ruby
17:02
DTZUZU_ has quit [Ping timeout: 246 seconds]
17:09
wallacer has quit [Ping timeout: 245 seconds]
17:11
jenrzzz has quit [Ping timeout: 252 seconds]
17:12
MalkbabY_ has joined #ruby
17:15
MalkbabY has quit [Ping timeout: 265 seconds]
17:16
powerhouse has quit [Ping timeout: 260 seconds]
17:21
duderonomy has joined #ruby
17:22
reyfi9e has quit [Quit: Konversation term]
17:40
postmodern has joined #ruby
17:48
wallacer has joined #ruby
17:49
Fernando-Basso has quit [Quit: Leaving]
17:52
cliluw has joined #ruby
17:54
moldorcoder7 has quit [Ping timeout: 252 seconds]
17:58
noboruma has joined #ruby
18:10
moldorcoder7 has joined #ruby
18:18
noboruma has quit [Quit: Lost terminal]
18:26
Qchmqs has quit [Ping timeout: 240 seconds]
18:39
dzwdz has left #ruby ["WeeChat 2.3"]
18:44
lockweel has quit [Quit: Leaving]
18:45
TrufflePump has joined #ruby
18:46
jenrzzz has joined #ruby
18:49
dukester has left #ruby ["WeeChat 2.3"]
18:49
lockweel has joined #ruby
18:50
jenrzzz has quit [Ping timeout: 240 seconds]
18:55
carbone5 has joined #ruby
18:55
smurfke has joined #ruby
18:56
TrufflePump has quit [Ping timeout: 258 seconds]
19:08
lockweel has quit [Quit: Leaving]
19:17
TCZ has joined #ruby
19:22
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:31
dpl_ has joined #ruby
19:32
<
smurfke >
I made a simple class called "PdfWorker" in pdf_worker.rb
19:33
<
smurfke >
How do I reference this class in another .rb file?
19:35
evdubs__ has joined #ruby
19:36
jenrzzz has joined #ruby
19:38
evdubs_ has quit [Ping timeout: 268 seconds]
19:39
howdoi has joined #ruby
19:40
jenrzzz has quit [Ping timeout: 240 seconds]
19:41
jenrzzz has joined #ruby
19:41
jenrzzz_ has joined #ruby
19:42
<
jhass >
smurfke: require_relative "pdf_worker"
19:45
jenrzzz has quit [Ping timeout: 268 seconds]
19:46
jenrzzz has joined #ruby
19:47
Fernando-Basso has joined #ruby
19:48
<
smurfke >
thank you!
19:49
jenrzzz__ has joined #ruby
19:51
jenrzzz_ has quit [Ping timeout: 265 seconds]
19:53
jenrzzz has quit [Ping timeout: 268 seconds]
19:54
jenrzzz has joined #ruby
19:55
TrufflePump has joined #ruby
19:55
carbone5 has quit [Quit: carbone5]
19:56
Gonzo has joined #ruby
19:57
banisterfiend is now known as rinket
19:57
neshpion has joined #ruby
19:58
evdubs_ has joined #ruby
20:00
evdubs__ has quit [Ping timeout: 240 seconds]
20:01
_aeris_ has quit [Remote host closed the connection]
20:01
jenrzzz has quit [Ping timeout: 245 seconds]
20:01
_aeris_ has joined #ruby
20:02
evdubs_ is now known as evdubs
20:02
jenrzzz__ has quit [Ping timeout: 252 seconds]
20:21
johnny56 has quit [Ping timeout: 246 seconds]
20:21
carbone5 has joined #ruby
20:22
<
jhass >
smurfke: in the future please announce when you crosspost :)
20:24
carbone5 has quit [Client Quit]
20:26
evdubs_ has joined #ruby
20:27
jla has joined #ruby
20:28
jenrzzz has joined #ruby
20:28
evdubs has quit [Ping timeout: 240 seconds]
20:28
evdubs__ has joined #ruby
20:29
TCZ has quit [Ping timeout: 246 seconds]
20:29
joast has quit [Quit: Leaving.]
20:30
TCZ has joined #ruby
20:31
evdubs_ has quit [Ping timeout: 252 seconds]
20:34
TCZ has quit [Client Quit]
20:35
TCZ has joined #ruby
20:37
evdubs__ is now known as evdubs
20:38
joast has joined #ruby
20:40
jenrzzz has quit [Ping timeout: 240 seconds]
20:42
johnny56 has joined #ruby
20:45
feriman has quit [Ping timeout: 240 seconds]
20:48
TrufflePump has quit [Ping timeout: 258 seconds]
20:50
robotbee has joined #ruby
20:53
robotbee has quit [Read error: Connection timed out]
20:53
robotbee has joined #ruby
20:58
jenrzzz has joined #ruby
21:03
pyra has joined #ruby
21:03
jenrzzz has quit [Ping timeout: 245 seconds]
21:03
gearnode has joined #ruby
21:07
jla has quit [Ping timeout: 245 seconds]
21:08
_aeris_ has joined #ruby
21:11
gearnode has quit [Quit: WeeChat 3.1]
21:16
robotbee has quit [*.net *.split]
21:16
joast has quit [*.net *.split]
21:16
DTZUZU has quit [*.net *.split]
21:16
Mrgoose has quit [*.net *.split]
21:16
Milos has quit [*.net *.split]
21:16
konsolebox has quit [*.net *.split]
21:16
rwb has quit [*.net *.split]
21:16
lightstalker has quit [*.net *.split]
21:16
kloeri has quit [*.net *.split]
21:16
x0n has quit [*.net *.split]
21:16
tinco has quit [*.net *.split]
21:16
sunya7a has quit [*.net *.split]
21:16
levifig has quit [*.net *.split]
21:16
volix has quit [*.net *.split]
21:16
nertzy has quit [*.net *.split]
21:16
jetchisel has quit [*.net *.split]
21:16
Rounin has quit [*.net *.split]
21:16
elcuervo has quit [*.net *.split]
21:16
teclator has quit [*.net *.split]
21:16
jerme_ has quit [*.net *.split]
21:16
phenom_ has quit [*.net *.split]
21:16
daemonwrangler_ has quit [*.net *.split]
21:16
adam12 has quit [*.net *.split]
21:16
jmcgnh has quit [*.net *.split]
21:16
legahc has quit [*.net *.split]
21:16
gdonald has quit [*.net *.split]
21:16
Fire-Dragon-DoL has quit [*.net *.split]
21:16
Kuukunen has quit [*.net *.split]
21:16
j416 has quit [*.net *.split]
21:16
tekk has quit [*.net *.split]
21:16
JasonO has quit [*.net *.split]
21:16
tris has quit [*.net *.split]
21:16
nakilon has quit [*.net *.split]
21:16
probonic08 has quit [*.net *.split]
21:16
tabakhase has quit [*.net *.split]
21:16
marens has quit [*.net *.split]
21:16
Rudd0 has quit [*.net *.split]
21:16
camilasan__ has quit [*.net *.split]
21:16
KramerC has quit [*.net *.split]
21:16
LenPayne_ has quit [*.net *.split]
21:16
FetidToot has quit [*.net *.split]
21:16
bougyman has quit [*.net *.split]
21:16
shokohsc68 has quit [*.net *.split]
21:16
shortdudey123 has quit [*.net *.split]
21:16
`Alison has quit [*.net *.split]
21:16
BTRE has quit [*.net *.split]
21:16
Benett has quit [*.net *.split]
21:16
cfjk has quit [*.net *.split]
21:16
Junaos has quit [*.net *.split]
21:16
mcr has quit [*.net *.split]
21:16
klaas has quit [*.net *.split]
21:16
lipoqil has quit [*.net *.split]
21:16
guest4 has quit [*.net *.split]
21:16
leftylink has quit [*.net *.split]
21:16
Exagone313 has quit [*.net *.split]
21:16
sol1d has quit [*.net *.split]
21:16
peder has quit [*.net *.split]
21:16
sevvie has quit [*.net *.split]
21:16
arthurnn has quit [*.net *.split]
21:16
miah has quit [*.net *.split]
21:16
EdwardIII has quit [*.net *.split]
21:16
_aeris_ has quit [*.net *.split]
21:16
neshpion has quit [*.net *.split]
21:16
iNs has quit [*.net *.split]
21:16
bamdad_ has quit [*.net *.split]
21:16
wsmoak has quit [*.net *.split]
21:16
jhill has quit [*.net *.split]
21:16
tosaraja has quit [*.net *.split]
21:16
awwaiid has quit [*.net *.split]
21:16
hsiktas[m] has quit [*.net *.split]
21:16
GGMethos has quit [*.net *.split]
21:16
NightMonkey has quit [*.net *.split]
21:16
nemesit|znc has quit [*.net *.split]
21:16
spk has quit [*.net *.split]
21:16
nirix has quit [*.net *.split]
21:16
Hobbyboy has quit [*.net *.split]
21:16
universal has quit [*.net *.split]
21:16
DEac- has quit [*.net *.split]
21:16
liKe2k1 has quit [*.net *.split]
21:16
arooni has quit [*.net *.split]
21:16
Raboo has quit [*.net *.split]
21:16
vircung has quit [*.net *.split]
21:16
lol768 has quit [*.net *.split]
21:16
Frogging101 has quit [*.net *.split]
21:16
gensym has quit [*.net *.split]
21:16
silviu5 has quit [*.net *.split]
21:16
matled has quit [*.net *.split]
21:16
lucas___ has quit [*.net *.split]
21:16
rinket has quit [*.net *.split]
21:16
ianmacd has quit [*.net *.split]
21:16
howdoi has quit [*.net *.split]
21:16
Fernando-Basso has quit [*.net *.split]
21:16
hiroaki has quit [*.net *.split]
21:16
ruby[bot] has quit [*.net *.split]
21:16
claw has quit [*.net *.split]
21:16
nyuszika7h has quit [*.net *.split]
21:16
d0liver has quit [*.net *.split]
21:16
kwilczynski has quit [*.net *.split]
21:16
con3 has quit [*.net *.split]
21:16
darthThorik has quit [*.net *.split]
21:16
rann has quit [*.net *.split]
21:16
rrootss[m] has quit [*.net *.split]
21:16
ELLIOTTCABLE has quit [*.net *.split]
21:16
MentalPower has quit [*.net *.split]
21:16
Caius has quit [*.net *.split]
21:16
tekacs has quit [*.net *.split]
21:16
keyvan has quit [*.net *.split]
21:16
spectra has quit [*.net *.split]
21:16
meinside has quit [*.net *.split]
21:16
c355e3b has quit [*.net *.split]
21:16
Guest41501___ has quit [*.net *.split]
21:16
aloy has quit [*.net *.split]
21:16
zenspider has quit [*.net *.split]
21:16
poguez_ has quit [*.net *.split]
21:16
matthewd has quit [*.net *.split]
21:16
maxmanders has quit [*.net *.split]
21:16
peteretep has quit [*.net *.split]
21:16
chamunks- has quit [*.net *.split]
21:16
JayDoubleu has quit [*.net *.split]
21:16
thecoffemaker has quit [*.net *.split]
21:16
RushPL has quit [*.net *.split]
21:16
BuildTheRobots has quit [*.net *.split]
21:16
cnsvc has quit [*.net *.split]
21:16
towo has quit [*.net *.split]
21:16
pabs has quit [*.net *.split]
21:16
Inoperable has quit [*.net *.split]
21:16
duderonomy has quit [*.net *.split]
21:16
hkais has quit [*.net *.split]
21:16
AndreYuhai has quit [*.net *.split]
21:16
shtirlic has quit [*.net *.split]
21:16
raddazong has quit [*.net *.split]
21:16
ByronJohnson has quit [*.net *.split]
21:16
ozzloy has quit [*.net *.split]
21:16
camilasan has quit [*.net *.split]
21:16
aef has quit [*.net *.split]
21:16
mozzarella has quit [*.net *.split]
21:16
randomgen has quit [*.net *.split]
21:16
gigetoo has quit [*.net *.split]
21:16
infernix has quit [*.net *.split]
21:16
reaVer has quit [*.net *.split]
21:16
qwer has quit [*.net *.split]
21:16
rubydoc has quit [*.net *.split]
21:16
bhaak has quit [*.net *.split]
21:16
mcspud has quit [*.net *.split]
21:16
TeDChange has quit [*.net *.split]
21:16
Arahael has quit [*.net *.split]
21:16
Papa has quit [*.net *.split]
21:16
gix- has quit [*.net *.split]
21:16
jinie has quit [*.net *.split]
21:16
dostoyevsky has quit [*.net *.split]
21:16
roger_rabbit has quit [*.net *.split]
21:16
dka_ has quit [*.net *.split]
21:16
bukkitgerman8608 has quit [*.net *.split]
21:16
ule has quit [*.net *.split]
21:16
electrostat has quit [*.net *.split]
21:16
horst has quit [*.net *.split]
21:16
markong has quit [*.net *.split]
21:16
dan64 has quit [*.net *.split]
21:16
kinduff has quit [*.net *.split]
21:16
russt has quit [*.net *.split]
21:16
duckpuppy has quit [*.net *.split]
21:16
dorian has quit [*.net *.split]
21:16
isene has quit [*.net *.split]
21:16
rprimus has quit [*.net *.split]
21:16
niv has quit [*.net *.split]
21:16
turt2live has quit [*.net *.split]
21:16
kristof[m]1 has quit [*.net *.split]
21:16
Hanma[m] has quit [*.net *.split]
21:16
jaminc has quit [*.net *.split]
21:16
PaulB[m] has quit [*.net *.split]
21:16
Half-Shot has quit [*.net *.split]
21:16
WA9ACE has quit [*.net *.split]
21:16
Nightmare has quit [*.net *.split]
21:16
endorama has quit [*.net *.split]
21:16
seb___ has quit [*.net *.split]
21:16
salvor- has quit [*.net *.split]
21:16
wmoxam_ has quit [*.net *.split]
21:16
johnny56 has quit [*.net *.split]
21:16
al2o3-cr has quit [*.net *.split]
21:16
barg has quit [*.net *.split]
21:16
bvdw has quit [*.net *.split]
21:16
LtHummus_ has quit [*.net *.split]
21:16
napcae has quit [*.net *.split]
21:16
noodle has quit [*.net *.split]
21:16
JeffJefftyJeff has quit [*.net *.split]
21:16
dhollinger has quit [*.net *.split]
21:16
fercell has quit [*.net *.split]
21:16
Seich has quit [*.net *.split]
21:16
bb8 has quit [*.net *.split]
21:16
Xeago has quit [*.net *.split]
21:16
splud has quit [*.net *.split]
21:16
gray_-_wolf has quit [*.net *.split]
21:16
cgfbee has quit [*.net *.split]
21:16
mbrndtgn has quit [*.net *.split]
21:16
zofrex has quit [*.net *.split]
21:16
NL3limin4t0r has quit [*.net *.split]
21:16
leah2 has quit [*.net *.split]
21:16
zapata has quit [*.net *.split]
21:16
linusmarton has quit [*.net *.split]
21:16
newton has quit [*.net *.split]
21:16
EvilJStoker has quit [*.net *.split]
21:16
wnd has quit [*.net *.split]
21:16
tweaks has quit [*.net *.split]
21:16
helpa has quit [*.net *.split]
21:16
LACampbell has quit [*.net *.split]
21:16
englishm has quit [*.net *.split]
21:16
astronavt has quit [*.net *.split]
21:16
oz has quit [*.net *.split]
21:16
lurkless has quit [*.net *.split]
21:16
rapha has quit [*.net *.split]
21:16
havenwood has quit [*.net *.split]
21:16
PaulePanter has quit [*.net *.split]
21:16
contradictioned_ has quit [*.net *.split]
21:16
SuperLag has quit [*.net *.split]
21:16
MuffinPimp has quit [*.net *.split]
21:16
KrzaQ has quit [*.net *.split]
21:16
badeball has quit [*.net *.split]
21:16
phaul has quit [*.net *.split]
21:16
tomaw has quit [*.net *.split]
21:16
seed0 has quit [*.net *.split]
21:16
cadeskywalker has quit [*.net *.split]
21:16
SoF has quit [*.net *.split]
21:16
Scient has quit [*.net *.split]
21:16
gremax has quit [*.net *.split]
21:16
dsrt^ has quit [Max SendQ exceeded]
21:17
peder has joined #ruby
21:17
rprimus has joined #ruby
21:17
isene has joined #ruby
21:17
dorian has joined #ruby
21:17
duckpuppy has joined #ruby
21:17
russt has joined #ruby
21:17
kinduff has joined #ruby
21:17
dan64 has joined #ruby
21:17
markong has joined #ruby
21:17
horst has joined #ruby
21:17
electrostat has joined #ruby
21:17
bukkitgerman8608 has joined #ruby
21:17
ule has joined #ruby
21:17
roger_rabbit has joined #ruby
21:17
Rudd0 has joined #ruby
21:17
jinie has joined #ruby
21:17
joast has joined #ruby
21:17
gix- has joined #ruby
21:17
nertzy has joined #ruby
21:17
jetchisel has joined #ruby
21:17
Rounin has joined #ruby
21:17
elcuervo has joined #ruby
21:17
Milos has joined #ruby
21:17
Mrgoose has joined #ruby
21:17
teclator has joined #ruby
21:17
konsolebox has joined #ruby
21:17
rwb has joined #ruby
21:17
jerme_ has joined #ruby
21:17
camilasan__ has joined #ruby
21:17
phenom_ has joined #ruby
21:17
daemonwrangler_ has joined #ruby
21:17
LenPayne_ has joined #ruby
21:17
KramerC has joined #ruby
21:17
FetidToot has joined #ruby
21:17
adam12 has joined #ruby
21:17
shokohsc68 has joined #ruby
21:17
bougyman has joined #ruby
21:17
shortdudey123 has joined #ruby
21:17
volix has joined #ruby
21:17
tinco has joined #ruby
21:17
x0n has joined #ruby
21:17
levifig has joined #ruby
21:17
kloeri has joined #ruby
21:17
jmcgnh has joined #ruby
21:17
sunya7a has joined #ruby
21:17
BTRE has joined #ruby
21:17
gdonald has joined #ruby
21:17
legahc has joined #ruby
21:17
Fire-Dragon-DoL has joined #ruby
21:17
Kuukunen has joined #ruby
21:17
j416 has joined #ruby
21:17
Benett has joined #ruby
21:17
marens has joined #ruby
21:17
cfjk has joined #ruby
21:17
probonic08 has joined #ruby
21:17
DTZUZU has joined #ruby
21:17
tabakhase has joined #ruby
21:17
dka_ has joined #ruby
21:17
`Alison has joined #ruby
21:17
lightstalker has joined #ruby
21:17
tris has joined #ruby
21:17
sevvie has joined #ruby
21:17
tekk has joined #ruby
21:17
nakilon has joined #ruby
21:17
arthurnn has joined #ruby
21:17
JasonO has joined #ruby
21:17
sol1d has joined #ruby
21:17
EdwardIII has joined #ruby
21:17
leftylink has joined #ruby
21:17
miah has joined #ruby
21:17
Exagone313 has joined #ruby
21:17
guest4 has joined #ruby
21:17
mcr has joined #ruby
21:17
lipoqil has joined #ruby
21:17
Junaos has joined #ruby
21:17
klaas has joined #ruby
21:17
dsrt^ has joined #ruby
21:17
jmcgnh has quit [Max SendQ exceeded]
21:17
duckpuppy has quit [Max SendQ exceeded]
21:17
electrostat has quit [Max SendQ exceeded]
21:17
dan64 has quit [Max SendQ exceeded]
21:17
neshpion has joined #ruby
21:17
iNs has joined #ruby
21:17
_aeris_ has joined #ruby
21:18
seb___ has joined #ruby
21:18
kristof[m]1 has joined #ruby
21:18
Hanma[m] has joined #ruby
21:18
niv has joined #ruby
21:18
turt2live has joined #ruby
21:18
jaminc has joined #ruby
21:18
PaulB[m] has joined #ruby
21:18
Nightmare has joined #ruby
21:18
WA9ACE has joined #ruby
21:18
endorama has joined #ruby
21:18
wmoxam_ has joined #ruby
21:18
salvor- has joined #ruby
21:18
lurkless has joined #ruby
21:18
SuperLag has joined #ruby
21:18
KrzaQ has joined #ruby
21:18
cadeskywalker has joined #ruby
21:18
badeball has joined #ruby
21:18
tomaw has joined #ruby
21:18
gremax has joined #ruby
21:18
Scient has joined #ruby
21:18
seed0 has joined #ruby
21:18
MuffinPimp has joined #ruby
21:18
rapha has joined #ruby
21:18
havenwood has joined #ruby
21:18
PaulePanter has joined #ruby
21:18
phaul has joined #ruby
21:18
contradictioned_ has joined #ruby
21:18
teej has quit [Ping timeout: 245 seconds]
21:18
hahuang65 has quit [Ping timeout: 261 seconds]
21:18
entel has quit [Ping timeout: 261 seconds]
21:18
dan64 has joined #ruby
21:18
linusmarton has joined #ruby
21:18
wnd has joined #ruby
21:18
helpa has joined #ruby
21:18
LACampbell has joined #ruby
21:18
oz has joined #ruby
21:18
englishm has joined #ruby
21:18
tweaks has joined #ruby
21:18
zapata has joined #ruby
21:18
astronavt has joined #ruby
21:18
leah2 has joined #ruby
21:18
newton has joined #ruby
21:18
EvilJStoker has joined #ruby
21:19
mozzarella has joined #ruby
21:19
johnny56 has joined #ruby
21:19
al2o3-cr has joined #ruby
21:19
LtHummus_ has joined #ruby
21:19
barg has joined #ruby
21:19
JeffJefftyJeff has joined #ruby
21:19
napcae has joined #ruby
21:19
fercell has joined #ruby
21:19
dhollinger has joined #ruby
21:19
bb8 has joined #ruby
21:19
Seich has joined #ruby
21:19
cgfbee has joined #ruby
21:19
Xeago has joined #ruby
21:19
splud has joined #ruby
21:19
gray_-_wolf has joined #ruby
21:19
zofrex has joined #ruby
21:19
mbrndtgn has joined #ruby
21:19
NL3limin4t0r has joined #ruby
21:19
GGMethos has joined #ruby
21:19
spk has joined #ruby
21:19
wsmoak has joined #ruby
21:19
jhill has joined #ruby
21:19
tosaraja has joined #ruby
21:19
nirix has joined #ruby
21:19
liKe2k1 has joined #ruby
21:19
universal has joined #ruby
21:19
awwaiid has joined #ruby
21:19
DEac- has joined #ruby
21:19
nemesit|znc has joined #ruby
21:19
themsay[m] has quit [Max SendQ exceeded]
21:19
dsrt^ has quit [Max SendQ exceeded]
21:19
lurkless has quit [Max SendQ exceeded]
21:19
Frogging101 has joined #ruby
21:19
Raboo has joined #ruby
21:19
lol768 has joined #ruby
21:19
arooni has joined #ruby
21:19
vircung has joined #ruby
21:19
silviu5 has joined #ruby
21:19
rinket has joined #ruby
21:19
lucas___ has joined #ruby
21:19
ianmacd has joined #ruby
21:19
matled has joined #ruby
21:19
gensym has joined #ruby
21:19
d10n-work has quit [Ping timeout: 245 seconds]
21:19
Guest41501___ has joined #ruby
21:19
nickb has quit [Ping timeout: 250 seconds]
21:19
Guest41501___ has quit [Changing host]
21:19
Guest41501___ has joined #ruby
21:19
wsmoak has quit [Ping timeout: 276 seconds]
21:19
astronavt has quit [Max SendQ exceeded]
21:19
cgfbee has quit [Max SendQ exceeded]
21:19
linusmarton has quit [Ping timeout: 267 seconds]
21:19
turt2live has quit [Ping timeout: 248 seconds]
21:19
kristof[m]1 has quit [Ping timeout: 248 seconds]
21:19
Hanma[m] has quit [Ping timeout: 248 seconds]
21:19
schwegler[m] has quit [Ping timeout: 258 seconds]
21:19
cyberarm has quit [Ping timeout: 258 seconds]
21:19
helmout[m] has quit [Ping timeout: 258 seconds]
21:19
jo-so has quit [Ping timeout: 258 seconds]
21:19
ELLIOTTCABLE has joined #ruby
21:19
itok has quit [Ping timeout: 245 seconds]
21:19
solars has quit [Ping timeout: 245 seconds]
21:19
Liothen has quit [Ping timeout: 245 seconds]
21:20
graphicsv has quit [Ping timeout: 250 seconds]
21:20
lurkless has joined #ruby
21:20
fowl has quit [Ping timeout: 258 seconds]
21:20
Fernando-Basso has joined #ruby
21:20
howdoi has joined #ruby
21:20
hiroaki has joined #ruby
21:20
ruby[bot] has joined #ruby
21:20
claw has joined #ruby
21:20
d0liver has joined #ruby
21:20
keyvan has joined #ruby
21:20
rrootss[m] has joined #ruby
21:20
MentalPower has joined #ruby
21:20
darthThorik has joined #ruby
21:20
Caius has joined #ruby
21:20
con3 has joined #ruby
21:20
tekacs has joined #ruby
21:20
meinside has joined #ruby
21:20
zenspider has joined #ruby
21:20
aloy has joined #ruby
21:20
matthewd has joined #ruby
21:20
poguez_ has joined #ruby
21:20
nyuszika7h has joined #ruby
21:20
kwilczynski has joined #ruby
21:20
peteretep has joined #ruby
21:20
maxmanders has joined #ruby
21:20
chamunks- has joined #ruby
21:20
spectra has joined #ruby
21:20
thecoffemaker has joined #ruby
21:20
cnsvc has joined #ruby
21:20
towo has joined #ruby
21:20
pabs has joined #ruby
21:20
ozzloy has joined #ruby
21:20
Inoperable has joined #ruby
21:20
RushPL has joined #ruby
21:20
awwaiid has quit [Ping timeout: 276 seconds]
21:20
howdoi has quit [Ping timeout: 255 seconds]
21:20
rrootss[m] has quit [Ping timeout: 283 seconds]
21:20
kwilczynski has quit [Max SendQ exceeded]
21:20
jimcroft has quit [Ping timeout: 258 seconds]
21:20
dsrt^ has joined #ruby
21:20
jenrzzz has joined #ruby
21:20
grvgr has quit [Ping timeout: 250 seconds]
21:21
infernix has joined #ruby
21:21
nickb has joined #ruby
21:22
hkais has joined #ruby
21:22
shtirlic has joined #ruby
21:22
raddazong has joined #ruby
21:22
ByronJohnson has joined #ruby
21:22
camilasan has joined #ruby
21:22
aef has joined #ruby
21:22
randomgen has joined #ruby
21:22
duderonomy has joined #ruby
21:22
gigetoo has joined #ruby
21:22
17WAABRZX has joined #ruby
21:22
reaVer has joined #ruby
21:22
Arahael has joined #ruby
21:22
mcspud has joined #ruby
21:22
rubydoc has joined #ruby
21:22
TeDChange has joined #ruby
21:22
Papa has joined #ruby
21:22
bhaak has joined #ruby
21:22
Net has quit [Ping timeout: 250 seconds]
21:22
Celphi has quit [Ping timeout: 250 seconds]
21:22
cstrahan has quit [Ping timeout: 245 seconds]
21:22
Iambchop has quit [Ping timeout: 245 seconds]
21:22
d0liver has quit [Ping timeout: 265 seconds]
21:23
rann has joined #ruby
21:23
entel has joined #ruby
21:23
CustosLimen has quit [Ping timeout: 250 seconds]
21:23
keyvan has quit [Ping timeout: 260 seconds]
21:23
JayDoubleu has joined #ruby
21:23
PaulB[m] has quit [Ping timeout: 248 seconds]
21:23
jimcroft has joined #ruby
21:23
wsmoak has joined #ruby
21:23
grvgr has joined #ruby
21:23
Fernando-Basso has quit [Ping timeout: 260 seconds]
21:23
kwilczynski has joined #ruby
21:24
c355e3b has joined #ruby
21:24
jhill has quit [Ping timeout: 276 seconds]
21:24
Net has joined #ruby
21:24
fowl has joined #ruby
21:25
graphicsv has joined #ruby
21:25
d0liver has joined #ruby
21:25
cstrahan has joined #ruby
21:25
hahuang65 has joined #ruby
21:25
Celphi has joined #ruby
21:26
d10n-work has joined #ruby
21:26
CustosLimen has joined #ruby
21:26
teej has joined #ruby
21:26
Iambchop has joined #ruby
21:26
Liothen has joined #ruby
21:26
solars has joined #ruby
21:26
cgfbee has joined #ruby
21:27
itok has joined #ruby
21:27
BuildTheRobots has joined #ruby
21:27
keyvan has joined #ruby
21:27
Celphi has quit [Excess Flood]
21:28
howdoi has joined #ruby
21:28
Celphi has joined #ruby
21:29
jhill has joined #ruby
21:30
jenrzzz has quit [Ping timeout: 245 seconds]
21:38
MalkbabY_ has quit [Ping timeout: 245 seconds]
21:39
_aeris_ has quit [Remote host closed the connection]
21:39
jenrzzz has joined #ruby
21:43
jinie has joined #ruby
21:44
jenrzzz has quit [Ping timeout: 276 seconds]
21:48
cyberarm has joined #ruby
21:51
evdubs has quit [Quit: Leaving]
21:56
robotbee has joined #ruby
21:57
TrufflePump has joined #ruby
21:59
awwaiid has joined #ruby
21:59
turt2live has joined #ruby
21:59
hsiktas[m] has joined #ruby
21:59
themsay[m] has joined #ruby
21:59
Half-Shot has joined #ruby
21:59
PaulB[m] has joined #ruby
21:59
linusmarton has joined #ruby
21:59
jo-so has joined #ruby
21:59
helmout[m] has joined #ruby
21:59
rrootss[m] has joined #ruby
21:59
Hanma[m] has joined #ruby
21:59
kristof[m]1 has joined #ruby
21:59
schwegler[m] has joined #ruby
22:00
ruby[bot] has quit [Remote host closed the connection]
22:00
TCZ has quit [Quit: oh eh ah]
22:02
TrufflePump has quit [Ping timeout: 258 seconds]
22:09
howdoi has quit [Quit: Connection closed for inactivity]
22:17
jinie has joined #ruby
22:29
rann is now known as Guest45273
22:29
ELLIOTTCABLE is now known as Guest10365
22:29
dan64 is now known as Guest19992
22:29
mozzarella is now known as Guest1810
22:29
hahuang65 is now known as Guest22491
22:29
teej is now known as Guest59707
22:29
infernix has quit [Changing host]
22:29
infernix has joined #ruby
22:29
electrostat has joined #ruby
22:29
_aeris_ has joined #ruby
22:29
ruby[bot] has joined #ruby
22:29
Hobbyboy has joined #ruby
22:29
bamdad has joined #ruby
22:29
astronavt has joined #ruby
22:29
cliluw has quit [Ping timeout: 245 seconds]
22:29
MalkbabY has joined #ruby
22:32
TrufflePump has joined #ruby
22:32
dostoyevsky has joined #ruby
22:32
NightMonkey has joined #ruby
22:33
noodle has joined #ruby
22:35
jla has joined #ruby
22:36
TrufflePump has quit [Ping timeout: 258 seconds]
22:36
jmcgnh has joined #ruby
22:36
phenom_ is now known as phenom
22:41
cuerbot has joined #ruby
22:44
elcuervo has quit [Ping timeout: 246 seconds]
22:50
jenrzzz has joined #ruby
22:54
jenrzzz has quit [Ping timeout: 246 seconds]
22:55
jla has quit [Ping timeout: 240 seconds]
23:08
DTZUZU_ has joined #ruby
23:08
ecommence has joined #ruby
23:09
Guest1810 has quit [Quit: WeeChat 2.8]
23:09
Guest22491 is now known as hahuang65
23:09
mozzarella has joined #ruby
23:10
DTZUZU has quit [Ping timeout: 252 seconds]
23:10
gdonald has quit [Remote host closed the connection]
23:12
<
ruby[bot] >
ecommence: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use
https://gist.github.com
23:13
jenrzzz has joined #ruby
23:14
evdubs has joined #ruby
23:14
robotbee has quit [Ping timeout: 276 seconds]
23:18
<
LACampbell >
adam12: I'll look into guard-puma. I'd love something that worked in production, whereby I could just copy updated files to my server and it auto restarted, without having to login
23:20
jenrzzz has quit [Ping timeout: 252 seconds]
23:30
py88 has joined #ruby
23:31
<
ecommence >
Puma + TLS = trouble LOL
23:31
hkais has quit [Ping timeout: 240 seconds]
23:31
<
ecommence >
Puma still calls it SSL too
23:39
DTZUZU has joined #ruby
23:41
DTZUZU_ has quit [Ping timeout: 240 seconds]
23:46
Technodrome has joined #ruby
23:48
sgen has joined #ruby
23:48
pyra has quit [Quit: Konversation terminated!]
23:49
<
LACampbell >
that sucks
23:51
jenrzzz has joined #ruby
23:54
<
ecommence >
LACampbell: not if you relieve Puma of the TLS duties! I managed to do the "TLS termination" right before it hits Puma
23:54
<
LACampbell >
puma isn't the level I'd set up HTTPS
23:56
<
LACampbell >
is there any production ruby set up where you don't have to manually restart when your files changes? I got spoiled by pm2
23:57
<
ecommence >
dont know sorry :/
23:57
<
ecommence >
but i do have a sweet HTTPS setup if anybody wants to see
23:57
jenrzzz has quit [Ping timeout: 246 seconds]
23:59
sgen has quit [Ping timeout: 246 seconds]