Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ActiveHash

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

 ActiveHash

ActiveHash

Avatar for さっちゃん

さっちゃん

July 27, 2017
Tweet

More Decks by さっちゃん

Other Decks in Programming

Transcript

  1. ⽇本の休⽇ {:holiday_jp, "~> 0.2.2"} ちゃんと動く優先度附きキュー {:pqueue2, "~> 0.1.0"} Streamを圧縮/伸⻑ {:stream_gzip,

    "~> 0.1.0"} Streamのhash値を計算 {:stream_hash, "~> 0.1.0"} 標準Lint集 {:inner_cotton, github: "ne-sachirou/inner_cotton", only: [:dev, :test], runtime: false}
  2. ActiveHash class Sample < ActiveHashExt::Base column :id, :integer, comemnt: “ID”

    column :name, :string, comment: “名前” column :start_at, :datatime, comment: “開始時刻” end Sample.find_by name: “Ruby”