CARVIEW |
-
Homework assignments for CSC 224 Java for Programmers.Created Sun Feb 03 16:53:12 -0800 2008
-
Homework assignments for CSC 309 Object-Oriented Programming in C++.Created Sun Feb 03 16:55:26 -0800 2008
-
Homework assignments for CSC 373 Computer Systems I.Created Wed Sep 10 10:48:15 -0700 2008
-
Homework assignments for CSC 393 Data Structures In C++.Created Tue Apr 01 17:52:07 -0700 2008
-
My Emacs configCreated Sun Oct 12 21:27:01 -0700 2008
-
Mirror of Gmail Backup sourceCreated Mon Nov 10 11:26:38 -0800 2008
-
Irk Ruby IRC serverCreated Fri Nov 21 16:51:34 -0800 2008
-
Created Tue Dec 16 19:40:46 -0800 2008
-
a modular Ruby webserver interfaceForked from chneukirchen/rack Mon Nov 24 14:18:46 -0800 2008
-
Created Sat Dec 13 14:04:55 -0800 2008
-
Ruby on RailsForked from rails/rails Thu Feb 07 15:35:21 -0800 2008
-
Experimental rewrite of the Rails RouterCreated Thu Nov 13 10:32:19 -0800 2008
-
Adds simple_format_with_html, which behaves similar to the built in simple_format but leaves html...Created Wed Jul 02 21:25:36 -0700 2008
-
Capistrano recipes for setting up and deploying to SlicehostCreated Sun Aug 10 16:48:31 -0700 2008
-
My TextMate bundles and themesCreated Sun Nov 30 10:21:02 -0800 2008
-
HTTP User Agent parserCreated Sun Jul 27 13:05:58 -0700 2008
-
A set of rake tasks to keep up to date with the Ruby VM sceneCreated Sun Nov 09 19:29:31 -0800 2008
-
A WYSIWYG JavaScript frameworkCreated Thu Oct 16 13:59:50 -0700 2008
Public Activity
9c2e3b5e39c246694d4b00ed8fd0629071249057
import joshpeek.com contents
1bcfce0130d4fa13d56f58d5cd5e0f5de33e015f
Remove set_cookie hack from rack response since we dont use cgi sessions anymore
246b582ddf3c2ec4939be9d55018d97066d7fac8
Remove CGI::Session memory leak patch
ec1bd987054479d279a181eec26827ec694a61cd
Session Fixation tests have been rolled into the session cookie tests
BTW, all good comments. If someone wants to propose a change, maybe we should take this to the ML or something. I’m getting lost :)
@wycats possibly, maybe that would clear up this mess :)
@ezmobius The original idea was to have a single endpoint class, and force people use Rack::URLMap. But we didn’t like the idea of forcing people to use that for routing. So we moved the routing logic into the class (which is causing all this confusing). It may be clearer if it looked something like this.
@wycats yes, under the hood the metal is middleware. we inject it into the middleware stack and thats how it intercepts the request. The focus is on the endpoint implementation. Metal bits should be application endpoints, not filters.
@drnic
@wycats Glad you like it. I hope this means we can start sharing Rack compatible code between Rails and Merb.
@norbert just curious what you don’t dig?