I'm using Rails STI on a project, so I extracted the basics and wrote up some basics on single table inheritance and how it's used in Rails.
Two blog posts, first is here: http://joemcglynn.wordpress.com/2009/12/11/rails-sti-part-1/ Second is here: http://joemcglynn.wordpress.com/2009/12/12/rails-single-table-inheritance-part-2/ I put the sample code on my github repository: http://github.com/canonical/Single-Table-Example I plan to write one more segment on STI showing some more advanced scenarios. Cheers, Joe -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

