I got a project that is running on Rails 2.3.5 on ruby 1.8.6. I am
used to working with rails 3.0 where, when I get the codebase, I use
bundler to install my gems, as per declared in the gemfile. What was
the predecessor to bundler? Is there a way to quickly set up my
environment. And where is the gemfile.......all I see if a few gems
listed in the environment.rb file?