You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* $ bundle exec rake test ACTIVERECORD_UNITTEST_HOST='my.db.net'
20
19
@@ -28,18 +27,16 @@ The connection files make certain assumptions. For instance, the ODBC connection
28
27
29
28
## Cloning The Repos
30
29
31
-
Clone adapter git://github.com/rails-sqlserver/activerecord-sqlserver-adapter.git. The master branch is the one under development for Rails 3, track the repos 2-3-stable branch for 2.x development.
32
-
33
-
The tests of this adapter depend on the existence of the Rails which under the 3.1 version and above is automatically cloned for you with bundler. However you can clone Rails from git://github.com/rails/rails.git and set the `RAILS_SOURCE` environment variable so bundler will use another local path instead.
30
+
The tests of this adapter depend on the existence of the Rails which are automatically cloned for you with bundler. However you can clone Rails from git://github.com/rails/rails.git and set the `RAILS_SOURCE` environment variable so bundler will use another local path instead.
Optionally, you an just let bundler do all the work and assuming there is a git tag for the Rails version, you can set `RAILS_VERSION` before bundling.
36
+
Suggest just letting bundler do all the work and assuming there is a git tag for the Rails version, you can set `RAILS_VERSION` before bundling.
40
37
41
38
```
42
-
$ export RAILS_VERSION='3.2.13'
39
+
$ export RAILS_VERSION='4.2.0'
43
40
$ bundle install
44
41
```
45
42
@@ -96,4 +93,3 @@ By default, Bundler will download the Rails git repo and use the git tag that ma
96
93
## Current Expected Failures
97
94
98
95
* Misc Date/Time erros when using ODBC mode.
99
-
* Misc Date/Time erros when testing SQL Server 2005.
0 commit comments