Our project is Rails 2.2.2, maybe it can't use Bundler? (or maybe for some other reasons, Bundler cannot be used)
Then in that case, what is the most preferred way of freezing the gems into the project source tree?
Some that I know of are:
rake gems:freeze
needs gemsonrails and it doesn't work with the current gem 1.3.7
rake gems:unpack
will not freeze the depended gems. have you add it one by one manually
script/plugin install
need to install the depended gems one by one as well