Skip to content

Commit 5739ac4

Browse files
authored
Merge pull request #2231 from yahonda/backport_2224_to_release70
Merge pull request #2224 from yahonda/update_readme_for_70
2 parents f997281 + c43d755 commit 5739ac4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ Oracle enhanced adapter for ActiveRecord
66
DESCRIPTION
77
-----------
88

9-
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 6.1 and it is working with Oracle database versions 10g and higher
9+
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. Oracle enhanced adapter can be used from Ruby on Rails versions between 2.3.x and 7.0 and it is working with Oracle database versions 10g and higher
1010

1111
INSTALLATION
1212
------------
13+
### Rails 7.0
14+
15+
Oracle enhanced adapter version 7.0 supports Rails 7.0
16+
When using Ruby on Rails version 7.0 then in Gemfile include
17+
18+
```ruby
19+
# Use oracle as the database for Active Record
20+
gem 'activerecord-oracle_enhanced-adapter', '~> 7.0.0'
21+
gem 'ruby-oci8' # only for CRuby users
22+
```
23+
1324
### Rails 6.1
1425

1526
Oracle enhanced adapter version 6.1 supports Rails 6.1.

0 commit comments

Comments
 (0)