2008-05-10から1日間の記事一覧

Mac/Windows 共有あれこれ(2)

結局、昨日の問題はやはりActiveDirectoryのグループポリシーでファイル共有の signing 関連を全部offにしたら解決した。どうもMacのSMBはバージョンが古いのか、実装がへちょっているのか*1 そういうことらしい。 *1: Appleの公式サイトにはSMB signingに対…

Passenger in development で Thread.local 使うとorz

current_user というメソッドがある。これは、現在接続中のユーザーオブジェクトを表す。 def current_user @current_user ||= WjUser.find(session[:wj_current_user_id]) rescue WjUser.anonymous end で WjUser.anonymous は、匿名ユーザーを表す。頻繁に…

passenger + RubyInline (via ImageScience) で exit

これは笑った。 /Library/Ruby/Gems/1.8/gems/RubyInline-3.6.6/lib/inline.rb:74:in `exit' /Library/Ruby/Gems/1.8/gems/RubyInline-3.6.6/lib/inline.rb:74:in `rootdir' /Library/Ruby/Gems/1.8/gems/RubyInline-3.6.6/lib/inline.rb:88:in `directory' …

Mac OS X で Passenger(mod_rails)

とりあえず、Windows 2008 と Vista のVMがメモリを大量に食うので(笑、経費節減。メモリがやすいったって、これ以上(=現在Max 8GB, 内訳、Hyper-V 1GB, 2008 AD(+IIS) 2GB, Vista 2GB, あと3GBしかないよ!) うちのサーバーには乗らないんだもの。以下ログ。