Activerecord-oracle-adapter missing in Rails 2.0.2

Subject line says it all. Was oracle support canceled? Delayed?
Forgotten?

You want to read this:

http://ryandaigle.com/articles/2007/9/30/what-s-new-in-edge-rails-your-db-adapter-may-have-left-the-building

2007/12/18, Reacher [email protected]:

Did a little more research. The last version I see the Oracle adapter
in (along with DB2, Firebird and a handful of others) is ActiveRecord
1.15.6

Hmm. gem isntall activerecord-oracle-adapter is not working for me.
I don’t see it as a package on rubyforge either. Gonna keep
looking …

2007/12/18, Reacher [email protected]:

Hmm. gem isntall activerecord-oracle-adapter is not working for me.
I don’t see it as a package on rubyforge either. Gonna keep
looking …

Try :

sudo gem install activerecord-oracle-adapter --source
http://gems.rubyonrails.org

HTH,

– Jean-François.

On Dec 18, 10:29 am, Jean-François Trân [email protected] wrote:

HTH,

– Jean-François.

That did it. Thanks!