Upgrade to Rails 5
Bugfixes:
- Fix pk_and_sequence_for to be interoperable with other AR methods
Bugfixes:
- Fix create_child so that it can be used idempotently with :skip_creating_child_table.
Features:
- Add option for child primary key.
Bugfixes:
Bugfixes:
- Quote table and column names.
Features:
-
Add option to disable inheritance instantiation for less database hits when loading large object collections from a parent class.
-
Add option to skip creating child table in migrations.
Upgrade to Rails 4.2
Upgrade to Rails 4.1
Upgrade to Rails 4
Features:
- Rebuild views in all inheritance chains (must be run when upgrading from <= 1.2.1)
Bugfixes:
- Fixed compatibility with Rails 3.2.19+ and ActiveRecord's prepared statements
Bugfixes:
- Parent relations can be in a schema
Features:
- Support for PostgreSQL schemas
Bugfixes:
- Fixed generating migration on installation
Documentation:
- README brought up to date
Features:
- Gemified and released on rubygems.org
Features:
- Updated for Rails 3.2.x
Features:
- class_table_inheritance plugin has behaved stably in production for a year
- Supports Rails 2.1, 2.2 and 2.3