We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e60e9ca + 33d3b01 commit 28a5c3cCopy full SHA for 28a5c3c
README.md
@@ -10,6 +10,17 @@ Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby o
10
11
INSTALLATION
12
------------
13
+### Rails 6.1
14
+
15
+Oracle enhanced adapter version 6.1 supports Rails 6.1.
16
+When using Ruby on Rails version 6.1 then in Gemfile include
17
18
+```ruby
19
+# Use oracle as the database for Active Record
20
+gem 'activerecord-oracle_enhanced-adapter', '~> 6.1.0'
21
+gem 'ruby-oci8' # only for CRuby users
22
+```
23
24
### Rails 6.0
25
26
Oracle enhanced adapter version 6.0 supports Rails 6.0.
0 commit comments