You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+3-33Lines changed: 3 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,49 +6,19 @@ Oracle enhanced adapter for ActiveRecord
6
6
DESCRIPTION
7
7
-----------
8
8
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.
10
10
11
11
INSTALLATION
12
12
------------
13
-
### Rails 8.1
14
13
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`:
0 commit comments