Skip to content

Commit

Permalink
Merge pull request #2408 from yahonda/update_readme_for_71
Browse files Browse the repository at this point in the history
Update README for 7.1 [skip ci]
  • Loading branch information
yahonda committed Sep 26, 2024
1 parent 32c9612 commit 133df1f
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 133df1f

Please sign in to comment.