Skip to content

Commit

Permalink
Merge pull request rsim#2224 from yahonda/update_readme_for_70
Browse files Browse the repository at this point in the history
Update README for 7.0 [skip ci]
  • Loading branch information
yahonda committed Dec 16, 2021
1 parent f997281 commit c43d755
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ Oracle enhanced adapter for ActiveRecord
DESCRIPTION
-----------

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
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

INSTALLATION
------------
### Rails 7.0

Oracle enhanced adapter version 7.0 supports Rails 7.0
When using Ruby on Rails version 7.0 then in Gemfile include

```ruby
# Use oracle as the database for Active Record
gem 'activerecord-oracle_enhanced-adapter', '~> 7.0.0'
gem 'ruby-oci8' # only for CRuby users
```

### Rails 6.1

Oracle enhanced adapter version 6.1 supports Rails 6.1.
Expand Down

0 comments on commit c43d755

Please sign in to comment.