Readme.markdown in deferred_associations-0.5.7 vs Readme.markdown in deferred_associations-0.5.8
- old
+ new
@@ -37,11 +37,11 @@
end
Compatibility
=============
-Tested with Rails 2.3.14, 3.2.3, 3.2.14, 4.0 and 4.1 on Ruby 1.8.7, 1.9.3 and JRuby 1.7.12
+Tested with Rails 2.3.18, 3.2.22, 4.1.14, 4.2.5 on Ruby 1.9.3, 2.2.4, 2.3.0 and JRuby 1.7, JRuby 9.0.5.0
Note, that Rails 3.2.14 associations are partly broken under JRuby cause of https://github.com/rails/rails/issues/11595
You'll need to upgrade activerecord-jdbc-adapter to >= 1.3.0.beta1, if you want to use this combination.
Gotchas
@@ -72,14 +72,14 @@
======
Most of the code for the habtm association was written by TylerRick for his gem [has_and_belongs_to_many_with_deferred_save](https://github.com/TylerRick/has_and_belongs_to_many_with_deferred_save)
Mainly, I changed two things:
-* added ActiveRecord 3 compatibility
+* added compatibility for ActiveRecord 3 and 4
* removed singleton methods, because they interfere with caching
License
=======
This plugin is licensed under the BSD license.
-2013 (c) Martin Körner
+2016 (c) Martin Körner
\ No newline at end of file