Joe MooreJoe Moore
Interesting/Ask for Help for 02/14/2007
edit Posted by Joe Moore on Thursday February 15, 2007 at 12:12AM

Interesting Things

  • We'll be sending 6 people to RailsConf, so say 'hi' if you see the Pivots!
  • We have a fix to our Amazon S3-causing-mongrel-to-hang problem: you can tell the connection not to be persistent by passing in :persistent => false:
<code>
    AWS::S3::Base.establish_connection!(
        :access_key_id => access_key,
        :secret_access_key => access_key,
        :persistent => false
    )
</code>

Ask for Help

Total Stand-up Meeting Time: 14:00 minutes