Tag: edge

OpenID in Edge Rails

Posted by on 27-Feb-2007

So we got millions of people with an OpenID by virtue of their AIM account. Great. Now they just need a place or two to actually use it. —DHH

changeset 6245Added simple OpenID authentication Rails plugin wrapper for ruby-openid

See also:

There is already a lot of OpenID providers:

Cookie Based Sessions in Current Rails

Posted by on 22-Feb-2007

Seems Cookie Based Sessions are the New Default in Edge Rails : …Cookie-based sessions are just faster to retrieve and process than hitting the file-system on every request. Plus, I would imagine they scale considerably better as they’re persisted on the client side and have no server-side persistence requirements…

So I made a cookie-based sessions patch agains current Rails (actionpack-1.13.2). Usage (from inside your project):

rake rails:freeze:gems
cd vendor
wget http://zhware.net/code/ruby/ror/session_store-1.13.2.patch
patch -p0 < session_store-1.13.2.patch

Good way to track Edge Rails

Posted by on 21-Mar-2006

I translated Gorou-san’s page for following Edge Rails (original is in japanese) – link to the edgerails page in english . For me the described method seems like a pretty smart way to stay organized, even on the cutting edge.