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
- From the community: the JRuby team is putting out a cry for help for everyone to get JRuby running Rails 100%.