00:32
bradgonesurfing joined
02:54
bradgonesurfing joined
03:36
aaroninfidel joined
04:31
future_chimp joined
06:06
millionmonkey joined
06:53
<Tuplanolla>
Could someone tell me why
http://localhost// causes Sinatra's development server to print "bad URI `//'." and not call any error handlers?
06:54
<Tuplanolla>
It doesn't even call get %r{^//$}.
07:59
hipertracker joined
09:14
<Tuplanolla>
Could someone tell me why
http://localhost// causes Sinatra's development server to print "bad URI `//'." and not call any error handlers?
09:14
<Tuplanolla>
It doesn't even call get %r{^//$}.
09:18
<namelessjon>
Tuplanolla: Probably because thin defines a path as 'path = ( pchar+ ( "/" pchar* )* )'
09:40
<Tuplanolla>
That's strange.
10:35
BrianTheCoder joined
12:09
<ecin>
Well this is awkward. Sinatra::Base.methods.include?(:after) => false
12:13
<ecin>
It's only defined for 1.0a and above?
12:20
<namelessjon>
ecin: yes
17:34
<akahn>
Is there some trick to get Rack::Bug to work with Sinatra
18:34
aaroninfidel_ joined
19:54
millionmonkey joined
20:26
beawesomeinstead joined
21:46
<stahnma>
is there a method to destroy a session? right now I am just nilling out value, which seems hackish