Time |
Nick |
Message |
01:17 |
|
jnap joined #mojo |
01:36 |
|
d4rkie joined #mojo |
01:48 |
|
jnap joined #mojo |
01:58 |
|
mattastrophe joined #mojo |
02:53 |
tempire |
events!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
02:53 |
purl |
events is probably useful by itself. Wheels need Events. Objects need Wheels. Samples is mainly executable documentation. |
03:03 |
|
jnap joined #mojo |
03:13 |
tempire |
ok, sri |
03:13 |
tempire |
I'm sold on community |
03:19 |
crab |
xaka: after_static_dispatch is ALWAYS called |
03:19 |
crab |
xaka: so no, it should not be only |
03:19 |
crab |
xaka: http://toroid.org/ams/etc/mojolicious-static-resources |
03:20 |
crab |
it's not so easy to figure out if something was served by the static dispatcher or not. lots of special cases to consider. |
03:21 |
crab |
tempire: what do you mean, sold on community? |
03:21 |
tempire |
http://www.nbc.com/community/ |
03:22 |
crab |
oh, tv |
03:26 |
tempire |
it's like scrubs, but more erratic. |
03:37 |
|
Psyche^ joined #mojo |
03:51 |
|
mire_ joined #mojo |
04:06 |
|
xaka joined #mojo |
04:39 |
|
mire_ joined #mojo |
05:08 |
|
Foxcool joined #mojo |
06:37 |
|
Vandal joined #mojo |
06:46 |
|
kaare joined #mojo |
06:48 |
|
mire__ joined #mojo |
08:19 |
|
GitHub197 joined #mojo |
08:19 |
GitHub197 |
[mojo] kraih pushed 2 new commits to master: http://git.io/WOTruA |
08:19 |
GitHub197 |
[mojo/master] Make it safe to run many SSL tests in parallel. - Neil Watkiss |
08:19 |
GitHub197 |
[mojo/master] Merge pull request #255 from nwatkiss/multiproc-safe - Sebastian Riedel |
08:19 |
|
GitHub197 left #mojo |
08:22 |
|
GitHub67 joined #mojo |
08:22 |
GitHub67 |
[mojo] kraih pushed 1 new commit to master: http://git.io/-htv4A |
08:22 |
GitHub67 |
[mojo/master] updated Changes - Sebastian Riedel |
08:22 |
|
GitHub67 left #mojo |
09:39 |
|
abra_ joined #mojo |
10:09 |
|
lammel2 joined #mojo |
10:43 |
|
mire__ joined #mojo |
10:47 |
|
d4rkie joined #mojo |
10:57 |
|
inokenty joined #mojo |
11:20 |
|
inokenty1 joined #mojo |
12:26 |
|
inokenty joined #mojo |
13:00 |
|
GitHub199 joined #mojo |
13:00 |
GitHub199 |
[mojo] kraih pushed 2 new commits to master: http://git.io/f3l_qg |
13:00 |
GitHub199 |
[mojo/master] simplify inflate command - Sebastian Riedel |
13:00 |
GitHub199 |
[mojo/master] better JSON API example - Sebastian Riedel |
13:00 |
|
GitHub199 left #mojo |
13:07 |
sri |
just had to release 2.40 on the 24th :D |
13:07 |
sri |
json pointers are also a fun new toy for the holidays! |
13:10 |
crab |
did you release already? |
13:10 |
sri |
aye |
13:11 |
sri |
something wrong? |
13:11 |
crab |
<- waiting for the flight |
13:11 |
crab |
oh no, nothing. |
13:11 |
sri |
ah :) |
13:11 |
crab |
i'm bored, that's what's wrong. |
13:23 |
sri |
do what i do and play angry birds ;p |
13:33 |
crab |
i don't have a device that can run angry birds |
13:34 |
sri |
that's surprising, considering you can irc |
13:35 |
sri |
http://chrome.angrybirds.com/ # it runs on basically everything |
13:44 |
|
lammel2 joined #mojo |
14:02 |
crab |
oh |
14:02 |
crab |
i thought it was a phone thing. |
14:02 |
|
metaperl joined #mojo |
14:04 |
sri |
it started on phones, but now it's everywhere |
14:57 |
|
troydm joined #mojo |
14:58 |
troydm |
hey ppl, i've recently installed perlbrew and perl 5.14.2, then i've installed Mojolicious using cpanmin command |
14:58 |
troydm |
but when i run morbo i get |
14:58 |
troydm |
It looks like you don't have the Mojolicious framework installed. |
14:58 |
troydm |
what might be the problem? |
15:04 |
marty |
troydm: You probably installed Mojolicous under the system perl. "perlbrew help" is your friend |
15:04 |
marty |
oh, moinin ya'll |
15:04 |
troydm |
marty: ic, but how do i install it under perlbrew cpan? |
15:05 |
troydm |
executing which cpan points to a perlbrew cpan |
15:05 |
troydm |
so i think perlbrew initialized the cpan enviroment correctly |
15:06 |
marty |
did you do a 'perlbrew switch' after installing 5.14.2 |
15:06 |
troydm |
marty: yes |
15:06 |
troydm |
doing perl -v says it's latest perl 5.14.2 |
15:07 |
troydm |
doing sudo cpan install Mojolicious says that it's up to date |
15:09 |
marty |
Get rid of the sudo |
15:17 |
troydm |
marty: executing it using sudo works i get my installation of perlbrew is messed up |
15:57 |
|
jnap joined #mojo |
16:37 |
|
metaperl joined #mojo |
16:45 |
|
noganex_ joined #mojo |
16:54 |
troydm |
do you usually deploy mojolicious applications using morbo in production? |
16:54 |
troydm |
cause i did some tests running ./mapp.pl daemon --mode production |
16:54 |
troydm |
using ab -n 10000 -c 10 http://localhost:3000/ |
16:54 |
troydm |
and i was astonished by how slow it is |
16:55 |
troydm |
the average rate was 13 request/sec which is so fucking unbelievable |
16:56 |
troydm |
am i doing something not right? |
16:59 |
|
inokenty joined #mojo |
17:01 |
marty |
troydm: morbo is development use only. For production you want to use Hypnotoad. http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad |
17:03 |
marty |
ALL GLORY TO THE HYPNOTOAD |
17:14 |
troydm |
marty: ic, thx |
17:16 |
marcus |
Merry christmas everyone! |
17:16 |
purl |
Fuck off. |
17:19 |
marcus |
Purl: big hugs! |
17:19 |
purl |
marcus: huh? |
17:19 |
marcus |
Purl: hugs? |
17:19 |
purl |
DCC SEND "startkeylogger" 0 0 0 |
17:20 |
* marcus |
goes to drink some more acquavit. |
17:20 |
* Patterner |
licks purl |
17:20 |
* purl |
drips |
17:27 |
|
baton8 joined #mojo |
17:31 |
marty |
Merry Xmas marcus! |
17:31 |
sri |
merry xmas |
17:42 |
|
jmmills joined #mojo |
17:43 |
jmmills |
Can someone point me to documentation on how the selectors work for mojo get |
17:53 |
marty |
jmmills: Is this what you are looking for? https://metacpan.org/module/Mojo::DOM::CSS |
17:54 |
jmmills |
it just takes input in the same format as described? |
18:04 |
|
rsimoes left #mojo |
18:16 |
|
rsimoes joined #mojo |
18:40 |
|
abra joined #mojo |
18:41 |
marcus |
Jmmills: css3 |
19:08 |
tempire |
jmmills: it's very similar to jquery |
19:18 |
|
osprey joined #mojo |
19:19 |
|
osprey left #mojo |
19:43 |
|
xaka joined #mojo |
19:49 |
|
osprey joined #mojo |
19:51 |
|
osprey left #mojo |
20:15 |
|
Alias joined #mojo |
20:18 |
|
perlite joined #mojo |
20:24 |
sri |
minature rc helicopters are hilarious :) |
20:25 |
tempire |
lulz: "mojo get --method POST --content 'trololo' mojolicio.us" |
20:42 |
* sri |
doesn't get it |
22:02 |
tempire |
It's part of the mojo get help message. |
22:02 |
tempire |
I'm appreciating it for its existence |
22:02 |
tempire |
but now that I had to explain it, it doesn't matter |
22:03 |
* tempire |
trololos anyway |
22:03 |
sri |
:D |
22:17 |
|
mire__ joined #mojo |
22:40 |
|
MojoGuest277 joined #mojo |
22:40 |
MojoGuest277 |
From: http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0CEEQFjAD&url=http%3A%2F%2Fdev.xantus.org%2F&ei=s1T2TvOKBqayiQK1-NSrDg&usg=AFQjCNGw6nZv0wO42uzUnHhWcD0vcKNULg (1 hits) |
23:26 |
|
mire__ joined #mojo |
23:53 |
|
xaka joined #mojo |