R
R.. Kumar 1.9.1 OSX
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" ?
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" ?