This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions..

Pages

2012年1月14日土曜日

redmineで悪戦苦闘

redmineのメールリマインダ機能を活用する為にいろいろいじっているんだが、 エラーが出て上手く動かない。 手動では動作するのに、cronに設定すると上手くいかない。 エラーはこんな感じ。 rake aborted! undefined method `requirement' for #<Rails::GemDependency:0xb7c31ad8> うーん、なんでだろう。 ひとまず、バージョン等を公式にあるものとあわせてみよう Redmineのインストール http://redmine.jp/guide/RedmineInstall/ Redmineのバージョン Ruby Rails Rack 1.3.x ruby 1.8.6, 1.8.7 Rails 2.3.14 Rack 1.1.1 1.2.x ruby 1.8.6, 1.8.7 Rails 2.3.11 Rack 1.1.1 1.1.x ruby 1.8.6, 1.8.7 Rails 2.3.5 Rack 1.0.1 1.0.x ruby 1.8.6, 1.8.7 Rails 2.3.5 ...