注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
annotate_modelsの紹介 annotate_models を使うとmodelにスキーマ情報が付加されて見やすくなるので自分... annotate_modelsの紹介 annotate_models を使うとmodelにスキーマ情報が付加されて見やすくなるので自分の観測範囲だとよく使われています。 # == Schema Information # # Table name: users # # id :integer not null, primary key # gitlab_user_id :integer # username :string(255) # email :string(255) # private_token :string(255) # created_at :datetime # updated_at :datetime # # Indexes # # index_users_on_gitlab_user_id (gitlab_user_id) UNIQUE # Railsだと rake
2014/06/18 リンク