2007-08-01から1ヶ月間の記事一覧
グループとユーザ作る # groupadd postgres # useradd -g postgres postgres # passwd postgres いろいろライブラリを入れておく postgres$ sudo yum -y install readline-devel ncurses-devel zlib-devel ソースダウンロード postgres$ wget ftp://ftp.jp.p…
いまさらながらこいつは便利だ。 p "foobar".capitalize # => "Foobar"
script/plugin のヘルプ とりあえず、script/plugin のヘルプを書いとく。 (まぁコマンドで見ればいいんだけど。。。) Usage: plugin [OPTIONS] command Rails plugin manager. GENERAL OPTIONS -r, --root=DIR Set an explicit rails app directory. Defaul…