Search code examples
Redefine foreign key name for all associations in Rails...


ruby-on-railsrubyactiverecordforeign-keyssti

Read More
How to build ActiveRecord associations with STI...


ruby-on-railsassociationssti

Read More
Rails: Is this a use case for Single Table Inheritance (STI)?...


sqlruby-on-railsdatabase-designdatabase-normalizationsti

Read More
Use Rails STI model with join conditions...


ruby-on-railsrubyactiverecordsti

Read More
Multiple Devise models with unique attributes...


ruby-on-rails-4devisesingle-table-inheritancestimultiple-users

Read More
Rails 4 - Devise_scope, root not working for multiple type of users (STI)...


ruby-on-railsruby-on-rails-4devisesti

Read More
Disable Rails STI for certain ActiveRecord queries only...


ruby-on-railsrubyactiverecordsti

Read More
Modelling multiple types of users with Devise and Rails 4...


ruby-on-railsrubydevisecancansti

Read More
Testing STI Associations with Shoulda-Matchers & FactoryGirl...


ruby-on-railsrspecfactory-botshouldasti

Read More
Rails STI class auto initialize...


ruby-on-railsrubyruby-on-rails-4sti

Read More
Paperclip stores photo file on different location on filesystem than photo.path or photo.url says...


ruby-on-railspaperclipsti

Read More
Rails STI getting parent class instead of child class...


ruby-on-railsoopsti

Read More
STI with Rails and Devise...


ruby-on-railsrubyauthenticationdevisesti

Read More
Rails 4 - Using namespaced STI models with devise...


ruby-on-railsrubydevisemodelsti

Read More
Should I use new or edit action on model that inherits from other model...


ruby-on-railsruby-on-rails-4inheritancedevisesti

Read More
Invalid single-table inheritance type: Error when TRYING to set a STI subclass in Rails 4...


ruby-on-railsruby-on-rails-4single-table-inheritancesti

Read More
Rails: belongs_to association not returning the correct object...


ruby-on-railsbelongs-tosti

Read More
STI and form_for problem...


ruby-on-railsform-forsti

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


activerecordruby-on-rails-3.1stidefault-scope

Read More
STI and extending Subclasses to include 'extra' columns in a database?...


ruby-on-railsmodelssti

Read More
Loading ActiveRecord models in the proper order outside of a rails app...


ruby-on-railsruby-on-rails-3activerecordsti

Read More
Create a subclass from parent class with relationships with an sti...


ruby-on-railsruby-on-rails-3.2subclasssti

Read More
Rails STI vs Polymorphic vs Neither...


ruby-on-railspolymorphismpolymorphic-associationssingle-table-inheritancesti

Read More
Rails Admin - STI Models not showing up in list on edit view...


ruby-on-railsrubyrails-adminsti

Read More
Using scope, defined in parent model, inside it's child (STI pattern)...


rubyruby-on-rails-3sti

Read More
calling child class method in parent class method...


ruby-on-railsrubypolymorphismpolymorphic-associationssti

Read More
Active Record includes with STI...


ruby-on-railsactiverecordsti

Read More
CRUD on Single Table Inheritance...


ruby-on-railsrubysti

Read More
Routes, path helpers and STI in Rails 4.0...


ruby-on-railsrubyroutesruby-on-rails-4sti

Read More
How to handle STI and build related models automatically?...


ruby-on-railsrubyruby-on-rails-3ruby-on-rails-4sti

Read More
BackNext