In Rails 2.x, what is the difference between “rake gems:unpack” and “rake gems:freeze”?

I've been wrangling with config. Gem and unpacked gems for a long time, but never actually used rake gems:freeze The reason being that I never tried to get all gems unpacked/frozen (which I believe is the same thing), only those that caused problems during the rake gems:install process by introducing circular dependencies together with the environment So I can't completely answer your question - but I would advise to switch to bundler. I've used it with Rails 2.3.1, and never looked back to the gems:install system (bundler has or had some problems as well, but never on same nightmarish level).

I've been wrangling with config. Gem and unpacked gems for a long time, but never actually used rake gems:freeze. The reason being that I never tried to get all gems unpacked/frozen (which I believe is the same thing), only those that caused problems during the rake gems:install process by introducing circular dependencies together with the environment.So I can't completely answer your question - but I would advise to switch to bundler.

I've used it with Rails 2.3.1, and never looked back to the gems:install system (bundler has or had some problems as well, but never on same nightmarish level).

Rake db:migrate returns “rake aborted! No such file to load — spec”? Rails - Understanding Gems?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions