Merbの主要な開発者の一人であるwycats氏のgithub上のリポジトリに、 Rails3の元となるかもしれないコードがコミットされているようです。 http://github.com/wycats/rails/ 見慣れないciというディレクトリは、Continuous Integrationではないか(maiha談)とのこと。 Update ActiveORM なるものを見つけました。これは予想通り、AR, DM, Sequelなどの共通基底となる何かでしょうか? 1 module ActiveORM 2 autoload :VERSION, 'active_orm/version' 3 autoload :Core, 'active_orm/core' 4 5 module Proxies 6 autoload :AbstractProxy, 'active_orm/pr