* Try it on a different box
* delete ~/.gem
* upgrade RubyGems
Run the prior commands as sudo. Root has a different ~/.gem.
Also, try gem list --remote --source <source> <gem name>, on some
different boxes, as non-root, after deleting ~/.gem
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 :)
I want to submit a patch/feature request for Oracle Rails Adapter.
Where can I do?
We can't creat tickets on http://dev.rubyonrails.org/ any more. And
the source of Oracle Rails Adapter is not moved to
http://rails.lighthouseapp.com.
Thanks.
- Jesse
2008/6/17, Michael Schoen <msc...@gmail.com>:
--
Cheers,
Jesse
$ 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
s.add_dependency(%q<activerecord>, [">= 1.15.5.7843"])