File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -490,14 +490,15 @@ This gem is tested with the following Ruby versions on Linux and Mac OS X:
490
490
491
491
This gem is tested with the following MySQL and MariaDB versions :
492
492
493
- * MySQL 5.5, 5.7
493
+ * MySQL 5.5, 5.6, 5. 7
494
494
* MySQL Connector/C 6.0 and 6.1 (primarily on Windows)
495
- * MariaDB 5.5, 10.0
495
+ * MariaDB 5.5, 10.0, 10.1
496
496
497
- # ## Active Record
497
+ # ## Rails / Active Record
498
498
499
- * mysql2 0.2.x includes an Active Record driver compatible with AR 2.3 and 3.0
500
- * mysql2 0.3.x does not include an AR driver because it is included in AR 3.1 and above
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.
501
502
502
503
# ## Asynchronous Active Record
503
504
You can’t perform that action at this time.
0 commit comments