umurgdk has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 244 seconds]
mjblack has quit [Ping timeout: 246 seconds]
anthony has quit [Ping timeout: 250 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Ping timeout: 276 seconds]
mjblack has joined #crystal-lang
pawnbox has joined #crystal-lang
greengriminal has quit [Quit: Leaving]
pawnbox has quit [Ping timeout: 240 seconds]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
anthony__ has joined #crystal-lang
kfpratt has joined #crystal-lang
matp has quit [Ping timeout: 252 seconds]
kfpratt has quit [Ping timeout: 248 seconds]
matp has joined #crystal-lang
anthony__ has quit [Ping timeout: 246 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
dsounded has joined #crystal-lang
kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 250 seconds]
kulelu88 has joined #crystal-lang
dsounded has quit [Ping timeout: 250 seconds]
kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 268 seconds]
kulelu88 has quit [Quit: Leaving]
bcardiff has joined #crystal-lang
zodiak has quit [Ping timeout: 244 seconds]
kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 248 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #crystal-lang
bcardiff has quit [Quit: bcardiff]
kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 248 seconds]
trapped has joined #crystal-lang
hangyas has joined #crystal-lang
marcosdsanchez has quit [Ping timeout: 244 seconds]
bcardiff has joined #crystal-lang
bcardiff has quit [Client Quit]
marcosdsanchez has joined #crystal-lang
bcardiff has joined #crystal-lang
rok has joined #crystal-lang
umurgdk has joined #crystal-lang
kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 248 seconds]
bcardiff has quit [Quit: bcardiff]
x0f has joined #crystal-lang
kfpratt has joined #crystal-lang
kfpratt has quit [Ping timeout: 248 seconds]
rolha has joined #crystal-lang
<rolha>
hi everyone
<rolha>
sorry for not being 100% related to Crystal, but I'm doing a hobby web project in Kemal
<rolha>
and I'm used to netty or node as a wev server, what's the best way to restart a crystal app (Kemal in this case) if it crashes? I'm using ubuntu.
<rolha>
should I just use something like upstart?
edjsu has quit [Quit: leaving]
bcardiff has joined #crystal-lang
bcardiff has quit [Client Quit]
<BlaXpirit>
rolha, something like upstart but not upstart
<rolha>
BlaXpirit: ahah, thanks :) is it that bad?
<BlaXpirit>
rolha, it is not used in any major distro anymore
<yxhuvud>
I'd use whichever is installed of upstart or systemd.
<BlaXpirit>
Ubuntu 14.04 uses it but latest version does not
<rolha>
I've used npm's forever, but wanted to do a node detox :-P
<Rinkana>
First i wanted to write it like this: add_route "GET", "/", "Index@Index"
umurgdk has quit [Ping timeout: 252 seconds]
<Rinkana>
But since i cant create objects based on a string i tought i'd padd the controller class and as a string the method i want to call.
bcardiff has quit [Quit: bcardiff]
edjsu has quit [Quit: edjsu]
edjsu has joined #crystal-lang
matp has quit [Remote host closed the connection]
<Rinkana>
BlaXpirit i've tried calling the send and method functions that ruby has however it seems they are not in Crystal. Is there another way to call the method by string?
bcardiff has joined #crystal-lang
<BlaXpirit>
Rinkana, no...
<BlaXpirit>
Rinkana, why don't you check out existing web frameworks
anthony has quit [Ping timeout: 276 seconds]
anthony has joined #crystal-lang
matp has joined #crystal-lang
anthony has quit [Ping timeout: 240 seconds]
Ven has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<asterite>
And also, it's better if we all focus on one/two web frameworks instead of creating thousands of them. Right now I'd say kemal is pretty good/popular, and there's also frost which is more Railsy