Could please move the ActiveRecord Oracle Adapter to rubyforge so it will be more easier for us to install it? “–source http://gems.rubyonrails.org” is not easy to type
The latest activerecord-oracle-adapter-1.0.0.9250.gem has a dependency problem: when launch the webrick server of a Rails 2.0 project with froze Rails 2.1, error ocurrs:
$ ruby script/server
=> Booting Mongrel (use ‘script/server webrick’ to force WEBrick)
=> Rails 2.1.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment…
Exiting
c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:139:in `activate’: can’t activate activerecord (>= 1.15.5.7843), already activated activerecord-2.1.0] (Gem::Exception)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:155:in `activate'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:154:in `each'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:154:in `activate'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem'
from d:/jesse/project/connect/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:226:in `establish_connection'
from d:/jesse/project/connect/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:216:in `establish_connection'
from d:/jesse/project/connect/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:209:in `establish_connection'
from ./script/../config/../vendor/rails/railties/lib/initializer.rb:332:in `initialize_database'
... 30 levels...
from d:/jesse/project/connect/vendor/rails/railties/lib/commands/server.rb:39
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from script/server:3
It’s because activerecord-oracle-adapter-1.0.0.9250 depends on ActiveReocrd >= 1.15.5.7843. I removed this dependency line and it works for me now.