Skip to content

Commit f942020

Browse files
committed
Add Rails 8.1 installation section to README
Document Rails 8.1 support with installation instructions, including the gem version constraint for activerecord-oracle_enhanced-adapter 8.1.
1 parent e003ed8 commit f942020

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ 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 8.0 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 8.1 and it is working with Oracle database versions 10g and higher
1010

1111
INSTALLATION
1212
------------
13+
### Rails 8.1
14+
15+
Oracle enhanced adapter version 8.1 supports Rails 8.1
16+
When using Ruby on Rails version 8.1 then in Gemfile include
17+
18+
```ruby
19+
# Use oracle as the database for Active Record
20+
gem 'activerecord-oracle_enhanced-adapter', '~> 8.1.0'
21+
```
22+
1323
### Rails 8.0
1424

1525
Oracle enhanced adapter version 8.0 supports Rails 8.0

0 commit comments

Comments
 (0)