比方說,我有一個Track類,它具有string[] Genres屬性。 如何有效地將Track元素分組爲流派,如果需要,一個條目是多個組的一部分?例如,對於下面的集合: A - Rock
B - Pop, Rock
C - Rock, Soundtrack
D - Pop, Soundtrack
結果這應該是: Rock - A, B, C
Pop - B, D
Soundtrac
在我的應用程序有模式Visits & Post & class Visit < ActiveRecord::Base
belongs_to :post, :counter_cache => true
class Post < ActiveRecord::Base
has_many :visits
當訪問者訪問後,我就與post_id和price(添加到我的visits表