life hacks

一日に何度も検索する英語の辞書。変数名を考えるときに引くことが多い。あまりにも良く使うので、CDROM+PDICでオフラインでも使えるように
した。週に50回は引いてるから一回あたり30秒改善したとして、週に25分saveしたことになるわけです。

  • メールを書くときの文例集:

メールを書くときに敬語も言い回しも1メール辺り5分は悩む。週に20通は書くのでこれが改善されれば、
週に1時間はsaveできる。便利な辞書調べよう。

railsでmongrelを使う【インストール】

gemでインストールするだけ。

gem install mongrel

 1. mongrel 0.3.13.4 (ruby)
 2. mongrel 0.3.13.3 (mswin32)
 3. mongrel 0.3.13.3 (ruby)
 4. mongrel 0.3.13.2 (ruby)
 5. mongrel 0.3.13.2 (mswin32)
 6. mongrel 0.3.13.1 (ruby)
 7. mongrel 0.3.13.1 (mswin32)
 8. mongrel 0.3.13 (ruby)


> 1
Install required dependency daemons? [Yn]  Y
Install required dependency gem_plugin? [Yn]  Y
(中略)
make install
/usr/bin/install -c -m 0755 http11.so /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib

make clean
Successfully installed mongrel-0.3.13.4
Successfully installed daemons-1.0.3
Successfully installed gem_plugin-0.2.1
Installing ri documentation for mongrel-0.3.13.4...
Installing ri documentation for daemons-1.0.3...
Installing ri documentation for gem_plugin-0.2.1...
Installing RDoc documentation for mongrel-0.3.13.4...
Installing RDoc documentation for daemons-1.0.3...
Installing RDoc documentation for gem_plugin-0.2.1...

起動と停止は

mongrel_rails start
mongrel_rails stop

でオッケー。


裏で動かしたいときは

mongrel_rails start -d

です。

http://www.goodpic.com/mt/archives2/2006/07/mongrel_1.html
http://mongrel.rubyforge.org/

hatenaのハイライト覚え書き

Rubyのコード表示テスト

def test
 @tests= Test.find(:all)
end

Javascriptのコード表示テスト

function test(){
  return true;
}


Ruby on Rails入門優しいRailsの育て方

Ruby on Rails入門優しいRailsの育て方