quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2013-03-30から1日間の記事一覧

Code School - Rais 4 Zombie Outlaws #1

Rails 4: Zombie Outlaws - Code School Routes routes match廃止 via (method) PATCHが追加された (PUTの代わり) patch :update (controller test) Nested resources concern :sociable do |options| resources :messages, concerns: :sociable app/concern…

RubyTapas #076 - #078

076 Tail Part 5: Idiom ? do whileっぽいループをmethodで書き換え def each_xxx() ... yield(yyy) ... end 077 Tail Part 6: Process As Object ★★ さらにリファクタリング class追加 分かりやすくなった気がする 078 Tail Part 7: Cooperating Objects …