From: "R.. Kumar 1.9.1 OSX" Date: 2010-07-05T14:58:27+09:00 Subject: speeding up "gem1.9 install" during development During development, I keep running rake install. The following command often takes a minute to execute, although the gem is created in a second. gem1.9 install ../pkg/xxxx.gem Running --trace doesn't help at all since no details come after the above line. Is there any way this can be speeded up. Do others use some other alternative? Should I be testing and using my app from the development directory itself as: ruby lib/x.rb instead of from the PATH. (Its a CLI program so it installs in my path as well). Does the number of dependencies slow down "gem install" ? -- Posted via http://www.ruby-forum.com/.