File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff 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
136119Currently 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
248231multiple versions of Ruby and their dependencies.
249232
250233bundle is dependency manager that uses a projects ` Gemfile ` (and often
You can’t perform that action at this time.
0 commit comments