Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in single-table-inheritance

Rails STI using ONE form

is_a? fails with single-table inheritance in Rails 3

has_many with multi-level hierarchy and single table inheritance

Can a single table inheritance entity extend a class table inheritance entity?

Is it possible to pluck from an includes association when using STI?

has_many and single table inheritance

Rails Single Table Inheritance: How to override the value written to the type field

single table inheritance with embeds_one mogoid

In Ruby on Rails, if we generated a model "Animal", and now want to have "Dog", how should we do it?

Change ActiveRecord::Base.inheritance_column in a rails app

SQLAlchemy: Single Table Inheritance, same column in childs

Can nested attributes be used in combination with inheritance?

counter_cache in single table inheritance

How to group together multiple models under one name in Single Table Inheritance classes

Creating "feeds" from multiple, different Rails models

devise: instance the current_user using single table inheritance

How to manage Single Table Inheritance within Doctrine 2?

"IllegalArgumentException occurred calling getter of" while running criteria with SINGLE_TABLE Inheritance strategy

Hibernate: Parent/Child relationship in a single-table