File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,17 @@ Clone adapter git://github.com/rails-sqlserver/activerecord-sqlserver-adapter.gi
2121The master branch is the one under development for rails 3, track the repos 2-3-stable
2222branch for 2.x development.
2323
24- The tests of this adapter depend on the existence of the rails and/or arel source
25- which can be cloned at git://github.com/rails/rails.git and git://github.com/rails/arel .git
24+ The tests of this adapter depend on the existence of the rails which can be cloned at
25+ git://github.com/rails/rails.git
2626
27- Once you have cloned these repos set the RAILS_SOURCE and AREL environment variables
28- to their full path. For instance:
27+ Once you have cloned these repos set the RAILS_SOURCE environment variable to its
28+ full path. For instance:
2929
3030 ∴ echo $RAILS_SOURCE
3131 /Users/kencollins/Repositories/rails
3232
33- ∴ echo $AREL
34- /Users/kencollins/Repositories/arel
35-
3633Do not forget to checkout the version tags of each repo that match either our gemspec
37- or what version your tests target. For instance, v3.0.3 tag for ActiveRecord and
38- v2.0.7 for ARel.
34+ or what version your tests target. For instance, v3.0.3 tag for Rails/ActiveRecord.
3935
4036
4137= Setup Connection Mode
You can’t perform that action at this time.
0 commit comments