Skip to content

Commit

Permalink
Merge pull request #2409 from yahonda/backport_2408_to_release71
Browse files Browse the repository at this point in the history
Merge pull request #2408 from yahonda/update_readme_for_71
  • Loading branch information
yahonda committed Sep 26, 2024
2 parents 32c9612 + 133df1f commit 8fd4592
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@ 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 7.0 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.1 and it is working with Oracle database versions 10g and higher

INSTALLATION
------------
### Rails 7.1

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

```ruby
# Use oracle as the database for Active Record
gem 'activerecord-oracle_enhanced-adapter', '~> 7.1.0'
```

### Rails 7.0

Oracle enhanced adapter version 7.0 supports Rails 7.0
Expand Down

0 comments on commit 8fd4592

Please sign in to comment.