Created
March 22, 2013 04:44
-
-
Save tfanme/5218984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 首先安装 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