Вопрос

I'm trying to recreate an old rails server that is now a one-of-a-kind snowflake, and I have to track down all the old versions of gems that it's using.

Where can I find a copy of the activerecord-oracle-adapter gem version 1.0.0.9250? It looks like that gem was replaced by the activerecord-oracle_enhanced-adapter, and I can find versions of that back to 1.1.1. I can't find any versions of the activerecord-oracle-adapter.

Alternatively, does anyone know of a version of activerecord-oracle_enhanced-adapter that is compatible with Rails 2.0.2.

Это было полезно?

Решение

I still haven't found a public source for the gem, but I did manage to copy it from the snowflake server to my workstation. I had to copy a directory and a configuration file:

  • ~/.rvm/gems/ruby-1.8.6-p420/gems/activerecord-oracle-adapter-1.0.0.9250
  • ~/.rvm/gems/ruby-1.8.6-p420/specifications/activerecord-oracle-adapter-1.0.0.9250.gemspec
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top