エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
3 日坊主日記 - tDiary FastCGI , tDiary FastCGI (2) , tDiary FastCGI (3)
_ [tDiary] tDiary FastCGI tDiary側はいじらない方向で。 mushaさんの記述を参考に書いてみる。 index.... _ [tDiary] tDiary FastCGI tDiary側はいじらない方向で。 mushaさんの記述を参考に書いてみる。 index.fcgi #!/usr/bin/ruby DIR = File.dirname(__FILE__) $LOAD_PATH.unshift DIR require 'fcgi' FCGI.each_cgi do |cgi| begin ENV.clear ENV.update(cgi.env_table) class << CGI; self; end.class_eval do define_method(:new) { cgi } end load File.join(DIR, 'index.rb') ensure class << CGI remove_method :new end end end _ [第五] tDiary FastCGI (
2006/12/16 リンク