Skip to content

Commit 5325b81

Browse files
yahondaclaude
andcommitted
Keep only the latest Rails release install stanza in README
Collapse the four near-identical per-version INSTALLATION blocks (7.1 / 7.2 / 8.0 / 8.1) into a single Rails 8.1 block. Readers on older supported Rails versions are pointed at the matching release branch or Git tag for that version's README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3cefe6e commit 5325b81

1 file changed

Lines changed: 3 additions & 33 deletions

File tree

README.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,19 @@ 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 supports Ruby on Rails 7.1 through 8.1 and works with Oracle Database 10g and higher.
9+
Oracle enhanced ActiveRecord adapter provides Oracle database access from Ruby on Rails applications. This branch supports Ruby on Rails 8.1 and works with Oracle Database 10g and higher. For earlier Rails versions, see the corresponding release branch or Git tag.
1010

1111
INSTALLATION
1212
------------
13-
### Rails 8.1
1413

15-
Oracle enhanced adapter version 8.1 supports Rails 8.1
16-
When using Ruby on Rails version 8.1 then in Gemfile include
14+
Oracle enhanced adapter version 8.1 supports Rails 8.1. In `Gemfile`:
1715

1816
```ruby
1917
# Use oracle as the database for Active Record
2018
gem 'activerecord-oracle_enhanced-adapter', '~> 8.1.0'
2119
```
2220

23-
### Rails 8.0
24-
25-
Oracle enhanced adapter version 8.0 supports Rails 8.0
26-
When using Ruby on Rails version 8.0 then in Gemfile include
27-
28-
```ruby
29-
# Use oracle as the database for Active Record
30-
gem 'activerecord-oracle_enhanced-adapter', '~> 8.0.0'
31-
```
32-
33-
### Rails 7.2
34-
35-
Oracle enhanced adapter version 7.2 supports Rails 7.2
36-
When using Ruby on Rails version 7.2 then in Gemfile include
37-
38-
```ruby
39-
# Use oracle as the database for Active Record
40-
gem 'activerecord-oracle_enhanced-adapter', '~> 7.2.0'
41-
```
42-
43-
### Rails 7.1
44-
45-
Oracle enhanced adapter version 7.1 supports Rails 7.1
46-
When using Ruby on Rails version 7.1 then in Gemfile include
47-
48-
```ruby
49-
# Use oracle as the database for Active Record
50-
gem 'activerecord-oracle_enhanced-adapter', '~> 7.1.0'
51-
```
21+
For earlier Rails versions, see the corresponding release branch or Git tag.
5222

5323
USAGE
5424
-----

0 commit comments

Comments
 (0)