2010-09-01から1ヶ月間の記事一覧

PHPでアップロードしたファイルに一連の処理を加える

// 先に php_user_filter を継承したフィルターを実装しておく class mbstring_convert_encoding_filter extends php_user_filter { var $from; var $to; function filter($in, $out, &$consumed, $closing) { while ($bucket = stream_bucket_make_writeabl…

Rails にnokogiriをインストールに失敗したときの対応

こんな感じのエラーで失敗した Installing nokogiri (1.4.3.1) with native extensions /usr/local/lib/site_ruby/1.8/rubygems/installer.rb:483:in `build_extensions': ERROR: Failed to build gem nati/usr/bin/ruby1.8 extconf.rb checking for libxml/…

サーバー設定の管理

Chef http://www.opscode.com/chef/ Ruby / CouchDB / RadditMQ とコンポーネントが多い Solrdで全文検索したりかなり大規模 func https://fedorahosted.org/func/ どちらかと言うと、remote command management Puppet http://www.puppetlabs.com/

Rspec と Cucumber

slide share から参考資料 http://www.slideshare.net/rahoulb/rspec-user-stories-presentation http://www.slideshare.net/josephwilk/outsidein-development-with-cucumber-and-rspec 実際に使っているプロジェクト http://github.com/fdv/typo/tree/mast…