Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sti

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

ActiveRecord STI: How can I break out of the parent class' default scope

How to always use the base class and ignore STI in Rails?

ruby-on-rails sti

Rails form_for that uses STI base class

Rails Question: belongs_to with STI -- how do i do this correctly?

Implementing Abstract Base Model Class, the Rails Way™

Rails STI: How to change mapping between class name & value of the 'type' column

STI and form_for problem

ruby-on-rails form-for sti

Multi Table Inheritance with rails 3

Testing simple STI with FactoryGirl

Prevent STI when inheriting from an ActiveRecord model

ruby-on-rails ruby sti