Displaying 2 results from an estimated 2 matches for "author_favorites".
2006 Mar 29
4
:through alternate
I''d like to use :through to create a web of associations like:
class Thing < ActiveRecord::Base
has_many :child_things, :through => :thing_thing
has_many :parent_things, :through => :thing_thing, :some_other_option?
end
class ThingThing < ActiveRecord::Base
belongs_to :thing
belongs_to :child_thing, :class_name => ''Thing'', :foreign_key =>
2010 Jun 11
5
Issues creating tables in mysql tests
...w tables;
+---------------------------------+
| Tables_in_activerecord_unittest |
+---------------------------------+
| accounts |
| admin_accounts |
| admin_users |
| audit_logs |
| author_addresses |
| author_favorites |
| authors |
| auto_id_tests |
| binaries |
| birds |
| books |
| booleantests |
+---------------------------------+
12 rows in set (0.00 sec)
mys...