Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sti

Subclassing activerecord and maintain subclass after db fetch

Rails STI overriding scopes

Rails STI override model_name in parent class for all subclasses

How to build ActiveRecord associations with 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