maeshimaの日記

メモ書きです

2010-04-21から1日間の記事一覧

machinistの復習

fixture代換プラグインMachinistの使い方 - おもしろWEBサービス開発日記の復習。忘れてた or 気になったところを再度メモ Shamのブロック引数 Shamのブロック変数にはインデックス番号が入る Sham.name {|index| "Name #{index}" } make_unsaved saveしたく…

Array#rand

これは便利。 require "activesupport" puts ["hoge", "fuga"].rand #=> hogeとfugaのどちらかがランダムに表示される 追記 Array#rand is deprecated and will be removed in Rails 3. Use "random_element" instead さらに追記 Array#random_element is de…