月別アーカイブ: 2010年11月
Use batched finder for large data query
Rails Best Practices | Use batched finder for large data query
find_each、find_in_batches
Use memoization
C#3.0の拡張メソッド
Rails 2.3.9でActionController::InvalidAuthenticityToken エラー
※ Rails 2.3.10 で修正された。
Rails2.3.9でセッションをActiveRecordにすると、auでのログイン時にActionController::InvalidAuthenticityToken エラーが発生する。
Rails 2.3.9のバグで、セッションにactiverecord または memcache storeを使用している場合に、'HTTP_COOKIE' headerのないリクエストのセッションクッキーがセットされないためにこのエラーが発生するらしい。
ActionController::InvalidAuthenticityToken in SessionsController#create error - Stack Overflow
#5581 Session cookie not sent with activerecord or memcache store in Rails 2.3.9 - Ruby on Rails - rails
パッチがある。
gist: 570149 - Sessions fix for Rails 2.3.9 apps- GitHub
Capistranoでgitを使う
Cygwinで、pipeやforkを使うとエラーが起きる場合の対策方法
git rebase
Git Book - Rebasing
git rebase は上記ページの説明が分かりやすかったです。