Skip to content

Instantly share code, notes, and snippets.

@tfanme
Created March 22, 2013 04:44
Show Gist options
  • Select an option

  • Save tfanme/5218984 to your computer and use it in GitHub Desktop.

Select an option

Save tfanme/5218984 to your computer and use it in GitHub Desktop.
# 首先安装 Rails 连接 SQL Server 所需要的驱动
gem update --system
gem install activerecord-sqlserver-adapter
#再安装 10gen 提供的 MongoDB 驱动:
gem install mongo
# 这一步会自动安装 bson,再安装 bson_ext
gem install bson_ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment