世界上最大的开源公司 Sun的Project Kenai开源项目网站已正式对外开放。 Project Kenai和GoogleCode、Sourceforge、Launchpad一样,是主持开源软件项目的网站(Kenai发音Keen Eye)。Sun表示其主要目的是培育自己能掌控的开源社区,展示开源Web架构的可靠性。网站基于Rails应用程序,在 Apache服务器(使用mod_proxy_balancer实现负载均衡)上运行JRuby,数据库是MySQL。"
"What we have now is a new general purpose MySQL driver that supports threaded access and async operations. This means that you can send queries to a MySQL server in a concurrent manner from Ruby applications. "
http://www.espace.com.eg/neverblock/blog/2008/08/28/neverblock-mysql-support/
This plugin allows you to export ActiveRecord objects as CSV, along with proving support for responding to the CSV format (via URL).
推荐:http://blog.scoutapp.com/articles/2008/07/29/4-simple-steps-to-detect-and-fix-slow-rails-requests
ActivePresenter works just like an ActiveRecord model, except that it works with multiple models at the same time.
在同一view中,操作多model时用:
http://jamesgolick.com/2008/7/28/introducing-activepresenter-the-presenter-library-you-already-know


