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
master merb branch
f23c2796ee4a217d48bcefbc0056aaab6b1b64fa
When checking for the wrong routing method, ensure the environment is passed to recognize optimize [#1406 state:resolved]
175cb7a963a31cf9caecdc40331df4cdc5aa86e2
Fix metal tests
@trevorturk Returning strings is being removed from the Rack spec since Ruby 1.9 doesn’t have String#each. Long story: https://groups.google.com/group/rack-devel/browse_thread/thread/e6132c3509438df
Yes, lets do that. I don’t want to invalidate anyones sessions intentionally.
Please open a ticket on LH and assign it to me.
Tweaked the API:
https://github.com/rails/rails/commit/61a41154f7d50099da371e0d2f22fd25ab9113c2
Metals are now pure endpoints. Not fake middleware, nor any other type of middleware. They are applications, they do not accept a app in their initializer. Did I mention they were not middleware?
61a41154f7d50099da371e0d2f22fd25ab9113c2
Make generated Metal bits a pure rack endpoint application (not middleware)
9c2e3b5e39c246694d4b00ed8fd0629071249057
import joshpeek.com contents
Maybe this will help. Metals are "application-specific" mini apps. Not really designed to be shared. However, you want want to create a plugin, engine, etc you can wrap it in a boarder middleware wrapper that would work on any Rack platform.
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