エラー

homebrew brew doctorトラブルシューティング

Snow LeopardからLion にアップグレードしたついでにbrew doctorしてみたらWarningのオンパレード。せっかくなのでトラブルシューティングをまとめました。 brewが表示してくれる通りに対処すればいいので、めんどくさいだけで難しくはない。 ■ ■ ■ ■ ■ ■ ■ …

limitをチェーンしたときのcountの戻り値に注意

Failures: 1) CampaignsQuestion#answers 最新回答一覧が取得できること Failure/Error: @answers[:latest].size.should eq 15 expected: 15 got: 30 (compared using ==) # ./spec/models/campaigns_question_spec.rb:58:in `block (3 levels) in <top (required)>' describ</top>…

Rails3 css、js 404 Not Found! 静的ファイルが読み込まれない!

検証環境(VM)でアプリを実行したところ、js、css、イメージファイルなどの静的ファイルが読み込まれず、404 Not Foundになってしまいました。これの原因は、config/environments/production.rb内の設定で、config.serve_static_assetsの値がプロダクション環…

rvmでruby1.9.3をインストールしたらエラーが出た。

rvmでruby1.9.3をインストールしようとして、下記コマンドを打ったところ、 rvm install 1.9.3-p125 と言う具合で、エラーが出てインストールできない。 bismar@BISMAR-PC:~/test/myapp$ rvm install 1.9.3-p125 Installing Ruby from source to: /home/bism…