README.md in dbview_cti-0.2.1 vs README.md in dbview_cti-0.2.2
- old
+ new
@@ -3,10 +3,10 @@
This gem implements [Class Table Inheritance](http://martinfowler.com/eaaCatalog/classTableInheritance.html) (CTI)
for Rails, as an alternative to Single Table Inheritance (STI). The implementation is based on database views.
It allows you to combine polymorphism with database foreign key constraints.
-Currently, only PostgreSQL (version >= 9.1) is supported. The gem supports Rails 3.2, Rails 4 and Rails 4.1 apps running on
+Currently, only PostgreSQL (version >= 9.1) is supported. The gem supports Rails 3.2, 4.0, 4.1, 4.2 and 5.0 apps running on
MRI (>= 1.9.3), Rubinius and JRuby in 1.9 mode.
## Installation
Add the following to your Gemfile: