Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sti

Design of Rails app with multiple user types using Devise and STI

How many classes is too many? Rails STI

Deprecation warning with STI model_name workaround

Combine STI and polymorphic with rails 4

Rails 5 - Object Relation Impedence and how to structure multiple inherited classes/tables

Specify unique attributes for child models in rails using STI

ruby-on-rails ruby sti

Rails: PolyMorphic or STI or something else for User management?

Active Record includes with STI

Rails STI and strong parameters

ruby-on-rails sti

Rails STI and the setting of the "type" string

STI in Rails: How do I change from a superclass to a subclass without accessing the "type" attribute directly?

ruby-on-rails sti

Routes, path helpers and STI in Rails 4.0

rails semi-complex STI with ancestry data model planning the routes and controllers

Rails STI association with subclasses

Can a foreign key have a constant instead of a field name? Relate FK to STI subclass

performant ordering of keys in a MySQL compound index (WRT Rails Polymorphic associations and STI)

devise and STI how to login as Base class upon registration

ruby-on-rails devise sti

ActiveRecord: query not using correct type condition for STI subclass