Pistolfly のすべての投稿
A copy of XX has been removed from the module tree but is still active!
A copy of XX has been removed from the module tree but is still active! - Ruby Forum
development 環境の場合にのみ発生する。
とりあえず、config/enviroments/development.rbで、
config.cache_classes = true
にすれば回避できる。
(その代わり、コードを変更したら、developmentモードの場合もWebサーバの再起動が必要になる。)
Rails のフォームで配列形式のデータを扱う方法
Rails のフォームで配列形式のデータを扱う方法 - WebOS Goodies
複数のレコードを一括編集するフォームなど。
Railsにおけるアクセサ定義系メソッド
Railsにおけるアクセサ定義系メソッドのまとめ - yamazのRails日記 - Rubyist
cattr_*
mattr_*
class_inheritable_*
class_inheritable_reader で指定した属性に値を設定するには、write_inheritable_attribute を使う。
write_inheritable_attribute :foo, "bar" class_inheritable_reader :foo
Rackspace Cloud ServersとAmazon EC2の比較
同一アプリケーション内でのウインドウ切り替え
Mac始めました: cmd+F1 アプリケーション内でのウインドウ切り替え
コマンドキー + F1
Linuxでの32ビットと64ビットマシンの見分け方
Snow Leopardの起動カーネルを32bitから64bitに変更『32- or 64-bit Kernel Startup Mode Selector』
Finderで隠しファイルを表示する方法
OSXFAQ - Technical News and Support for Mac OS X
Finderで隠しファイルも表示する
$ defaults write com.apple.finder AppleShowAllFiles TRUE $ killall Finder
Finderで隠しファイルを表示しない
$ defaults write com.apple.finder AppleShowAllFiles FALSE $ killall Finder
隠しファイルの表示非表示を切り替えるAutomaterもある。
Show Hidden Files | Automator World