<    March 2010    >
Su Mo Tu We Th Fr Sa
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
00:05 mikeric joined
00:17 mikeric joined
00:19 khaase joined
00:20 drev1 joined
00:21 wyhaines_ joined
00:26 miyagawa joined
00:35 yhara joined
00:41 mikeric joined
00:50 khaase joined
01:07 yhara joined
01:25 khaase joined
01:26 drev1 joined
01:32 khaase joined
02:12 christophsturm joined
02:44 christophsturm joined
03:58 chris2 joined
04:22 yhara joined
05:04 christophsturm joined
05:23 mtkd joined
05:31 thone_ joined
05:52 christophsturm joined
05:54 merboutpost joined
06:25 chris2 joined
06:30 khaase joined
07:02 khaase joined
07:44 mtkd joined
08:09 altrux joined
08:57 rtomayko joined
08:59 codeswing joined
08:59 rtomayko joined
09:05 mtodd joined
09:33 jstad joined
09:43 jmkacz joined
09:45 <jmkacz> I'm trying to set a some headers in my rack response, but I don't see them show up when i curl my app.
09:46 <jmkacz> def post(req, resp): ... resp["X-Foo"] = "bar"
09:48 <jmkacz> Does rack filter what headers it returns, because I can change the content-type successfully.
09:51 eddanger joined
09:59 <jmkacz> aha!
09:59 <jmkacz> i actually had resp["X-Foo"] = 42
10:00 <jmkacz> header values _must_ be strings for some reason
10:00 <jmkacz> why rack doesn't handle this for you, i dont know
10:02 drev1 joined
10:12 Aria joined
10:55 <raggi> rakc is not rails
10:55 <raggi> it's not going to hold your hand all the way to profit
11:04 <codeswing> ppl .. I want to use rack for this simple site http://www.googletotal.com/
11:04 <codeswing> can somebody help me what kind of rack features would make this app awesome .. and more useful
11:05 <raggi> um
11:05 <raggi> not a lot
11:06 <raggi> you could use rack-cache
11:06 <codeswing> raggi: currently it's simple html page..
11:06 <raggi> codeswing: so why use rack?
11:07 <raggi> you shouldn't ever ask "how will this lib make my stuff awesome"
11:07 <codeswing> want to make use of rack
11:07 <raggi> start with requirements
11:07 <raggi> and distill what you need from those
11:07 <codeswing> might be I am missing .. something .. I am like what rack provides and how can I use it
11:07 <rutlov> Uhh, Connection timed out - connect(2). Reason: The POP server is out of Coke
11:07 <raggi> codeswing: you're missing requirements.
11:08 <codeswing> raggi: what do you mean by requirements .. at this point .. one requirement I have is that .. how to make it mose usable ...
11:08 <raggi> define usable
11:09 <codeswing> how can it forces user to become their homepage
11:09 <* raggi> walks off
11:18 <codeswing> lol... raggi walks off
11:24 <raggi> i won't help you abuse people
11:24 <raggi> and you're approaching your stuff all wrong
11:28 mattly joined
11:52 rtomayko joined
11:58 <codeswing> raggi: I was joking btw
11:59 <codeswing> want to learn rack more than creating such apps
11:59 <codeswing> :)
11:59 <codeswing> why some ppl don
11:59 <codeswing> 't get jokes
12:52 mtodd joined
13:28 khaase joined
13:31 mikeric joined
13:42 jstad joined
13:48 merboutpost joined
13:57 stepheneb joined
14:24 altrux joined
14:51 khaase joined
16:16 mnoble joined
17:14 Aria joined
17:20 cloudhead joined
17:47 stepheneb joined
17:47 stepheneb joined
17:54 mtodd joined
18:18 dj2 joined
18:27 stepheneb joined
18:27 stepheneb joined
18:42 rtomayko joined
19:07 mikeric joined
19:19 mikeric joined
19:36 mikeric joined
19:38 walf443 joined
19:39 mtodd joined
19:47 amerine joined
19:50 mikeric joined
19:55 agile joined
20:05 mikeric joined
20:26 agile joined
20:28 tlrobinson joined
20:57 amerine joined
21:10 mtodd joined
21:58 wyhaines joined
22:10 amerine joined
22:32 mattly joined
23:05 amerine joined
23:37 ddfreyne joined
23:37 <ddfreyne> What’s the recommended way of letting Rack serve large files?
23:38 <ddfreyne> hm, maybe I should resort to Rack::File