Skip to content

Commit 6b42b77

Browse files
committed
Clarify the Ruby on Rails / Active Record Compatibility section of the README
1 parent 7bbafa0 commit 6b42b77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -484,21 +484,21 @@ As for field values themselves, I'm workin on it - but expect that soon.
484484

485485
This gem is tested with the following Ruby versions on Linux and Mac OS X:
486486

487-
* Ruby MRI 1.8.7, 1.9.3, 2.0.0, 2.1.x, 2.2.x
487+
* Ruby MRI 1.8.7, 1.9.3, 2.0.0, 2.1.x, 2.2.x, 2.3.x
488488
* Ruby Enterprise Edition (based on MRI 1.8.7)
489-
* Rubinius 2.x
489+
* Rubinius 2.x, 3.x
490490

491491
This gem is tested with the following MySQL and MariaDB versions:
492492

493493
* MySQL 5.5, 5.6, 5.7
494494
* MySQL Connector/C 6.0 and 6.1 (primarily on Windows)
495495
* MariaDB 5.5, 10.0, 10.1
496496

497-
### Rails / Active Record
497+
### Ruby on Rails / Active Record
498498

499-
* mysql2 0.4.x works with Active Record 4.2.5 and higher.
500-
* mysql2 0.3.x works with Active Record 3.1 and higher (the AR adapter is now included in AR proper).
501-
* mysql2 0.2.x includes an Active Record adapter compatible with AR 2.3 and 3.0, and should not be used with AR 3.1 or higher.
499+
* mysql2 0.4.x works with Rails / Active Record 4.2.5 - 5.0 and higher.
500+
* mysql2 0.3.x works with Rails / Active Record 3.1, 3.2, 4.x, 5.0.
501+
* mysql2 0.2.x works with Rails / Active Record 2.3 - 3.0.
502502

503503
### Asynchronous Active Record
504504

0 commit comments

Comments
 (0)