ruby

hikiで発生したrubyの非互換

OpenBlockSからSheevaPlugにマイグレーションしたhikiサイトのユーザから苦情。コメントの投稿ができてない。エラーの原因はこれ。 hao@sheeva% irb [~] irb(main):001:0> require 'digest/md5' => true irb(main):002:0> Digest::MD5::new('xxx') ArgumentE…

passenger & sinatra

# root@pentaho# gem install passenger root@pentaho# passenger-install-apache2-module [~] Welcome to the Phusion Passenger Apache 2 module installer, v2.2.4. This installer will guide you through the entire installation process. It shouldn'…

sinatra

root@pentaho# gem install sinatra [~] Successfully installed rack-1.0.0 Successfully installed sinatra-0.9.2 2 gems installed Installing ri documentation for rack-1.0.0... Installing ri documentation for sinatra-0.9.2... Installing RDoc do…