Erik Hanson's blog



Erik HansonErik Hanson
Standup 2009-02-26
edit Posted by Erik Hanson on Thursday February 26, 2009 at 10:00PM

Interesting Things

  • Shotgun is an automatic reloading version of the rackup command that's shipped with Rack.

Erik HansonErik Hanson
Standup 2009-02-25
edit Posted by Erik Hanson on Thursday February 26, 2009 at 09:46PM

Interesting Things

  • The Golden Gate Ruby Conference is now accepting proposals for talks.

  • Rails by default stores its session in a browser cookie as an encrypted string. If you want to get the contents of that cookie from within Rails, you can call "session.dbman.send :marshal, session.data". If you want to get that value from tests, you'll have to use an integration test, as functional tests mock out too much of the session store.