2011-01-01から1ヶ月間の記事一覧

Model.scoped

ActiveRecord で Model の空のリレーションを作成するには、scoped メソッドを使うらしい。(WEB-DB PRESSに載ってたらしいけど引っ張り出せない。)https://github.com/rails/rails/blob/master/activerecord/lib/active_record/named_scope.rbri scoped す…

Vim から Evernote にポスト

とりあえず今開いてるバッファの内容を Evernote に送り付けるスクリプト。 _vimrc で設定しておけば一発で Evernote 行きだ。 nmap ,n :call WinVimToEver()<CR>Mac だと全然違うアプローチが必要そうなので Win って接頭辞つけた。winvimtoever.vim: " winvimt</cr>…

warning: regexp match /.../n against to UTF-8 string

Ruby 1.9.2-p0 + Rails3.0.0 で rake spec や rake cucumber したときに大量に Warning が出る。 /path/to/gems/rack-1.2.1/lib/rack/utils.rb:16: warning: regexp match /.../n against to UTF-8 string$VERBOSE=nil とすることでも抑止できるけど、ここで…