Do you use rvm?
These days there are many tips for installing ruby ββinside rvm and rails in remm gemset. If you have done this, you need to remember commands like these at the beginning of a terminal session:
rvm use 1.9.3 rvm gemset use ruby193rails3
I found that if I forgot to do this, the rake command, even a simple rake --version , freezes and thrash disk.
... that everything seems a little fragile. I assume that it is fixed on a part of the rails, but with some files missing due to the fact that rvm did not move them into place or something like that.
Harry wood
source share