Pistolfly のすべての投稿

Software Engineer in Tokyo, Japan

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サーバの再起動が必要になる。)

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