Theoretically you should be able to keep multiple versions at a time, but it doesn't really work so well for Rails in practice because its dependency tree is deep.
Many people export the repository release tags into /vendor/rails instead of using the gems. This guarantees that each app uses only its individual version of Rails. Evan On 10/27/07, Luca Reghellin <[EMAIL PROTECTED]> wrote: > > Maybe I've updated to 1.2.4 the wrong way too... > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > -- Evan Weaver Cloudburst, LLC _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
