M.Octavio
M.Octavio

Reputation: 1808

How to manange projects that doesn't have gem file?

Under Rails 2 projects doesn't have the gemfile.

In this case which is the best way to manage the gems?, which gems should I vendor? also I will like to know if there's another way to manage this?

Upvotes: 0

Views: 51

Answers (1)

Amar
Amar

Reputation: 6942

You can manage gem using bundle in rails 2.3 app ,you can refer

http://gembundler.com/rails23.html

http://yehudakatz.com/2009/11/03/using-the-new-gem-bundler-today/

Upvotes: 2

Related Questions