2011年1月12日水曜日

Rails 覚え書き

トラブル

エラーエラーメッセージ "no such file to load -- openssl"
openssl が必要.
# cd /usr/local/src/ruby-1.9.2-p0/ext/openssl/
# ruby extconf.rb
# make
# make install
参考サイト...
エラー on rails 「no such file to load --

エラーエラーメッセージ "incompatible character encodings: UTF-8 and ASCII-8BIT"
パッチファイルを以下のフォルダへ配置してRails を再起動
$projcet_root/config/initializers/
参考サイト...
CentOS4 + Ruby1.9.1でRedmineを動かす
Ruby1.9 + Rails2.3.5 動かしてみた的なてすと

プラグイン
ruby1.9 系でデバッグ
gem install ruby-debug19
参考サイト...
[Rails]ruby-debugをつかってデバッグ


参考サイト
Railsのroutes.rbを知る
優しいRailsの育て方 routes
Rails 3のroutesまとめ

0 件のコメント:

コメントを投稿