Skip to content

Commit 7f90178

Browse files
BuonOmorafiss
authored andcommitted
fix(doc): remove deprecated documentation
1 parent 57be856 commit 7f90178

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,6 @@ And the `activerecord_unittest` database will use the `RESTORE` command to load
114114

115115
# Improvements
116116

117-
118-
## Support past Rails versions
119-
120-
Currently, only a beta version of Rails is tested. This means that the
121-
adapter has been modified in to accommodate unreleased changes. In order
122-
to run the tests for Rails 5.1 or 4.2, the test changes will need to be
123-
cherry-picked back. Conflicts are mostly only expected for tests that
124-
have not yet been added.
125-
126-
Sadly, this does mean that we will have to have multiple versions of the
127-
driver for the multiple versions of Rails.
128-
129-
A proposal for the CockroachDB adapter versioning would be to follow
130-
ActiveRecord minor versions. For example, if you use Rails 4.2.5, you
131-
would specify the CockroachDB version `~> 4.2.0`.
132-
133-
134117
## Running CI automatically
135118

136119
Currently the fork is set up to run using TeamCity only on the current
@@ -244,7 +227,7 @@ need to be cleaned up.
244227

245228
# Notes for the non-Rubyer
246229

247-
rvm is an environment manager that lets you manage and swap between
230+
rbenv is an environment manager that lets you manage and swap between
248231
multiple versions of Ruby and their dependencies.
249232

250233
bundle is dependency manager that uses a projects `Gemfile` (and often

0 commit comments

Comments
 (0)