2007 年 10 月 1 日,星期一

可用适配器宝石

由 David 发布

现在可以从 gems.rubyonrails.org 服务器安装解压的适配器宝石。比如,要安装 Oracle 适配器,您只需 gem install activerecord-oracle-adapter。所有解压的宝石为

  • activerecord-firebird-adapter
  • activerecord-frontbase-adapter
  • activerecord-openbase-adapter
  • activerecord-oracle-adapter
  • activerecord-sqlserver-adapter
  • activerecord-sybase-adapter

mysql、postgresql 和 sqlite 适配器仍包含在 Rails core 中。

当 Rails 2.0 达到最终版时,这些内容将随 Rails 2.0 一起发布到标准 Ruby 存储库。