문제

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